latchset / kryoptic

a pkcs#11 software token written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a pkcs11 soft token written in rust

Dependencies

  • rustc
  • openssl dependencies
  • sqlite

Setup

First after cloning, we need to pull and update openssl submodule:

$ git submodule init
$ git submodule update

Build the rust project:

$ cargo build

For FIPS module, you need to generate hmac checksum:

$ ./hmacify.sh target/release/libkryoptic_pkcs11.so

Tests

To run test, run the check command:

$ cargo test

About

a pkcs#11 software token written in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 91.2%Language:C 8.8%Language:Makefile 0.0%Language:Shell 0.0%