Skip to content

Demonstrates how to use a cryptographic token (PKCS#11) to establish a TLS connection and make authenticated requests using the Rust Programming Language.

License

Notifications You must be signed in to change notification settings

leonardodepaula/Cryptoki-TLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptoki TLS

This repository aims to demonstrante how to establish a TLS context through a Hardware Security Module (HSM), also called cryptographic token, using the Rust Programming Language.

The code is highly experimental and only serves as a Proof of Concept (POC).

This work is inspired on the following repositories:

https://github.com/ancwrd1/https-token

https://github.com/rustls/rustls-cng

Thank you, @ancwrd1.

Pull requests are welcome.

About

Demonstrates how to use a cryptographic token (PKCS#11) to establish a TLS connection and make authenticated requests using the Rust Programming Language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages