NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust

Home Page:https://nlnetlabs.nl/projects/routing/krill/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rustls over OpenSSL

pinkforest opened this issue · comments

rustls now has libssl compat layer with rustls so potentially rustls could be used over openssl

However it's through FFI but in any case if libSSL is not available in the system

Bonus by using rustls API would be ability to use CryptoProvider e.g. rustls-rustcrypto or mbedtls CryptoProvider etc.