1. 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  2. 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  3. 32750ef Merge pull request #4685 from mpg/improve-all-sh-robustness by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  4. 8f2b66a Merge pull request #4676 from JoeSubbiani/MissingContextFree-test_suite_aes.function by Dave Rodgman · 4 years, 2 months ago
  5. ffafae4 Merge pull request #4687 from gilles-peskine-arm/winsock-fd-range-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  6. a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  7. 08b5ab2 Reword changelog - Test Resource Leak by Joe Subbiani · 4 years, 2 months ago
  8. 4a28ade Changing the key length to 32 bytes in one of the PSA cipher setup tests by TRodziewicz · 4 years, 2 months ago
  9. f41dc7c Removal of RC4 certs and fixes to docs and tests by TRodziewicz · 4 years, 2 months ago
  10. 3f9e64c Fix improper spacing by Joe Subbiani · 4 years, 2 months ago
  11. a5dd7bd Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
  12. 0536000 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
  13. e6ef5fe Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  14. dc5660c Update changlog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  15. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  16. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  17. 8c8166a Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test by Dave Rodgman · 4 years, 2 months ago
  18. 487b4ae Update changelog formatting - Missing Free Context by Joe Subbiani · 4 years, 2 months ago
  19. ac84469 Modifies Migration Guide entry by Thomas Daubney · 4 years, 2 months ago
  20. 87db8a2 Clean up old files before generating them by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  21. 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 2 months ago
  22. 5c5b820 Fix typo in doc'n of session resumption API by Hanno Becker · 4 years, 2 months ago
  23. 26e8608 Changelog entry for Free Context in test_suite_aes fix by Joe Subbiani · 4 years, 2 months ago
  24. 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
  25. d596e99 Modifies ChangeLog by Thomas Daubney · 4 years, 2 months ago
  26. 379227c Modifies ChangeLog and Migration Guide by Thomas Daubney · 4 years, 2 months ago
  27. a42bf29 Modifies ChangeLog entry by Thomas Daubney · 4 years, 2 months ago
  28. 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 2 months ago
  29. a03fb29 Document backward compatibility promises for the default TLS profile by Gilles Peskine · 4 years, 2 months ago
  30. ec78bc4 Meld DEFAULT_ALLOW_SHA1_IN_CERTIFICATES removal migration guide by Gilles Peskine · 4 years, 2 months ago
  31. 6b1f64a Wording clarifications by Gilles Peskine · 4 years, 2 months ago
  32. 55cb9af Add missing parentheses by Gilles Peskine · 4 years, 2 months ago
  33. 4a02cef Test restartable ECC with a curve that supports it by Gilles Peskine · 4 years, 2 months ago
  34. 3b3aa36 Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 2 months ago
  35. 799eee6 Update the expected default curve in ssl-opt.sh by Gilles Peskine · 4 years, 2 months ago
  36. b26696b Simplify mbedtls_debug_print_mpi and fix the case of empty bignums by Gilles Peskine · 4 years, 2 months ago
  37. 3beb72e Add mbedtls_debug_print_mpi test case for 0 by Gilles Peskine · 4 years, 2 months ago
  38. c5b9510 Clarify test case descriptions by Gilles Peskine · 4 years, 2 months ago
  39. a28f0f5 Leave the preference order for hashes unspecified by Gilles Peskine · 4 years, 2 months ago
  40. b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
  41. 377c91e Remove meaningless clause by Gilles Peskine · 4 years, 2 months ago
  42. 5752e59 Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
  43. 12b5b38 Fix "PSA - ECDH with [non-default curve]" by Gilles Peskine · 4 years, 2 months ago
  44. 2c69fa2 Initializer element was not constant by Gilles Peskine · 4 years, 2 months ago
  45. 3758fd6 Changelog entry and migration guide for hash and curve profile upgrades by Gilles Peskine · 4 years, 2 months ago
  46. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  47. ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
  48. 57face2 Free context in at the end of aes_crypt_xts_size() by JoeSubbiani · 4 years, 2 months ago
  49. 50afb43 Adds Migration guide by Thomas Daubney · 4 years, 2 months ago
  50. 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 2 months ago
  51. 609ab64 Fix warning in some configurations by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  52. 6ff9ef5 Fix cmake build of fuzz_privkey by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  53. 6f19ce3 Fix async support in ssl_server2 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  54. 8707259 Improve ChangeLog and migration guide entries by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  55. 1503a9a Use a proper DRBG in programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  56. 7f93da1 Use the dedicated dummy_random in fuzzing programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  57. 36a8963 Fix cmake build of programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  58. e6e51aa Add ChangeLog and migration guide entries by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  59. 02b5705 Simplify internal code by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  60. 7962bfa Remove "internal RNG" code from ECP by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  61. d51aaad Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  62. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  63. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  64. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  65. 75525ae Fix mbedtls_ecp_muladd() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  66. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  67. 7861ecf Make RNG parameters mandatory in ECDH functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  68. 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  69. f035904 Check for mandatory RNG parameters in RSA private by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  70. 34d3756 Make RNG parameters mandatory in PK functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  71. c305b72 Make RNG parameters mandatory in X.509 functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  72. ad5390f Clarify that RNG parameters are mandatory in SSL by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  73. ab4ecfc Improve wording of documentation of new session resumption API by Hanno Becker · 4 years, 2 months ago
  74. 22ecf49 Adds ChangeLog entry by Thomas Daubney · 4 years, 2 months ago
  75. 4a7010d Removes MBEDTLS_SSL_TRUNCATED_HMAC config option by Thomas Daubney · 4 years, 2 months ago
  76. d7171e9 Removes truncated HMAC code from ssl.h by Thomas Daubney · 4 years, 2 months ago
  77. e1c9a40 Removes truncated HMAC code from ssl_X.c by Thomas Daubney · 4 years, 2 months ago
  78. 32fb900 Removes truncated HMAC code from ssl_tls.c by Thomas Daubney · 4 years, 2 months ago
  79. 40d49b1 Removes truncated HMAC code from ssl_context_info program by Thomas Daubney · 4 years, 2 months ago
  80. 909d3bf Removes MBEDTLS_SSL_TRUNCATED_HMAC code from fuzz programs by Thomas Daubney · 4 years, 2 months ago
  81. 22989d0 Removes MBEDTLS_SSL_TRUNCATED_HMAC code from ssl programs by Thomas Daubney · 4 years, 2 months ago
  82. c46bf3c Modifies tests in test_suite_ssl.function by Thomas Daubney · 4 years, 2 months ago
  83. ce9e716 Modifies tests in context-info.sh by Thomas Daubney · 4 years, 2 months ago
  84. 5f43f97 Removes tests from ssl-opt.sh by Thomas Daubney · 4 years, 2 months ago
  85. 15a7b73 Documentation rewording by TRodziewicz · 4 years, 2 months ago
  86. 8f91c72 Code review follow-up corrections by TRodziewicz · 4 years, 2 months ago
  87. 7ff652a Addition of ChangeLog and migration guide entry files. by TRodziewicz · 4 years, 2 months ago
  88. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  89. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  90. 9c90226 Addition of the migration guide and change log files by TRodziewicz · 4 years, 2 months ago
  91. 5bbbb5e Remove the mbedtls_printf and FAIL macros by TRodziewicz · 4 years, 2 months ago
  92. 9a9609e Make static all the functions moved to bechmark.c by TRodziewicz · 4 years, 2 months ago
  93. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
  94. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  95. 8cad2e2 Merge pull request #4595 from gilles-peskine-arm/alt-dummy-headers-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  96. 28a4a96 Corrections to the docs wording and changes to aux scripts by TRodziewicz · 4 years, 2 months ago
  97. e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
  98. cadd3d8 Give examples of PLATFORM_XXX_ALT by Gilles Peskine · 4 years, 2 months ago
  99. bf26bef Discuss the durability of PSA drivers vs ALT when introducing them by Gilles Peskine · 4 years, 2 months ago
  100. a71db94 Document that contexts must be movable by Gilles Peskine · 4 years, 2 months ago