Skip to content

Nitrokey/nethsm-pkcs11

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PKCS#11 Driver for the Nitrokey NetHSM

Note

This driver is still an early Proof of Concept implementation that only implements the functions that are necessary for operating TLS servers like for example an HTTPS server.

Building

Please use the official Go compiler for compiling the driver, the GNU Go compiler is currently not supported.

Usage

There is no documentation yet. But you can check out the p11nethsm.conf file, the test_*.sh scripts in the tools/ directory, and the files in container/nginx to get an idea.