aboutsummaryrefslogtreecommitdiffstats
path: root/test/hpke_test.c
Commit message (Expand)AuthorAgeFilesLines
* Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell2023-11-031-2/+11
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-1/+19
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-24/+34
* Fix windows buildsFdaSilvaYY2023-01-241-2/+2
* prevent HPKE sender setting seq unwiselyStephen Farrell2022-12-081-27/+93
* hpke: fix tests with disabled chacha20 or poly1305Tomas Mraz2022-12-051-0/+2
* Refactoring some operations to avoid repeated callsTomas Mraz2022-12-051-7/+0
* Fix Coverity issues in HPKEslontis2022-11-291-15/+4
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-251-0/+1921