1. b4fa8c9 psa: Fix Doxygen comment on psa_get_key_from_slot by Jaeden Amero · 7 years ago
  2. 2a91d61 Merge remote-tracking branch 'psa/pr/94' into feature-psa by Gilles Peskine · 7 years ago
  3. 279ab8e Prevent leaking plaintext in psa_cipher_finish() by Janos Follath · 7 years ago
  4. 315b51c Fix memory leak in psa_cipher_finish() by Janos Follath · 7 years ago
  5. ab1d7ab Don't call psa_get_key_information internally by Gilles Peskine · 7 years ago
  6. a5c7b7d Style fixes by Mohammad Abo Mokh · 7 years ago
  7. b870b18 New internal function psa_get_key_bits by Gilles Peskine · 7 years ago
  8. 2701005 Modifications for psa-crypto in order to integrate with SPM by mohammad1603 · 7 years ago
  9. b0b255c Always access key slots through accessor functions by Gilles Peskine · 7 years ago
  10. 1d96fff In psa_mac_finish, write a safe output even in the BAD_STATE case by Gilles Peskine · 7 years ago
  11. aee1333 Fix safe output length in hash and mac finish by Gilles Peskine · 7 years ago
  12. 1ae0514 Fix memory leak when importing an RSA key that is too large by Gilles Peskine · 7 years ago
  13. 46f1fd7 Handle null pointers safely when used as buffers of size 0 by Gilles Peskine · 7 years ago
  14. bbf97e3 psa: Pass hash_length with explicit types by Jaeden Amero · 7 years ago
  15. 23bbb75 psa: Pass the number of bits with explicit types by Jaeden Amero · 7 years ago
  16. 5390f69 psa: Use type of block_size consistently by Jaeden Amero · 7 years ago
  17. 045bd50 psa: Use key slot type in mbedtls_psa_crypto_free() by Jaeden Amero · 7 years ago
  18. 65fb236 psa: Make psa_set_key_lifetime() match declaration by Jaeden Amero · 7 years ago
  19. af3baab Define max sizes for MAC and signatures by Gilles Peskine · 7 years ago
  20. a26ff6a psa_asymmetric_sign: consistently fill unused output with '!' by Gilles Peskine · 7 years ago
  21. 2b450e3 Factor RSA sign/verify code into its own functions by Gilles Peskine · 7 years ago
  22. eae6eee Change ECDSA signature representation to r||s by Gilles Peskine · 7 years ago
  23. a81d85b Sort out ECDSA mechanisms by Gilles Peskine · 7 years ago
  24. 526fab0 Fix parameter name signature_size for psa_asymmetric_verify by Gilles Peskine · 7 years ago
  25. e9191ff Add missing const for signature parameter of psa_asymmetric_verify by Gilles Peskine · 7 years ago
  26. 55bf3d1 Sort out RSA mechanisms by Gilles Peskine · 7 years ago
  27. 7ed29c5 Rename PSA_ALG_RSA_GET_HASH to PSA_ALG_SIGN_GET_HASH by Gilles Peskine · 7 years ago
  28. c648d69 psa_import_key: fix memory leak on error by Gilles Peskine · 7 years ago
  29. f24c7f8 psa_export_key: Always set a valid data length by Jaeden Amero · 7 years ago
  30. 8173631 psa_hash_abort: return PSA_SUCCESS if alg=0 by Gilles Peskine · 7 years ago
  31. f9c2c09 In abort functions, return BAD_STATE on obviously bad input by Gilles Peskine · 7 years ago
  32. 48c0ea1 Remove PSA_KEY_TYPE_IS_RAW_BYTES from crypto.h by Gilles Peskine · 7 years ago
  33. 9ad29e2 Add what little was missing to fully support DES by Gilles Peskine · 7 years ago
  34. 9a94480 Convert ERR_ASN1 error codes to PSA by Gilles Peskine · 7 years ago
  35. b54979a Refuse non-byte-sized raw data keys by Gilles Peskine · 7 years ago
  36. c06e071 Favor INVALID_ARGUMENT over NOT_SUPPORTED for bad algorithm types by Gilles Peskine · 7 years ago
  37. 248051a Add missing #ifdef guards around psa_hmac_start by Gilles Peskine · 7 years ago
  38. 16c0f4f Fix potential memory corruption on MAC/cipher setup failure by Gilles Peskine · 7 years ago
  39. 12313cd Implement psa_generate_key: AES, DES, RSA, ECP by Gilles Peskine · 7 years ago
  40. e66ca3b psa_export_key: zero out potential garbage in the output buffer by Gilles Peskine · 7 years ago
  41. 0e23158 psa_export_key: fix asymmetric key in larger buffer by Gilles Peskine · 7 years ago
  42. 05d6989 Implement psa_generate_random by Gilles Peskine · 7 years ago
  43. 0ff4b0f psa_import_key: validate symmetric key size by Gilles Peskine · 7 years ago
  44. e3b07d8 Fix build without CMAC by Gilles Peskine · 7 years ago
  45. 828ed14 Rename MBEDTLS_xxx macros in psa_crypto.c to placate check-names.sh by Gilles Peskine · 7 years ago
  46. 34ef7f5 Check the curve of an elliptic curve key on import by Gilles Peskine · 7 years ago
  47. b3e6e5d Rename hash max sizes for consistency by Gilles Peskine · 7 years ago
  48. 7bcfc0a Be more consistent about blank lines by Gilles Peskine · 7 years ago
  49. 803ce74 Change sizeof(type) to sizeof(variable) by Gilles Peskine · 7 years ago
  50. c1bb6c8 Formatting improvements by Gilles Peskine · 7 years ago
  51. 2d27786 Normalize whitespace by Gilles Peskine · 7 years ago
  52. 6de7a17 Fix file permissions by Gilles Peskine · 7 years ago
  53. aa5aea0 fix spaces and add braces by Nir Sonnenschein · 7 years ago
  54. e9664c3 space and style fixes by Nir Sonnenschein · 7 years ago
  55. 9627241 change macro PSA_HASH_BLOCK_SIZE to function psa_get_hash_block_size by Nir Sonnenschein · 7 years ago
  56. 5ca6547 Renamed hmac_ctx to opad and removed null check. by Nir Sonnenschein · 7 years ago
  57. caec7f0 Fix rename issue missed by re-base by Nir Sonnenschein · 7 years ago
  58. d223b52 psa_hmac_start: reduce stack usage by Gilles Peskine · 7 years ago
  59. 6a0a44e HMAC: clean up local variables containing key material by Gilles Peskine · 7 years ago
  60. c102e3c psa_hmac_start: simplify key_length logic in hash-the-key case by Gilles Peskine · 7 years ago
  61. e1bc680 psa_hmac_start: remove useless casts by Gilles Peskine · 7 years ago
  62. 7e454bc Split out CMAC and HMAC code into auxiliary functions by Gilles Peskine · 7 years ago
  63. 99bc649 Normalize whitespace to Mbed TLS standards by Gilles Peskine · 7 years ago
  64. ef057ac Remove dead code by Gilles Peskine · 7 years ago
  65. 084832d replace get_block_size_from_hash_algorithm with PSA_HASH_BLOCK_SIZE macro by Nir Sonnenschein · 7 years ago
  66. 35dfbf4 change hmac context to use statically allocated memory by Nir Sonnenschein · 7 years ago
  67. 0c9ec53 remove reliance on md_info context for hash information by Nir Sonnenschein · 7 years ago
  68. eeace0b Code style fix : changed keylen to key_length by Nir Sonnenschein · 7 years ago
  69. 7810be2 Code correction: remove unneeded sizeof by Nir Sonnenschein · 7 years ago
  70. dcd636a Commit changes to hmac to not use MD abstraction by Nir Sonnenschein · 7 years ago
  71. 8605428 Merge remote-tracking branch 'psa/pr/27' into feature-psa by Gilles Peskine · 7 years ago
  72. c4def2f Add input length check in psa_asymmetric_decrypt by Gilles Peskine · 7 years ago
  73. b75e4f1 Remove ECC boilerplate in asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  74. beb4948 Add RSA PSS verification (untested) by Gilles Peskine · 7 years ago
  75. 625b01c Add OAEP placeholders in asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  76. 8b18a4f Rename verify_RSA_hash_input_and_get_md_type by Gilles Peskine · 7 years ago
  77. 61b91d4 Normalize whitespace to Mbed TLS standards by Gilles Peskine · 7 years ago
  78. 1c2a7ea Allow psa_asymmetric_verify and psa_asymmetric_encrypt to use public key only. by Nir Sonnenschein · 7 years ago
  79. d708260 add key policy enforcement implementation by Nir Sonnenschein · 7 years ago
  80. ca466c8 Set output length to safe value by Nir Sonnenschein · 7 years ago
  81. c460291 Re-Add ECC verification code which was not properly merged in re-base. by Nir Sonnenschein · 7 years ago
  82. 4db79eb Extract common code by Nir Sonnenschein · 7 years ago
  83. 717a040 Remove duplicate / unneeded code by Nir Sonnenschein · 7 years ago
  84. 5b051bc Remove trailing whitespace by Gilles Peskine · 7 years ago
  85. 6afe789 Finish renaming around PSA_ALG_IS_RSA_PKCS1V15 by Gilles Peskine · 7 years ago
  86. d6125ca Merge remote-tracking branch 'psa/pr/24' into feature-psa by Gilles Peskine · 7 years ago
  87. 4f594ec remove check for key pair (public key should be enough for verification) by Nir Sonnenschein · 7 years ago
  88. 7f5a319 code fixes for internal code review: by Nir Sonnenschein · 7 years ago
  89. 39e5914 added support for PKCSv1.5 signature verification and encryption/decryption and very basic tests. by Nir Sonnenschein · 7 years ago
  90. bb1072f Fix use of mbedtls_cipher_info_from_psa by Gilles Peskine · 7 years ago
  91. 84861a9 Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa by Gilles Peskine · 7 years ago
  92. 154bd95 psa_destroy_key: return SUCCESS on an empty slot by Gilles Peskine · 7 years ago
  93. 71bb7b7 Switch PSA_HASH_FINAL_SIZE to PSA_HASH_SIZE by Gilles Peskine · 7 years ago
  94. fc614b1 fix parentheses by mohammad1603 · 7 years ago
  95. e109f21 remove unnecessary check for block size by mohammad1603 · 7 years ago
  96. a1d9801 add slot validation by mohammad1603 · 7 years ago
  97. e3cb8a8 return PSA_ERROR_BUFFER_TOO_SMALL intead of PSA_ERROR_INVALID_ARGUMENT by mohammad1603 · 7 years ago
  98. 6b4d98c remove trailing spaces by mohammad1603 · 7 years ago
  99. 5ed0621 aligned with coding standards - line length by mohammad1603 · 7 years ago
  100. f14394b add policy checks by mohammad1603 · 7 years ago