Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hpke: fix tests with disabled chacha20 or poly1305 | Tomas Mraz | 2022-12-05 | 1 | -4/+2 |
* | Refactoring some operations to avoid repeated calls | Tomas Mraz | 2022-12-05 | 1 | -72/+54 |
* | hpke_aead_enc/dec(): Refactor to pass in OSSL_HPKE_CTX * | Tomas Mraz | 2022-12-05 | 1 | -36/+18 |
* | ossl_kdf_ctx_create(): Check for NULL KDF being fetched | Tomas Mraz | 2022-12-05 | 1 | -0/+4 |
* | Fix Coverity issues in HPKE | slontis | 2022-11-29 | 1 | -20/+13 |
* | Implements Hybrid Public Key Encryption (HPKE) as per RFC9180. | Stephen Farrell | 2022-11-25 | 3 | -17/+1801 |
* | Add HPKE DHKEM provider support for EC, X25519 and X448. | slontis | 2022-09-23 | 2 | -0/+180 |