boring2/openssl-sys/src
Flakebi 0860115156
Make it possible to use cmac
This adds Signer::new_without_digest to create Signers which don't have
a digest (like cmac, which is based on aes).
As openssl supports cmac since version 1.1.0, the functions are behind
the ossl110 feature.
This allows building CMAC/OMAC1 and the EAX AEAD on top of this library.
2018-03-19 21:02:46 +01:00
..
libressl Add support LibreSSL and remove OpenSSL binding which we aren't using 2018-03-08 11:54:19 +00:00
lib.rs Make it possible to use cmac 2018-03-19 21:02:46 +01:00
ossl10x.rs Merge branch 'master' into custom-extensions 2018-03-11 15:27:28 -07:00
ossl110.rs Merge branch 'master' into custom-extensions 2018-03-11 15:27:28 -07:00
ossl111.rs FFI for OpenSSL 1.1.1 custom extension support 2018-03-05 17:45:08 -08:00