aboutsummaryrefslogtreecommitdiff
path: root/test/hpke_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell1-2/+11
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li1-1/+19
2023-04-14Fix a HPKE API to put libctx, propq as last (optional parameters).slontis1-24/+34
2023-01-24Fix windows buildsFdaSilvaYY1-2/+2
2022-12-08prevent HPKE sender setting seq unwiselyStephen Farrell1-27/+93
2022-12-05hpke: fix tests with disabled chacha20 or poly1305Tomas Mraz1-0/+2
2022-12-05Refactoring some operations to avoid repeated callsTomas Mraz1-7/+0
2022-11-29Fix Coverity issues in HPKEslontis1-15/+4
2022-11-25Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell1-0/+1921