summaryrefslogtreecommitdiff
path: root/crypto/hpke/hpke.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-6/+4
* prevent HPKE sender setting seq unwiselyStephen Farrell2022-12-081-1/+44
* Refactoring some operations to avoid repeated callsTomas Mraz2022-12-051-72/+54
* hpke_aead_enc/dec(): Refactor to pass in OSSL_HPKE_CTX *Tomas Mraz2022-12-051-36/+18
* Fix Coverity issues in HPKEslontis2022-11-291-20/+13
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-251-0/+1439