1. 2012ed7 Drop support for compatibility with our own previous buggy implementation of truncated HMAC (MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT). by Mateusz Starzyk · 3 years, 3 months ago
  2. 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 3 years, 3 months ago
  3. 74a7f93 Add BUGS.md by Gilles Peskine · 3 years, 2 months ago
  4. 92042d9 The 2.7 branch is retired by Gilles Peskine · 3 years, 2 months ago
  5. 991bbe7 Mention the master branch as well by Gilles Peskine · 3 years, 2 months ago
  6. a23df13 Minor presentation improvements by Gilles Peskine · 3 years, 2 months ago
  7. f8e45a4 Simplify compilation guards around hash driver testing by Steven Cooreman · 3 years, 2 months ago
  8. 01a622a Merge pull request #4197 from bensze01/psa_ccm_nonce_length by Gilles Peskine · 3 years, 2 months ago
  9. eed74df Re-order PSA ECC configs by David Brown · 3 years, 2 months ago
  10. 44bfed5 Update PSA not supported generated data by David Brown · 3 years, 2 months ago
  11. 110ea81 psa: Fix name of BRAINPOOL configs by David Brown · 3 years, 2 months ago
  12. dbb192d Fix inaccurate comment in sample DTLS server by Ryan LaPointe · 3 years, 3 months ago
  13. 59244e8 Actually use the READ_TIMEOUT_MS in the sample DTLS client and server by Ryan LaPointe · 3 years, 3 months ago
  14. b6bf4bb Clear up language on zeroizing driver context at setup by Steven Cooreman · 3 years, 2 months ago
  15. aa87fd0 Make driver IDs always visible by Steven Cooreman · 3 years, 2 months ago
  16. 61bb8fc remove superfluous calls to hash_abort by Steven Cooreman · 3 years, 2 months ago
  17. 5e4c18f Reorder the driver wrapper switch-case content by Steven Cooreman · 3 years, 2 months ago
  18. 893232f Ensure the full driver structure is zeroized at setup by Steven Cooreman · 3 years, 2 months ago
  19. fa95295 Don't void actually used arguments by Steven Cooreman · 3 years, 2 months ago
  20. 0f8ffa8 Rename and retype hash test driver context structure by Steven Cooreman · 3 years, 2 months ago
  21. 753f973 Use full config during driver testing by Steven Cooreman · 3 years, 2 months ago
  22. 5f88e77 Move mbedtls_md_info_from_psa into the mbedtls hash driver by Steven Cooreman · 3 years, 2 months ago
  23. a85e2f8 Guard hash test functions as a block by Steven Cooreman · 3 years, 2 months ago
  24. 830aff2 Restructure the way driver contexts are declared by Steven Cooreman · 3 years, 2 months ago
  25. 9e9ca1a Drop support for parsing SSLv2 ClientHello. by Mateusz Starzyk · 3 years, 3 months ago
  26. 0d58666 Reuse already-defined MBEDTLS_PSA_BUILTIN_HASH by Steven Cooreman · 3 years, 2 months ago
  27. fbe0928 Set output length to 0 at start of function by Steven Cooreman · 3 years, 2 months ago
  28. f66d5fd Apply same argument checking as in psa_hash_setup by Steven Cooreman · 3 years, 2 months ago
  29. 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 3 years, 2 months ago
  30. e483a77 Merge pull request #816 from ARMmbed/development by Dave Rodgman · 3 years, 2 months ago
  31. ca38fab Add move_internal_headers changelog by Chris Jones · 3 years, 2 months ago
  32. 6a69ac4 Merge pull request #4220 from bensze01/psa_aead_update_output_size by Ronald Cron · 3 years, 2 months ago
  33. a1df494 Remove internal file references in programs/ by Chris Jones · 3 years, 2 months ago
  34. 437035b Fix revert of PSA_AEAD_UPDATE_OUTPUT_SIZE by Bence Szépkúti · 3 years, 2 months ago
  35. 3848e31 Fix internal references in public documentation by Chris Jones · 3 years, 2 months ago
  36. 0153c94 Correct the maximum generated nonce length for CCM by Bence Szépkúti · 3 years, 3 months ago
  37. fc86f3f Merge pull request #3386 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size by Ronald Cron · 3 years, 2 months ago
  38. d4bfb3e Add missing parenthesis by Steven Cooreman · 3 years, 2 months ago
  39. 5d5fa8b Merge pull request #3579 from paul-elliott-arm/fix_printf by Ronald Cron · 3 years, 2 months ago
  40. 5699101 Update PSA_CIPHER_ENCRYPT_OUTPUT_MAX_SIZE by gabor-mezei-arm · 3 years, 2 months ago
  41. b76517b Cosmetic improvement by Gilles Peskine · 3 years, 2 months ago
  42. e1bba7c Fix semantically meaningful typos in comments by Gilles Peskine · 3 years, 2 months ago
  43. f8223ab Cover all key types by Gilles Peskine · 3 years, 2 months ago
  44. 897dff9 Code to generate storage format test cases by Gilles Peskine · 3 years, 2 months ago
  45. 2352396 Obtain the values of expressions by running C code by Gilles Peskine · 3 years, 2 months ago
  46. e009448 New python module to encode a PSA key for storage by Gilles Peskine · 3 years, 3 months ago
  47. 00d37d0 Test code for storage format stability by Gilles Peskine · 3 years, 3 months ago
  48. 33c601c Hook up PSAMacroCollector to PSAMacroEnumerator by Gilles Peskine · 3 years, 2 months ago
  49. 22fcf1b Move PSAMacroEnumerator to macro_collector by Gilles Peskine · 3 years, 2 months ago
  50. 10ab267 Add some type annotations by Gilles Peskine · 3 years, 2 months ago
  51. 6f7ba5f Split out PSAMacroEnumerator from the test data collection code by Gilles Peskine · 3 years, 2 months ago
  52. 3d77839 Use an iterator when constructing test cases by Gilles Peskine · 3 years, 3 months ago
  53. 0298bda generate_psa_tests.py: allow generating each file independently by Gilles Peskine · 3 years, 2 months ago
  54. b94ea51 Break up the god class TestGenerator by Gilles Peskine · 3 years, 2 months ago
  55. 9b178de Fix typo in PSA ECC curve config option by David Brown · 3 years, 2 months ago
  56. cc2f869 Fix generated psa crypto tests by David Brown · 3 years, 2 months ago
  57. 3353f81 Update psa/crypto_config.h to new names by David Brown · 3 years, 3 months ago
  58. dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 3 years, 3 months ago
  59. c7b9b2b Update defines for ECC PSA configs by David Brown · 3 years, 3 months ago
  60. 20a8c43 Define PSA_WANT definitions for all ECC curves by David Brown · 3 years, 3 months ago
  61. 8de143e Create PSA configs for ECC curves by David Brown · 3 years, 3 months ago
  62. b744990 Fix missed size_t printf by Paul Elliott · 3 years, 2 months ago
  63. 9907e2c Improve wording of ChangeLog entry by Paul Elliott · 3 years, 2 months ago
  64. aa5e132 Improve include guards for format attribute by Paul Elliott · 3 years, 3 months ago
  65. 61d2209 Fix missed invalid specifier in PSA Crypto build by Paul Elliott · 3 years, 4 months ago
  66. 48438c7 Fix incorrect long long specifier for win64 by Paul Elliott · 3 years, 4 months ago
  67. d48d5c6 Fix size_t and longlong specifiers for MinGW by Paul Elliott · 3 years, 4 months ago
  68. 3949065 Fix incorrect case in changelog entry by Paul Elliott · 3 years, 5 months ago
  69. abb3af7 Invert gate on printf attribute by Paul Elliott · 3 years, 5 months ago
  70. 3891caf Misc review requested fixes by Paul Elliott · 3 years, 5 months ago
  71. 21c62a2 Raise level of -Wformat-truncation to 2 by Paul Elliott · 3 years, 5 months ago
  72. 3a5a107 Correct fix for potential truncation by Paul Elliott · 3 years, 5 months ago
  73. f8d733e Correct include guard for function __attribute by Paul Elliott · 3 years, 5 months ago
  74. 9e3256a Adding printf format warning flags to makefiles by Paul Elliott · 3 years, 5 months ago
  75. 6f21e11 Add Changelog entry by Paul Elliott · 3 years, 5 months ago
  76. 9f35211 Fixes for invalid printf format specifiers by Paul Elliott · 3 years, 5 months ago
  77. dd9e8f6 Fix potential buffer overflow in printf by Paul Elliott · 3 years, 5 months ago
  78. 4e58970 Declare mbedtls_debug_print_msg as printf-like by Paul Elliott · 3 years, 5 months ago
  79. ea32d55 Add printf warning flags to CMake Build by Paul Elliott · 3 years, 5 months ago
  80. 36f539d Remove deliberate fallthrough by Paul Elliott · 3 years, 2 months ago
  81. 9c3b507 Update PSA_CIPHER_ENCRYPT_OUTPUT_SIZE by gabor-mezei-arm · 3 years, 2 months ago
  82. 1508fd1 Remove broken doxygen link to internal macro by Chris Jones · 3 years, 2 months ago
  83. ea0a865 Move entropy_poll.h to library by Chris Jones · 3 years, 2 months ago
  84. 16dbaeb Move padlock.h to library by Chris Jones · 3 years, 2 months ago
  85. 187782f Move aesni.h to library by Chris Jones · 3 years, 2 months ago
  86. daacb59 Rename <pk/md/cipher>_internal.h to *_wrap.h by Chris Jones · 3 years, 2 months ago
  87. 59cda7f Rename ecp_internal.h to ecp_alt.h by Chris Jones · 3 years, 2 months ago
  88. 66a4cd4 Rename rsa_internal.* to rsa_alt_helpers.* by Chris Jones · 3 years, 2 months ago
  89. 84a773f Rename ssl_internal.h to ssl_misc.h by Chris Jones · 3 years, 3 months ago
  90. 4c5819c Move bn_mul.h to library/ by Chris Jones · 3 years, 3 months ago
  91. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 3 years, 3 months ago
  92. 35ac46a Move internal headers from include/mbedtls/ to library/ by Chris Jones · 3 years, 3 months ago
  93. f6643cc Add library/*_internal.h to build files by Chris Jones · 3 years, 3 months ago
  94. 7b9f33c Move include/mbedtls/rsa_internal.h to library/rsa_internal.h by Chris Jones · 3 years, 3 months ago
  95. d50db94 Add hash acceleration driver testing by Steven Cooreman · 3 years, 2 months ago
  96. 83f300e Restructure the hash driver content by Steven Cooreman · 3 years, 2 months ago
  97. 2555522 Rename hash test driver functions to match auto-naming scheme by Steven Cooreman · 3 years, 2 months ago
  98. d029b60 Move test driver hash function declarations to software driver by Steven Cooreman · 3 years, 2 months ago
  99. 4f7d058 Setup internal dependency macros for software hash driver by Steven Cooreman · 3 years, 3 months ago
  100. 0eeb794 Initialize status with CORRUPTION_DETECTED and update fallthrough by Steven Cooreman · 3 years, 3 months ago