1. 50e586b We don't need _test_ in test function names by Gilles Peskine · 7 years ago
  2. 048b7f0 Rename some variables to make the code easier to read by Gilles Peskine · 7 years ago
  3. 8172b87 add tests cases by Moran Peker · 7 years ago
  4. a9c3a65 tests fix + max_output_size by Moran Peker · 7 years ago
  5. 9e3aa62 change variable naming by Moran Peker · 7 years ago
  6. 17ddaa2 Correct and improve cipher test case descriptions by Gilles Peskine · 7 years ago
  7. 9cf78d3 Fix some test case dependencies on cipher modes by Gilles Peskine · 7 years ago
  8. 4ca9c3f Fix whitespace issues by Gilles Peskine · 7 years ago
  9. 7f87850 fix and add tests case + fix for padding mode by Moran Peker · 7 years ago
  10. ded8440 fix and add tests case + fix for padding mode by Moran Peker · 7 years ago
  11. 5cbb4c8 Correct some test case descriptions by Gilles Peskine · 7 years ago
  12. 7268afc Reordered cipher tests to be just after MAC tests by Gilles Peskine · 7 years ago
  13. 691dfb3 Whitespce normalization by Gilles Peskine · 7 years ago
  14. 2c5219a Whitespace normalization by Gilles Peskine · 7 years ago
  15. 5351420 Use block local variable for padding_mode for readability by Gilles Peskine · 7 years ago
  16. 7cb22b8 abort operation before return + fix error checks by Moran Peker · 7 years ago
  17. 5eb6e9e PSA_ALG_CBC_BASE -> SA_ALG_CBC_BASE | PSA_ALG_BLOCK_CIPHER_PAD_NONE by Moran Peker · 7 years ago
  18. 89d789c Refactor some argument checks for readability by Gilles Peskine · 7 years ago
  19. 7e92885 Wrap lines to 80 columns by Gilles Peskine · 7 years ago
  20. e553c65 Fix indentation and horizontal whitespace by Gilles Peskine · 7 years ago
  21. d810024 Remove cipher_test_positive, duplicated as cipher_test_encrypt by Gilles Peskine · 7 years ago
  22. 7691fb7 add new test scenario (cipher_test_encrypt_multipart) by Moran Peker · 7 years ago
  23. 3520c2c unset iv_required to 0 (psa_encrypt_set_iv)and block_size (psa_cipher_setup) by Moran Peker · 7 years ago
  24. 395db87 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  25. ae38279 add missing psa_cipher_abort( operation ) by Moran Peker · 7 years ago
  26. 7053116 fix compilation error - missing if by Moran Peker · 7 years ago
  27. 96cc00a add missing tests function by Moran Peker · 7 years ago
  28. f55e804 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  29. a28258c adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  30. 2cab25a fix conditions in psa_cipher_finish function by Moran Peker · 7 years ago
  31. dc38ebc delete decrypt checks + fix memcpy& return value by Moran Peker · 7 years ago
  32. ad9d82c add iv_required field to psa_cipher_operation_s and fix relevant functions by Moran Peker · 7 years ago
  33. 71f19ae add missing call to psa_cipher_abort in cipher_setup func + iv_length check in cipher_set_iv func by Moran Peker · 7 years ago
  34. 406008a add missing check on output_size in psa_cipher_update func by Moran Peker · 7 years ago
  35. bed71a2 fix missing check on output_size in psa_cipher_finish func by Moran Peker · 7 years ago
  36. 0071b87 add missing parameter output_size on psa_cipher_finish by Moran Peker · 7 years ago
  37. 4c80d83 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  38. b152d4d add test scenarios to decrypt and encrypt input and compare with given output by mohammad1603 · 7 years ago
  39. 89e0f46 style by mohammad1603 · 7 years ago
  40. 41deec4 partly pr fix by Moran Peker · 7 years ago
  41. e1210dc remove unused parameter in psa_cipher_finish. by Moran Peker · 7 years ago
  42. 3205a65 tests fix by Moran Peker · 7 years ago
  43. 16864af fix static function name by mohammad1603 · 7 years ago
  44. 8481e74 CR fixes by mohammad1603 · 7 years ago
  45. efb0107 CR fix, remove exposing ECB by mohammad1603 · 7 years ago
  46. 990a18c add ecb to cipher algorithms by mohammad1603 · 7 years ago
  47. cdd3be9 Add psa_crypto test suite to Cmake by mohammad1603 · 7 years ago
  48. e6b67a1 Fix parameters in test suite by mohammad1603 · 7 years ago
  49. d7d7ba5 add positive test scenarios by mohammad1603 · 7 years ago
  50. 8275961 warnings fixes by mohammad1603 · 7 years ago
  51. 503973b initial implementation for PSA symmetric APIs - missing tests and documentations by mohammad1603 · 7 years ago
  52. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  53. f0c9dd3 Added possible error codes for lifetime functions by Gilles Peskine · 7 years ago
  54. 9bb53d7 Fix copypasta in lifetime function descriptions by Gilles Peskine · 7 years ago
  55. 8ca5602 Whitespace fixes by Gilles Peskine · 7 years ago
  56. a7d245a Fix return error values description by mohammad1603 · 7 years ago
  57. ea05009 Change behavior of psa_get_key_lifetime() by mohammad1603 · 7 years ago
  58. 1c34545 Remove usage of PSA_KEY_LIFETIME_NONE by mohammad1603 · 7 years ago
  59. 5d7ec20 fix key lifetime set implementation , tests accordingly by mohammad1603 · 7 years ago
  60. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  61. 060ad8a Compilation and tests fixes by mohammad1603 · 7 years ago
  62. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  63. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  64. 47c1bc0 Correct some return codes by Gilles Peskine · 7 years ago
  65. 8d2abd6 Merge remote-tracking branch 'psa/pr/15' into feature-psa by Gilles Peskine · 7 years ago
  66. 38a622b Function psa_get_key_policy() now return policy value for empty slots by mohammad1603 · 7 years ago
  67. 0eb6e97 Merge pull request #4 from ARMmbed/psa-wrapper-apis-march-2 by Gilles Peskine · 7 years ago
  68. 0629793 More precise bounds for PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  69. 5feda72 Remove usage of PSA_ERROR_INVALID_KEY_POLICY by mohammad1603 · 7 years ago
  70. 058e0b9 Avoid empty unions by Gilles Peskine · 7 years ago
  71. 9673cc8 Define PSA_ALG_RSA_OAEP_MGF1(hash) by Gilles Peskine · 7 years ago
  72. d926b88 Fix Policy enforcement sign test by mohammad1603 · 7 years ago
  73. 9a1ba0d Typo in the documentation of psa_get_key_information by Gilles Peskine · 7 years ago
  74. f48af7f psa_generate_key: specify what the extra parameters mean by Gilles Peskine · 7 years ago
  75. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  76. 9e7dc71 New function: generate key/random by Gilles Peskine · 7 years ago
  77. 4eed757 add new test scenarios by mohammad1603 · 7 years ago
  78. 6944f9a New functions: asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  79. a97cb8c Add calls for set policy in export/sign tests by mohammad1603 · 7 years ago
  80. 8484565 Minor errors in documentation around asymmetric signature by Gilles Peskine · 7 years ago
  81. 06e7920 integrate policy key usage in export and asymmetric sign functions by mohammad1603 · 7 years ago
  82. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  83. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  84. 1906798 Fix some typos and copypasta by Gilles Peskine · 7 years ago
  85. ed52297 Clarify how multipart operations get terminated by Gilles Peskine · 7 years ago
  86. 971f706 More precise reference for the RSA public key format by Gilles Peskine · 7 years ago
  87. 7e19853 More documentation by Gilles Peskine · 7 years ago
  88. d393e18 Add psa_set_key_lifetime by Gilles Peskine · 7 years ago
  89. e3f694f Remove non-standard hash algorithms by Gilles Peskine · 7 years ago
  90. 06dc263 Fix macro definitions for ECC keys by Gilles Peskine · 7 years ago
  91. 40f68b9 Use unhexify_alloc where applicable by Gilles Peskine · 7 years ago
  92. dc2fc84 Rename xxx_of_psa functions to xxx_from_psa by Gilles Peskine · 7 years ago
  93. 3c6e970 Fix memory leak in psa_destroy_key by Gilles Peskine · 7 years ago
  94. 6d91213 Add some comments to document some non-obvious coding choices by Gilles Peskine · 7 years ago
  95. 03182e9 Fix parameter name in PSA_BLOCK_CIPHER_BLOCK_SIZE by Gilles Peskine · 7 years ago
  96. f5b9fa1 Documentation clarifications by Gilles Peskine · 7 years ago
  97. 2905a7a Fix namespace violation by Gilles Peskine · 7 years ago
  98. e4ebc12 psa_crypto_init: set the global initialized flag by Gilles Peskine · 7 years ago
  99. 609b6a5 Get the lifetime of a key slot by Gilles Peskine · 7 years ago
  100. 7698bcf Basic interface for key policies by Gilles Peskine · 7 years ago