1. e66ca3b psa_export_key: zero out potential garbage in the output buffer by Gilles Peskine · 7 years ago
  2. 0e23158 psa_export_key: fix asymmetric key in larger buffer by Gilles Peskine · 7 years ago
  3. 05d6989 Implement psa_generate_random by Gilles Peskine · 7 years ago
  4. 0ff4b0f psa_import_key: validate symmetric key size by Gilles Peskine · 7 years ago
  5. ca36a23 Fix asymmetric encrypt/decrypt test with invalid key types by Gilles Peskine · 7 years ago
  6. 4e69d7a psa_generate_key: pass parameters_size argument by Gilles Peskine · 7 years ago
  7. e3b07d8 Fix build without CMAC by Gilles Peskine · 7 years ago
  8. 9a9e19f Switch default config back to the upstream one + PSA + CMAC by Gilles Peskine · 7 years ago
  9. 1672d1d Remove features with missing dependencies from config.h by Gilles Peskine · 7 years ago
  10. 1318793 Update the PSA crypto-only config.h in configs by Gilles Peskine · 7 years ago
  11. 828ed14 Rename MBEDTLS_xxx macros in psa_crypto.c to placate check-names.sh by Gilles Peskine · 7 years ago
  12. 2d9d6db check-names: also check PSA files by Gilles Peskine · 7 years ago
  13. 313b8af Improve the description of some test cases by Gilles Peskine · 7 years ago
  14. d5b3322 Reorder PSA test cases to group them by topic by Gilles Peskine · 7 years ago
  15. 34ef7f5 Check the curve of an elliptic curve key on import by Gilles Peskine · 7 years ago
  16. e1fed0d Define elliptic curve identifiers from TLS by Gilles Peskine · 7 years ago
  17. b3e6e5d Rename hash max sizes for consistency by Gilles Peskine · 7 years ago
  18. dec7261 Remove redundant initialization of policies to {0} by Gilles Peskine · 7 years ago
  19. c0ec972 mac_verify: remove unused IV argument by Gilles Peskine · 7 years ago
  20. 01b929c Fix key_lifetime_set_fail not cleaning up the right key slot by Gilles Peskine · 7 years ago
  21. 4abf741 Hygiene improvements in PSA crypto test code by Gilles Peskine · 7 years ago
  22. 7bcfc0a Be more consistent about blank lines by Gilles Peskine · 7 years ago
  23. 803ce74 Change sizeof(type) to sizeof(variable) by Gilles Peskine · 7 years ago
  24. c1bb6c8 Formatting improvements by Gilles Peskine · 7 years ago
  25. 2d27786 Normalize whitespace by Gilles Peskine · 7 years ago
  26. 6de7a17 Fix file permissions by Gilles Peskine · 7 years ago
  27. 781afb4 Merge remote-tracking branch 'psa/pr/45' into feature-psa by Gilles Peskine · 7 years ago
  28. 27fbaf7 Fixed test sign_deterministic, macro PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE by itayzafrir · 7 years ago
  29. aa5aea0 fix spaces and add braces by Nir Sonnenschein · 7 years ago
  30. e9664c3 space and style fixes by Nir Sonnenschein · 7 years ago
  31. 9627241 change macro PSA_HASH_BLOCK_SIZE to function psa_get_hash_block_size by Nir Sonnenschein · 7 years ago
  32. 5ca6547 Renamed hmac_ctx to opad and removed null check. by Nir Sonnenschein · 7 years ago
  33. caec7f0 Fix rename issue missed by re-base by Nir Sonnenschein · 7 years ago
  34. d223b52 psa_hmac_start: reduce stack usage by Gilles Peskine · 7 years ago
  35. 6a0a44e HMAC: clean up local variables containing key material by Gilles Peskine · 7 years ago
  36. c102e3c psa_hmac_start: simplify key_length logic in hash-the-key case by Gilles Peskine · 7 years ago
  37. e1bc680 psa_hmac_start: remove useless casts by Gilles Peskine · 7 years ago
  38. 7e454bc Split out CMAC and HMAC code into auxiliary functions by Gilles Peskine · 7 years ago
  39. 99bc649 Normalize whitespace to Mbed TLS standards by Gilles Peskine · 7 years ago
  40. ef057ac Remove dead code by Gilles Peskine · 7 years ago
  41. 084832d replace get_block_size_from_hash_algorithm with PSA_HASH_BLOCK_SIZE macro by Nir Sonnenschein · 7 years ago
  42. 9e2ffe8 change type of hash block to uint8_t by Nir Sonnenschein · 7 years ago
  43. 1e2b046 adding more test cases for hmac by Nir Sonnenschein · 7 years ago
  44. 35dfbf4 change hmac context to use statically allocated memory by Nir Sonnenschein · 7 years ago
  45. 0c9ec53 remove reliance on md_info context for hash information by Nir Sonnenschein · 7 years ago
  46. eeace0b Code style fix : changed keylen to key_length by Nir Sonnenschein · 7 years ago
  47. 7810be2 Code correction: remove unneeded sizeof by Nir Sonnenschein · 7 years ago
  48. dcd636a Commit changes to hmac to not use MD abstraction by Nir Sonnenschein · 7 years ago
  49. 3e02b3b On target testing tests adaptation by itayzafrir · 7 years ago
  50. 423f219 Fixed missing dependencies in psa crypto tests by itayzafrir · 7 years ago
  51. 8605428 Merge remote-tracking branch 'psa/pr/27' into feature-psa by Gilles Peskine · 7 years ago
  52. eebd738 Rename asymmetric_encrypt to clarify what it does by Gilles Peskine · 7 years ago
  53. c4def2f Add input length check in psa_asymmetric_decrypt by Gilles Peskine · 7 years ago
  54. b75e4f1 Remove ECC boilerplate in asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  55. beb4948 Add RSA PSS verification (untested) by Gilles Peskine · 7 years ago
  56. 625b01c Add OAEP placeholders in asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  57. 8b18a4f Rename verify_RSA_hash_input_and_get_md_type by Gilles Peskine · 7 years ago
  58. 61b91d4 Normalize whitespace to Mbed TLS standards by Gilles Peskine · 7 years ago
  59. 1c2a7ea Allow psa_asymmetric_verify and psa_asymmetric_encrypt to use public key only. by Nir Sonnenschein · 7 years ago
  60. d708260 add key policy enforcement implementation by Nir Sonnenschein · 7 years ago
  61. ca466c8 Set output length to safe value by Nir Sonnenschein · 7 years ago
  62. c460291 Re-Add ECC verification code which was not properly merged in re-base. by Nir Sonnenschein · 7 years ago
  63. 4db79eb Extract common code by Nir Sonnenschein · 7 years ago
  64. 717a040 Remove duplicate / unneeded code by Nir Sonnenschein · 7 years ago
  65. d70bc48 Fix test output size by Nir Sonnenschein · 7 years ago
  66. 553b8f3 Fix test data by Nir Sonnenschein · 7 years ago
  67. 72eca16 Fix scenario test names by Nir Sonnenschein · 7 years ago
  68. 723feff Fix some errors in PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  69. 5b051bc Remove trailing whitespace by Gilles Peskine · 7 years ago
  70. ad44f11 Merge remote-tracking branch 'psa/pr/54' into feature-psa by Gilles Peskine · 7 years ago
  71. 6afe789 Finish renaming around PSA_ALG_IS_RSA_PKCS1V15 by Gilles Peskine · 7 years ago
  72. d6125ca Merge remote-tracking branch 'psa/pr/24' into feature-psa by Gilles Peskine · 7 years ago
  73. a1cac84 Move AEAD tests just after cipher by Gilles Peskine · 7 years ago
  74. 4f594ec remove check for key pair (public key should be enough for verification) by Nir Sonnenschein · 7 years ago
  75. 7f5a319 code fixes for internal code review: by Nir Sonnenschein · 7 years ago
  76. 0f3bdbd change RSA encryption tests compensate for random component in encryption. by Nir Sonnenschein · 7 years ago
  77. 39e5914 added support for PKCSv1.5 signature verification and encryption/decryption and very basic tests. by Nir Sonnenschein · 7 years ago
  78. bb1072f Fix use of mbedtls_cipher_info_from_psa by Gilles Peskine · 7 years ago
  79. 3585596 Document a few more macros by Gilles Peskine · 7 years ago
  80. 84861a9 Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa by Gilles Peskine · 7 years ago
  81. 154bd95 psa_destroy_key: return SUCCESS on an empty slot by Gilles Peskine · 7 years ago
  82. 5e39dc9 New macro PSA_AEAD_TAG_SIZE, use it for PSA_AEAD_xxx_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  83. 71bb7b7 Switch PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Gilles Peskine · 7 years ago
  84. 212e4d8 Improve documentation of PSA_AEAD_xxx_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  85. 65eb858 Expand the description of error codes by Gilles Peskine · 7 years ago
  86. 3158564 add nonce as argument to the test function of encrypt/decrypt by mohammad1603 · 7 years ago
  87. fc614b1 fix parentheses by mohammad1603 · 7 years ago
  88. 1347a73 fix macros documentation style. by mohammad1603 · 7 years ago
  89. e109f21 remove unnecessary check for block size by mohammad1603 · 7 years ago
  90. a1d9801 add slot validation by mohammad1603 · 7 years ago
  91. e3cb8a8 return PSA_ERROR_BUFFER_TOO_SMALL intead of PSA_ERROR_INVALID_ARGUMENT by mohammad1603 · 7 years ago
  92. fb5b9cb add missing documentations by mohammad1603 · 7 years ago
  93. 8ffd764 re-group test vectors and change vectors' names by mohammad1603 · 7 years ago
  94. 6b4d98c remove trailing spaces by mohammad1603 · 7 years ago
  95. 5ed0621 aligned with coding standards - line length by mohammad1603 · 7 years ago
  96. f7f72da add invalid signature test case by mohammad1603 · 7 years ago
  97. c1ee32e add GCM test vectors encrypt/decrypt by mohammad1603 · 7 years ago
  98. 371a6e4 add decrypt tests for CCM by mohammad1603 · 7 years ago
  99. ed8dbeb add and fix data vectors by mohammad1603 · 7 years ago
  100. f14394b add policy checks by mohammad1603 · 7 years ago