1. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
  2. 78ba2af Remove old key export API by Hanno Becker · 4 years, 2 months ago
  3. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  4. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  5. 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
  6. 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 2 months ago
  7. 5c5b820 Fix typo in doc'n of session resumption API by Hanno Becker · 4 years, 2 months ago
  8. d51aaad Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  9. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  10. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  11. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  12. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  13. 7861ecf Make RNG parameters mandatory in ECDH functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  14. 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  15. 34d3756 Make RNG parameters mandatory in PK functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  16. c305b72 Make RNG parameters mandatory in X.509 functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  17. ad5390f Clarify that RNG parameters are mandatory in SSL by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  18. ab4ecfc Improve wording of documentation of new session resumption API by Hanno Becker · 4 years, 2 months ago
  19. 15a7b73 Documentation rewording by TRodziewicz · 4 years, 2 months ago
  20. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  21. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
  22. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  23. 8cad2e2 Merge pull request #4595 from gilles-peskine-arm/alt-dummy-headers-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  24. e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
  25. bf69ea5 Make some fields of mbedtls_ecp_group public by Gilles Peskine · 4 years, 2 months ago
  26. cd07e22 New function mbedtls_ecjpake_set_point_format by Gilles Peskine · 4 years, 2 months ago
  27. 71acc6e New function mbedtls_dhm_get_value to copy a field of a DHM context by Gilles Peskine · 4 years, 2 months ago
  28. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  29. 601d343 Update TLS presets when adding a curve by Gilles Peskine · 4 years, 2 months ago
  30. 6e1387a Update MBEDTLS_ECP_MAX_BITS when adding a curve by Gilles Peskine · 4 years, 2 months ago
  31. d0b1630 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
  32. 9ef1ea7 Move the definition of derived values out of the settings section by Gilles Peskine · 4 years, 2 months ago
  33. 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
  34. c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
  35. 3946f79 Correction according to code review (function and param. names change by TRodziewicz · 4 years, 2 months ago
  36. 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
  37. 1fcd72e change log and migr. guide fixes and _DEPRECATED_REMOVED removed by TRodziewicz · 4 years, 2 months ago
  38. 21f8464 Merge pull request #4317 from yanesca/psa-jpake-interface by Janos Follath · 4 years, 2 months ago
  39. 57864fa Merge pull request #4634 from Patater/mbed-can-do-timing by Ronald Cron · 4 years, 2 months ago
  40. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  41. 197496a config: Allow Mbed to implement TIMING_C by Jaeden Amero · 4 years, 2 months ago
  42. 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
  43. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  44. 1f01318 Clarify PSA_PAKE_STEP_ZK_PROOF format by Janos Follath · 4 years, 2 months ago
  45. 46c0237 PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  46. 0dcda95 Make check-names.sh happy by Janos Follath · 4 years, 2 months ago
  47. 33434a9 Fix parenthesis spacing in crypto_struct.h by Janos Follath · 4 years, 2 months ago
  48. 55dd5dc PSA PAKE: Clarify the documentation of NIZKP steps by Janos Follath · 4 years, 2 months ago
  49. b384ec1 PSA PAKE: fix J-PAKE documentation code rendering by Janos Follath · 4 years, 2 months ago
  50. 3293dae psa_pake_setup(): simplify documentation by Janos Follath · 4 years, 2 months ago
  51. b4db90f PSA PAKE: improve documentation by Janos Follath · 4 years, 2 months ago
  52. 38d29db Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  53. a46e28f PSA PAKE: use neutral pronouns by Janos Follath · 4 years, 2 months ago
  54. ec83eb6 Fix copy+paste mistake by Janos Follath · 4 years, 2 months ago
  55. 52f9efa Revert "Rename psa_pake_set_password()" by Janos Follath · 4 years, 2 months ago
  56. 89ee05a Rename psa_pake_set_password() by Janos Follath · 4 years, 2 months ago
  57. 559f05e PSA PAKE: remove psa_pake_set_password_stretch() by Janos Follath · 4 years, 2 months ago
  58. 7d69b3a PSA PAKE: add warning about stability by Janos Follath · 4 years, 2 months ago
  59. 702cf09 PSA PAKE: move the API to crypto_extra.h by Janos Follath · 4 years, 2 months ago
  60. 304766e PSA PAKE: make algorithm macro name consistent by Janos Follath · 4 years, 2 months ago
  61. a295918 PSA PAKE: add input size macros by Janos Follath · 4 years, 2 months ago
  62. 5e1948d PSA PAKE: define size macros as 0 by Janos Follath · 4 years, 2 months ago
  63. d2cfa3e Improve mbedtls_rsa_init/set_padding() descriptions by Ronald Cron · 4 years, 2 months ago
  64. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  65. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  66. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  67. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  68. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  69. a74295f Remove outdated note about direct manipulation of private members. by Mateusz Starzyk · 4 years, 2 months ago
  70. 8fc95a0 Wrap variable missed by the python script. by Mateusz Starzyk · 4 years, 2 months ago
  71. 2abe51c Extend setup_and_run script to cover remaining configurations. by Mateusz Starzyk · 4 years, 2 months ago
  72. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  73. 9371a40 Stop referencing private constants in documentation by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  74. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  75. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  76. 0c1a42a Merge pull request #4611 from gilles-peskine-arm/random-range-uniformity-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  77. f9f9cc2 Merge pull request #4579 from tom-daubney-arm/rm_ecdh_legacy_context_config_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  78. 7ed7c5a mbedtls_mpi_random: document MBEDTLS_ERR_MPI_NOT_ACCEPTABLE by Gilles Peskine · 4 years, 4 months ago
  79. 1e918f4 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  80. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  81. 537e643 Corrects documentation issues by Thomas Daubney · 4 years, 2 months ago
  82. 79e1c47 PSA PAKE: explain implicit key confirmation by Janos Follath · 4 years, 2 months ago
  83. 7c59b7a Improve psa_pake_set_peer()/user() documentation by Janos Follath · 4 years, 2 months ago
  84. 56a4d7a Simplify PAKE input/output format documentation by Janos Follath · 4 years, 2 months ago
  85. ead0e4f PSA PAKE: Clarify J-PAKE algorithm documentation by Janos Follath · 4 years, 2 months ago
  86. d416838 Rename psa_pake_set_password_mhf() by Janos Follath · 4 years, 2 months ago
  87. 3ae6696 Clarify psa_pake_setup() documentation by Janos Follath · 4 years, 2 months ago
  88. 19271ea PSA PAKE: Clarify documentation of valid states by Janos Follath · 4 years, 3 months ago
  89. 9a04aea PSA PAKE: improve and fix documentation by Janos Follath · 4 years, 3 months ago
  90. 7b89103 PSA PAKE: refine documentation of return values by Janos Follath · 4 years, 3 months ago
  91. e1a080f Improve psa_pake_set_password_mhf() documentation by Janos Follath · 4 years, 3 months ago
  92. 1062a24 Fix psa_pake_set_password_mhf() parameter list by Janos Follath · 4 years, 3 months ago
  93. 14ce06a PSA PAKE: fix documentation by Janos Follath · 4 years, 3 months ago
  94. ef816f3 Fix precedence in psa_pake_cs_set_primitive() by Janos Follath · 4 years, 3 months ago
  95. ed82716 Remove always false comparison PSA_PAKE_PRIMITIVE by Janos Follath · 4 years, 3 months ago
  96. 60fa7c5 PSA PAKE: document operation parameters by Janos Follath · 4 years, 3 months ago
  97. b0bcb63 Link PSA_KEY_TYPE_PASSWORD in the documentation by Janos Follath · 4 years, 3 months ago
  98. fe0c449 Add psa_pake_set_password_mhf() by Janos Follath · 4 years, 3 months ago
  99. 56cc9cc PSA PAKE: Align macro names with psa_pake_step_t by Janos Follath · 4 years, 3 months ago
  100. 3c09c47 PSA PAKE: remove redundant steps by Janos Follath · 4 years, 3 months ago