v0.2.4
Bug Fixes
- Removes non-standard AEAD ciphers that have variable nonce length, including
aes-128-ocb-taglen128
,aes-192-ocb-taglen128
,aes-256-ocb-taglen128
aes-siv-cmac-256
,aes-siv-cmac-384
,aes-siv-cmac-512
We can't support these kind of ciphers (OCB, SIV-CMAC) before choosing a fixed nonce length for them.