NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
289 stars 40 forks source link

rustls over OpenSSL #1224

Open pinkforest opened 2 months ago

pinkforest commented 2 months ago

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.