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