1. 9b5853c Add runs for specific PSA-supported ciphersuites to ssl-opt.sh by Hanno Becker · 7 years ago
  2. 9d76d56 Omit tests from ssl-opt.sh which force a disabled ciphersuite by Hanno Becker · 7 years ago
  3. f704bef Setup PSA-based cipher context in mbedtls_ssl_derive_keys() by Hanno Becker · 7 years ago
  4. 7909c4c Improve doc wording of PSA status field of mbedtls_cipher_context_t by Hanno Becker · 7 years ago
  5. a654c3e Return 'Feature unavailable' error for ciphers unsupported by PSA by Hanno Becker · 7 years ago
  6. 115e1a4 Don't use multiline comments in enums to silence check-names.sh by Hanno Becker · 7 years ago
  7. b1b2c01 Add missing newline at the end of test_suite_cipher.gcm.data by Hanno Becker · 7 years ago
  8. 625f94b Minor rewording in documentation of PSA-based cipher context by Hanno Becker · 7 years ago
  9. ce61a32 Use enum for slot state in PSA-based cipher context by Hanno Becker · 7 years ago
  10. 8d88a6e Check support for cipher in mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  11. b0c05e2 Test PSA-based GCM cipher operations by Hanno Becker · 7 years ago
  12. 5cec718 Adapt existing Cipher-GCM test cases to new param for auth_crypt_tv by Hanno Becker · 7 years ago
  13. a13272d Test PSA-based CCM cipher operations by Hanno Becker · 7 years ago
  14. 56150af Implement PSA-based AEAD enc/dec cipher operations by Hanno Becker · 7 years ago
  15. f133640 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  16. 884f6af Always configure PSA-based keys for encryption and decryption by Hanno Becker · 7 years ago
  17. e43164e Add AES-*-CBC test vectors for PSA-based cipher contexts by Hanno Becker · 7 years ago
  18. 3c852a9 Implement PSA-based version of mbedtls_cipher_crypt() by Hanno Becker · 7 years ago
  19. d9ca5cf Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  20. 73f59fc Add PSA-specific cipher context by Hanno Becker · 7 years ago
  21. 1cb3653 Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  22. 098c9de Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  23. b1f0872 Improve wording in documentation of mbedtls_cipher_setup() by Hanno Becker · 7 years ago
  24. d7503a7 Expand documentation of mbedtls_cipher_list() by Hanno Becker · 7 years ago
  25. 21967c5 Fix style in cipher.c by Hanno Becker · 7 years ago
  26. f4fb876 Fix style in cipher.h by Hanno Becker · 7 years ago
  27. c3d25b3 Fix style in NUM_CIPHERS definition in cipher_wrap.c by Hanno Becker · 7 years ago
  28. e5a0450 Fix style in definition of `mbedtls_cipher_mode_t` by Hanno Becker · 7 years ago
  29. 6767cca Merge branch 'gcm_through_cipher_api_tests' into psa_cipher_ by Hanno Becker · 7 years ago
  30. c0c882c Add missing dependencies in test_suite_cipher.gcm by Hanno Becker · 7 years ago
  31. f79aa9e Adapt ChangeLog by Hanno Becker · 7 years ago
  32. ef42f22 Add NIST AES GCM test vectors to single-step cipher API test suite by Hanno Becker · 7 years ago
  33. e10f191 Remove MBEDTLS_PSA_CRYPTO_SPM from config.pl by Hanno Becker · 7 years ago
  34. 6e02197 Refer to PSA through MBEDTLS_USE_PSA_CRYPTO, not USE_PSA, in all.sh by Hanno Becker · 7 years ago
  35. 4d30776 Remove double white space by Hanno Becker · 7 years ago
  36. 186b65a Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h by Hanno Becker · 7 years ago
  37. 51560b6 State explicitly that any API depending on PSA is unstable by Hanno Becker · 7 years ago
  38. f0cd619 Update VisualC files by Hanno Becker · 7 years ago
  39. f5f9ea2 Improve documentation of mbedtls_psa_err_translate_pk() by Hanno Becker · 7 years ago
  40. 010cf7e Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode() by Hanno Becker · 7 years ago
  41. 000334f Add function to translate PSA errors to PK module errors by Hanno Becker · 7 years ago
  42. afebf5a Fix Doxygen annotation in psa_util.h by Hanno Becker · 7 years ago
  43. 5a9942e Initialize PSA Crypto implementation in ssl_server2 by Hanno Becker · 7 years ago
  44. b2b468b Initialize PSA Crypto implementation in ssl_client2.c by Hanno Becker · 7 years ago
  45. 1cfc5dd Initialize PSA Crypto implementation at the start of each test suite by Hanno Becker · 7 years ago
  46. b26c193 Make PSA utility functions static inline by Hanno Becker · 7 years ago
  47. 5525126 Add PSA-to-Mbed TLS translations for cipher module by Hanno Becker · 7 years ago
  48. 87837b2 Add internal header for PSA utility functions by Hanno Becker · 7 years ago
  49. 655c0a8 Add build using PSA to all.sh by Manuel Pégourié-Gonnard · 7 years ago
  50. aeefa49 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  51. 55517ae Merge remote-tracking branch 'public/pr/2146' into development-proposed by Simon Butcher · 7 years ago
  52. bc554f6 Document Mbed Crypto and the PSA API by Gilles Peskine · 7 years ago
  53. 3f6470a psa: Add ChangeLog entry for adding Mbed Crypto by Jaeden Amero · 7 years ago
  54. acaabe7 crypto: Test without crypto as a submodule by Jaeden Amero · 7 years ago
  55. ed93bdc crypto: Test with crypto as a submodule by Jaeden Amero · 7 years ago
  56. ffeb1b8 abi_check: Update submodules by Jaeden Amero · 7 years ago
  57. 7acb0cf abi_check: Allow checking current checkout by Jaeden Amero · 7 years ago
  58. 484ee33 psa: Add PSA Crypto configuration by Jaeden Amero · 7 years ago
  59. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  60. 4cb814e cmake: Use finer grained include directory by Jaeden Amero · 7 years ago
  61. 2d0e00f all.sh: Cleanup CMakeFiles by Jaeden Amero · 7 years ago
  62. 556d7d9 Merge pull request #532 from sbutcher-arm/version-2.14.0 by Simon Butcher · 7 years ago mbedtls-2.14.0
  63. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  64. b35e59d Refine the language in the ChangeLog by Simon Butcher · 7 years ago
  65. 681edee Fix language and formatting in ChangeLog by Simon Butcher · 7 years ago
  66. 06d80cf Fix merge of Changelog 128bit CTR_DRBG entry by Simon Butcher · 7 years ago
  67. de13963 Merge remote-tracking branch 'restricted/pr/520' into development-restricted-proposed by Simon Butcher · 7 years ago
  68. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  69. 2ab14bb Clarified new platform errors in the ChangeLog by Simon Butcher · 7 years ago
  70. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  71. 6aa9fb4 Add ChangeLog entry by Ron Eldor · 7 years ago
  72. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  73. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  74. d83448b Merge remote-tracking branch 'public/pr/2052' into development-restricted-proposed by Simon Butcher · 7 years ago
  75. 53b45ec Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed by Simon Butcher · 7 years ago
  76. bbc31b4 Merge remote-tracking branch 'public/pr/2085' into development-restricted-proposed by Simon Butcher · 7 years ago
  77. 93a9b49 Merge remote-tracking branch 'public/pr/2077' into development-restricted-proposed by Simon Butcher · 7 years ago
  78. 361ce6c Merge remote-tracking branch 'public/pr/2127' into development-restricted-proposed by Simon Butcher · 7 years ago
  79. c818131 Merge remote-tracking branch 'public/pr/2140' into development-restricted-proposed by Simon Butcher · 7 years ago
  80. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  81. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 7 years ago
  82. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 7 years ago
  83. f143a78 Adapt ChangeLog by Hanno Becker · 7 years ago
  84. 7213744 Fix typo in comment by Ron Eldor · 7 years ago
  85. 2981d8f Change to positive flow for all cases by Ron Eldor · 7 years ago
  86. 93ace01 Revert positive flow check by Ron Eldor · 7 years ago
  87. b430d9f Change to positive checks by Ron Eldor · 7 years ago
  88. 19779c4 Some style and documentation fixes by Ron Eldor · 7 years ago
  89. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  90. d3445da Adapt ChangeLog by Hanno Becker · 7 years ago
  91. b75ffb5 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 7 years ago
  92. 1f8527f Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 7 years ago
  93. a8b13d7 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  94. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  95. 76646a4 Merge remote-tracking branch 'public/pr/1777' into development-proposed by Simon Butcher · 7 years ago
  96. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
  97. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  98. 5517755 Improve wording and formatting of ASN.1 write module documentation by Hanno Becker · 7 years ago
  99. cec1c26 Break overly long line in library/x509_create.c by Hanno Becker · 7 years ago
  100. ee334a3 Remove Doxygen tags from documentation of private structure by Hanno Becker · 7 years ago