1. 50afb43 Adds Migration guide by Thomas Daubney · 4 years, 2 months ago
  2. 22ecf49 Adds ChangeLog entry by Thomas Daubney · 4 years, 2 months ago
  3. 4a7010d Removes MBEDTLS_SSL_TRUNCATED_HMAC config option by Thomas Daubney · 4 years, 2 months ago
  4. d7171e9 Removes truncated HMAC code from ssl.h by Thomas Daubney · 4 years, 2 months ago
  5. e1c9a40 Removes truncated HMAC code from ssl_X.c by Thomas Daubney · 4 years, 2 months ago
  6. 32fb900 Removes truncated HMAC code from ssl_tls.c by Thomas Daubney · 4 years, 2 months ago
  7. 40d49b1 Removes truncated HMAC code from ssl_context_info program by Thomas Daubney · 4 years, 2 months ago
  8. 909d3bf Removes MBEDTLS_SSL_TRUNCATED_HMAC code from fuzz programs by Thomas Daubney · 4 years, 2 months ago
  9. 22989d0 Removes MBEDTLS_SSL_TRUNCATED_HMAC code from ssl programs by Thomas Daubney · 4 years, 2 months ago
  10. c46bf3c Modifies tests in test_suite_ssl.function by Thomas Daubney · 4 years, 2 months ago
  11. ce9e716 Modifies tests in context-info.sh by Thomas Daubney · 4 years, 2 months ago
  12. 5f43f97 Removes tests from ssl-opt.sh by Thomas Daubney · 4 years, 2 months ago
  13. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  14. 8cad2e2 Merge pull request #4595 from gilles-peskine-arm/alt-dummy-headers-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  15. 28a4a96 Corrections to the docs wording and changes to aux scripts by TRodziewicz · 4 years, 2 months ago
  16. e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
  17. cadd3d8 Give examples of PLATFORM_XXX_ALT by Gilles Peskine · 4 years, 2 months ago
  18. bf26bef Discuss the durability of PSA drivers vs ALT when introducing them by Gilles Peskine · 4 years, 2 months ago
  19. a71db94 Document that contexts must be movable by Gilles Peskine · 4 years, 2 months ago
  20. f35c42b Document the remaining constraints on ALT context types by Gilles Peskine · 4 years, 2 months ago
  21. 1628a9c MBEDTLS_DEBUG_C is compatible with every whole-module ALT except DHM by Gilles Peskine · 4 years, 2 months ago
  22. 5c3f18d MBEDTLS_PK_PARSE_EC_EXTENDED is incompatible with MBEDTLS_ECP_ALT by Gilles Peskine · 4 years, 2 months ago
  23. ad7f53c Define public fields of mbedtls_ecp_group in alt test header by Gilles Peskine · 4 years, 2 months ago
  24. bf69ea5 Make some fields of mbedtls_ecp_group public by Gilles Peskine · 4 years, 2 months ago
  25. cd07e22 New function mbedtls_ecjpake_set_point_format by Gilles Peskine · 4 years, 2 months ago
  26. 71acc6e New function mbedtls_dhm_get_value to copy a field of a DHM context by Gilles Peskine · 4 years, 2 months ago
  27. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  28. 85b1bc6 pk_debug: build with RSA_ALT implementations by Gilles Peskine · 4 years, 2 months ago
  29. d41d59e Timing: support ALT implementations in self-test by Gilles Peskine · 4 years, 2 months ago
  30. cc73cc5 Test the build with whole-module alternative implementations by Gilles Peskine · 4 years, 2 months ago
  31. 8e90cf4 config.py: new command line commands set-all and unset-all by Gilles Peskine · 4 years, 2 months ago
  32. a0ebaef Create threading_alt.h header for testing by Gilles Peskine · 4 years, 2 months ago
  33. c5048db Create xxx_alt.h headers for testing by Gilles Peskine · 4 years, 2 months ago
  34. a1b44dd Changelog entry for MBEDTLS_ECP_MAX_BITS automatic determination by Gilles Peskine · 4 years, 2 months ago
  35. 814d012 Test calculated MBEDTLS_ECP_MAX_xxx constants in unit tests by Gilles Peskine · 4 years, 2 months ago
  36. 601d343 Update TLS presets when adding a curve by Gilles Peskine · 4 years, 2 months ago
  37. 6e1387a Update MBEDTLS_ECP_MAX_BITS when adding a curve by Gilles Peskine · 4 years, 2 months ago
  38. d0b1630 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
  39. 9ef1ea7 Move the definition of derived values out of the settings section by Gilles Peskine · 4 years, 2 months ago
  40. 6a2fb61 Rename library/ecp_alt.h to ecp_internal_alt.h by Gilles Peskine · 4 years, 2 months ago
  41. b9ccb25 Starter-class documentation of alternative implementations by Gilles Peskine · 4 years, 2 months ago
  42. cee21d7 Merge pull request #4606 from TRodziewicz/turn__SSL_SRV_RESPECT_CLIENT_PREFERENCE_config_opt_to_runtime_opt by Gilles Peskine · 4 years, 2 months ago
  43. 823f594 Merge pull request #4511 from mstarzyk-mobica/mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  44. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  45. a90e090 Remove scripts automating wrapping structs members with MBEDTLS_PRIVATE. by Ronald Cron · 4 years, 2 months ago
  46. 3946f79 Correction according to code review (function and param. names change by TRodziewicz · 4 years, 2 months ago
  47. 8b223b6 Addition of the migration guide entry file. by TRodziewicz · 4 years, 2 months ago
  48. 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
  49. 1fcd72e change log and migr. guide fixes and _DEPRECATED_REMOVED removed by TRodziewicz · 4 years, 2 months ago
  50. 21f8464 Merge pull request #4317 from yanesca/psa-jpake-interface by Janos Follath · 4 years, 2 months ago
  51. 57864fa Merge pull request #4634 from Patater/mbed-can-do-timing by Ronald Cron · 4 years, 2 months ago
  52. 88c88ed Merge pull request #4647 from daverodgman/travis-disable-osx-development by Dave Rodgman · 4 years, 2 months ago
  53. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  54. d0581e1 Disable OS X builds on Travis by Dave Rodgman · 4 years, 2 months ago
  55. 44eea8f Merge pull request #4477 from TRodziewicz/Remove__X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  56. 2a5e5a2 Correction to the migration guide entry wording by TRodziewicz · 4 years, 2 months ago
  57. 197496a config: Allow Mbed to implement TIMING_C by Jaeden Amero · 4 years, 2 months ago
  58. 0ea2576 Correction to the migr. guide wording and removal of not needed option by TRodziewicz · 4 years, 2 months ago
  59. b836738 Addition of the migration guide by TRodziewicz · 4 years, 3 months ago
  60. 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
  61. 364380e Merge pull request #4618 from ronald-cron-arm/rsa-padding by Gilles Peskine · 4 years, 2 months ago
  62. 1e66642 Addition of change log and migration guide files. by TRodziewicz · 4 years, 2 months ago
  63. f8abfa8 Improve migration guide by Ronald Cron · 4 years, 2 months ago
  64. cc0f250 Merge pull request #4600 from gilles-peskine-arm/backward-compatibility-explanation-3.0 by Gilles Peskine · 4 years, 2 months ago
  65. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  66. 1f01318 Clarify PSA_PAKE_STEP_ZK_PROOF format by Janos Follath · 4 years, 2 months ago
  67. 46c0237 PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  68. 0dcda95 Make check-names.sh happy by Janos Follath · 4 years, 2 months ago
  69. 33434a9 Fix parenthesis spacing in crypto_struct.h by Janos Follath · 4 years, 2 months ago
  70. 55dd5dc PSA PAKE: Clarify the documentation of NIZKP steps by Janos Follath · 4 years, 2 months ago
  71. b384ec1 PSA PAKE: fix J-PAKE documentation code rendering by Janos Follath · 4 years, 2 months ago
  72. 3293dae psa_pake_setup(): simplify documentation by Janos Follath · 4 years, 2 months ago
  73. b4db90f PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  74. 38d29db Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  75. a46e28f PSA PAKE: use neutral pronouns by Janos Follath · 4 years, 2 months ago
  76. ec83eb6 Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  77. 52f9efa Revert "Rename psa_pake_set_password()" by Janos Follath · 4 years, 2 months ago
  78. 1f9e9e9 PSA PAKE: fix old constant name in test by Janos Follath · 4 years, 2 months ago
  79. 89ee05a Rename psa_pake_set_password() by Janos Follath · 4 years, 2 months ago
  80. 559f05e PSA PAKE: remove psa_pake_set_password_stretch() by Janos Follath · 4 years, 2 months ago
  81. 7d69b3a PSA PAKE: add warning about stability by Janos Follath · 4 years, 2 months ago
  82. 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
  83. 304766e PSA PAKE: make algorithm macro name consistent by Janos Follath · 4 years, 2 months ago
  84. a295918 PSA PAKE: add input size macros by Janos Follath · 4 years, 2 months ago
  85. 5e1948d PSA PAKE: define size macros as 0 by Janos Follath · 4 years, 2 months ago
  86. 73876cf Clarify "between major version changes" by Gilles Peskine · 4 years, 2 months ago
  87. 3a0375f Fail if a padding disabled by the build-time configuration is selected by Ronald Cron · 4 years, 2 months ago
  88. 266b6d2 tests: Assert success of calls to mbedtls_rsa_set_padding() by Ronald Cron · 4 years, 2 months ago
  89. d2cfa3e Improve mbedtls_rsa_init/set_padding() descriptions by Ronald Cron · 4 years, 2 months ago
  90. 6fe1bc3 Add change log and migration guide by Ronald Cron · 4 years, 2 months ago
  91. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  92. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  93. 41377d66 Merge pull request #4560 from gilles-peskine-arm/issue-templates by Gilles Peskine · 4 years, 2 months ago
  94. 6dd92c3 Wrap lines in the source to <80 columns by Gilles Peskine · 4 years, 2 months ago
  95. caa0e93 Merge pull request #4617 from daverodgman/cmake-version by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  96. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  97. dacd044 Merge pull request #4516 from TRodziewicz/Remove__CHECK_PARAMS_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  98. 68237d7 Merge pull request #4548 from hanno-arm/tls13_key_schedule_upstream by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  99. 61f292e Fix migration guide for now-removed deprecated functions by Hanno Becker · 4 years, 2 months ago
  100. 59d3670 Fix ssl-opt.sh test cases grepping for MFL configuration output by Hanno Becker · 4 years, 2 months ago