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. |
||
|---|---|---|
| .. | ||
| libressl | ||
| lib.rs | ||
| ossl10x.rs | ||
| ossl110.rs | ||
| ossl111.rs | ||