summaryrefslogtreecommitdiff
path: root/crypto/hpke
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
* hpke: fix tests with disabled chacha20 or poly1305Tomas Mraz2022-12-051-4/+2
* 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
* ossl_kdf_ctx_create(): Check for NULL KDF being fetchedTomas Mraz2022-12-051-0/+4
* Fix Coverity issues in HPKEslontis2022-11-291-20/+13
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-253-17/+1801
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-232-0/+180