Skip to content

rustls/rustls-openssl-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

rustls-openssl-compat

This is the planned home of several rustls to OpenSSL compatibility layers. Currently here:

  • rustls-libssl: an implementation of the OpenSSL libssl ABI in terms of rustls.

Not yet here:

  • rustls-libcrypto: an implementation of rustls CryptoProvider in terms of OpenSSL's libcrypto.