With the support for AES-CBC we can now handle ETA requests.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/crypto/openssl/ossl.c | ||
---|---|---|
176 | I don't think ETA makes sense for CHACHA20. I would perhaps require sc->has_aes as the only likely candidates for ETA use (AES-CBC, AES-CTR, and AES-XTS) will all need has_aes |
sys/crypto/openssl/ossl.c | ||
---|---|---|
176 | Good point. Since we have AEAD of CHACH20+POLY1305 you're right that it doesn't make sense to try to use it for ETA. |