]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/hpke
Add exporters for CMake
[thirdparty/openssl.git] / crypto / hpke /
2023-11-03  Stephen FarrellAdd additional internal HPKE hardening checks resulting...
2023-09-07  Matt CaswellCopyright year updates
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-14  Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-04-14  slontisFix a HPKE API to put libctx, propq as last (optional...
2022-12-08  Stephen Farrellprevent HPKE sender setting seq unwisely
2022-12-05  Tomas Mrazhpke: fix tests with disabled chacha20 or poly1305
2022-12-05  Tomas MrazRefactoring some operations to avoid repeated calls
2022-12-05  Tomas Mrazhpke_aead_enc/dec(): Refactor to pass in OSSL_HPKE_CTX *
2022-12-05  Tomas Mrazossl_kdf_ctx_create(): Check for NULL KDF being fetched
2022-11-29  slontisFix Coverity issues in HPKE
2022-11-25  Stephen FarrellImplements Hybrid Public Key Encryption (HPKE) as per...
2022-09-23  slontisAdd HPKE DHKEM provider support for EC, X25519 and...