Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 455 Bytes

README.MD

File metadata and controls

15 lines (8 loc) · 455 Bytes

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.