summaryrefslogtreecommitdiffstats
path: root/crypto/hpke (follow)
Commit message (Expand)AuthorAgeFilesLines
* open brace '{' following struct go on the same lineDimitri Papadopoulos2024-07-221-2/+1
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* OpenSSL License is applied for some source files, change to Apache 2Shakti Shah2024-02-191-1/+1
* Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell2023-11-032-52/+80
* Copyright year updatesMatt Caswell2023-09-072-2/+2
* Fix typos found by codespellDimitri Papadopoulos2023-06-152-2/+2
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-0/+4
* 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