1. a05219c Add some missing compilation guards by Gilles Peskine · 7 years ago
  2. 580fba1 Dynamically allocate `A(i) + seed` buffer for TLS-1.2 PRF by Hanno Becker · 7 years ago
  3. c8a41d7 Add implementation of TLS-1.2 PRF by Hanno Becker · 7 years ago
  4. 80bed23 Change psa_structs to use unsigned ints by Darryl Green · 7 years ago
  5. bef7f14 Implement HKDF by Gilles Peskine · 7 years ago
  6. eab56e4 Add generator API by Gilles Peskine · 7 years ago
  7. 89167cb Split psa_mac_setup -> psa_mac_{sign,verify}_setup by Gilles Peskine · 7 years ago
  8. 07c91f5 Add notes about the purpose and usage of auxiliary header files by Gilles Peskine · 7 years ago
  9. 0cad07c New header crypto_sizes.h by Gilles Peskine · 7 years ago
  10. b3e6e5d Rename hash max sizes for consistency by Gilles Peskine · 7 years ago
  11. 2d27786 Normalize whitespace by Gilles Peskine · 7 years ago
  12. 5ca6547 Renamed hmac_ctx to opad and removed null check. by Nir Sonnenschein · 7 years ago
  13. 9e2ffe8 change type of hash block to uint8_t by Nir Sonnenschein · 7 years ago
  14. 35dfbf4 change hmac context to use statically allocated memory by Nir Sonnenschein · 7 years ago
  15. dcd636a Commit changes to hmac to not use MD abstraction by Nir Sonnenschein · 7 years ago
  16. 84861a9 Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa by Gilles Peskine · 7 years ago
  17. 39ee871 Change AEAD APIs to integrated AEAD APIs. by mohammad1603 · 7 years ago
  18. ad9d82c add iv_required field to psa_cipher_operation_s and fix relevant functions by Moran Peker · 7 years ago
  19. 503973b initial implementation for PSA symmetric APIs - missing tests and documentations by mohammad1603 · 7 years ago
  20. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  21. 058e0b9 Avoid empty unions by Gilles Peskine · 7 years ago
  22. 7698bcf Basic interface for key policies by Gilles Peskine · 7 years ago
  23. 3b55571 Prototypes for AEAD functions by Gilles Peskine · 7 years ago
  24. 428dc5a Prototypes for symmetric cipher functions by Gilles Peskine · 7 years ago
  25. 9ef733f Implement hash functions by Gilles Peskine · 7 years ago