- d3ca5e5 Merge pull request #7328 from mprse/ec-jpake-fix1 by Gilles Peskine · 2 years, 3 months ago
- 789cef8 Fix documentation by Ronald Cron · 2 years, 4 months ago
- e7cde18 psa: include: Move some Mbed TLS headers by Ronald Cron · 2 years, 7 months ago
- e80ec0a Adapt J-PAKE built-in impl to use user/peer by Przemek Stekiel · 2 years, 4 months ago
- e3ef3a1 Further pake code optimizations by Przemek Stekiel · 2 years, 5 months ago
- 251e86a Adapt names to more suitable and fix conditional compilation flags by Przemek Stekiel · 2 years, 6 months ago
- e12ed36 Move JPAKE state machine logic from driver to core by Przemek Stekiel · 2 years, 7 months ago
- 96ae8b9 Move pake definitions to headers for composite algorithms by Przemek Stekiel · 2 years, 8 months ago
- 93d9ca8 Move num_ops ECP abstraction fully into internal implementation by Paul Elliott · 2 years, 6 months ago
- fe9e77f Better formatting of include guard comments by Paul Elliott · 2 years, 6 months ago
- 8432946 Replace allocated hash buffer with array by Paul Elliott · 2 years, 6 months ago
- f9c91a7 Store the hash, rather than the pointer by Paul Elliott · 2 years, 6 months ago
- 1bc59df Rename curve_bytes to coordinate_bytes by Paul Elliott · 2 years, 6 months ago
- 4684525 Remove unrequired mpis from sign operation struct by Paul Elliott · 2 years, 6 months ago
- a3a8aba Fix operation initialisers if no algorithms defined by Paul Elliott · 2 years, 6 months ago
- 90a91f0 Ensure structs are not empty even if ECDSA not supported by Paul Elliott · 2 years, 6 months ago
- 749dec5 Clean up structure include guards by Paul Elliott · 2 years, 7 months ago
- 588f8ed Add internal implementation by Paul Elliott · 2 years, 8 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 7975fae Move to separately compiled PSA test driver library by Ronald Cron · 3 years, 11 months ago
- 5977bc9 Add MBEDTLS_PRIVATE to new structs by Paul Elliott · 3 years, 10 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 10 months ago
- 83f09ef Proper multipart AEAD GCM Implementation by Paul Elliott · 4 years, 2 months ago
- e95259f Remove some CCM leftovers by Paul Elliott · 4 years, 2 months ago
- 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 3 months ago
- 3dc1c24 Move AEAD contexts from primitives to composites by Paul Elliott · 4 years, 2 months ago
- 72f736a Move is_sign and mac_size checking back to PSA core scope by Steven Cooreman · 4 years, 3 months ago
- 8f37004 Remove unused variable from MAC driver structure by Steven Cooreman · 4 years, 3 months ago
- ac8d82a Use the correct guards on the context structures for MAC/HKDF/PRF by Steven Cooreman · 4 years, 3 months ago
- dd1a915 Rename HMAC operation structure by Steven Cooreman · 4 years, 3 months ago
- a4638e7 Remove redundant key_set from MAC operation structure by Steven Cooreman · 4 years, 3 months ago
- 02fc62a Remove unused items from MAC operation context structure by Steven Cooreman · 4 years, 3 months ago
- d1955af Rename internal HMAC structure type to match convention by Steven Cooreman · 4 years, 4 months ago
- 4fdf060 Complete, document and fully use internal HMAC API by Steven Cooreman · 4 years, 4 months ago
- 77e2cc5 Move the MAC operation structure into the driver headers by Steven Cooreman · 4 years, 5 months ago
- d13a70f Add boilerplate for dispatching MAC operations by Steven Cooreman · 4 years, 5 months ago
- 3c8dd63 Add include headers for composite operation contexts and move hmac by Steven Cooreman · 4 years, 3 months ago