aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/hpke.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-15Add EVP_HPKE_KEY_moveDavid Benjamin1-2/+6
2023-05-02Implement the AuthEncap/AuthDecap HPKE modesDavid Benjamin1-0/+28
2022-09-30Add EVP_HPKE_KEM_public_key_len and EVP_HPKE_KEM_private_key_len.David Benjamin1-11/+21
2022-08-29Add EVP_HPKE_KDF_hkdf_md.David Benjamin1-0/+5
2022-08-26Add an EVP_HPKE_KEM_enc_len API.David Benjamin1-5/+15
2022-02-25HPKE is now RFC 9180.David Benjamin1-1/+1
2021-11-18Update HPKE test vectors.David Benjamin1-1/+1
2021-07-16Add convenience functions to malloc EVP_HPKE_CTX and EVP_HPKE_KEY.David Benjamin1-0/+25
2021-06-11Add most of an ECH client implementation.David Benjamin1-0/+3
2021-06-11Make ECH server APIs take EVP_HPKE_KEY.David Benjamin1-1/+29
2021-05-10Export the HPKE implementation.David Benjamin1-0/+294