Stefan Eissing 65ca72c5a2
Improve EVP support for CHACHA20_POLY1305 (#5527)
* Add test case for OpenSSLs capability to init a evp context partially in several calls.
* EVP handling of CHACHA20_POLY1305 improvment
- save key at ctx for Init()s without IV
- reuse stored key for Init()s with new IV, reusing ctx
- free and zero key on ctx clenaup
* Adding type cast to XMALLOC to force compiler compatibility.
* EVP: using same DYNAMIC_TYPE in alloc and free of chacha20_poly1305 key.
Co-authored-by: Stefan Eissing <stefan.eissing@greenbytes.de>
2022-09-01 13:23:42 -07:00
..
2022-07-19 10:44:31 -06:00
2022-08-23 16:58:24 +02:00
2022-07-19 10:44:31 -06:00
2022-08-23 16:58:24 +02:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-08-11 09:43:01 +10:00
2022-01-31 15:29:25 -05:00
2022-06-01 10:36:01 +10:00
2022-02-23 09:47:34 +01:00
2022-05-27 21:26:55 +02:00
2022-08-08 13:24:00 +02:00
2022-07-19 10:44:31 -06:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md