1. 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
  2. 457d616 Define and implement new key export API for Mbed TLS 3.0 by Hanno Becker · 4 years, 2 months ago
  3. 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
  4. 78ba2af Remove old key export API by Hanno Becker · 4 years, 2 months ago
  5. 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  6. ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  7. 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
  8. 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 2 months ago
  9. 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 2 months ago
  10. 609ab64 Fix warning in some configurations by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  11. 02b5705 Simplify internal code by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  12. 7962bfa Remove "internal RNG" code from ECP by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  13. 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  14. 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  15. f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  16. 75525ae Fix mbedtls_ecp_muladd() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  17. aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  18. 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  19. f035904 Check for mandatory RNG parameters in RSA private by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  20. 15a7b73 Documentation rewording by TRodziewicz · 4 years, 2 months ago
  21. 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
  22. 5bbbb5e Remove the mbedtls_printf and FAIL macros by TRodziewicz · 4 years, 2 months ago
  23. 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
  24. d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
  25. 8cad2e2 Merge pull request #4595 from gilles-peskine-arm/alt-dummy-headers-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  26. e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
  27. cd07e22 New function mbedtls_ecjpake_set_point_format by Gilles Peskine · 4 years, 2 months ago
  28. 71acc6e New function mbedtls_dhm_get_value to copy a field of a DHM context by Gilles Peskine · 4 years, 2 months ago
  29. 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
  30. 85b1bc6 pk_debug: build with RSA_ALT implementations by Gilles Peskine · 4 years, 2 months ago
  31. d41d59e Timing: support ALT implementations in self-test by Gilles Peskine · 4 years, 2 months ago
  32. 6a2fb61 Rename library/ecp_alt.h to ecp_internal_alt.h 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. b1edaec Fix missing state check for tls12_prf output by Gilles Peskine · 4 years, 2 months ago
  38. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  39. 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
  40. 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
  41. 3a0375f Fail if a padding disabled by the build-time configuration is selected by Ronald Cron · 4 years, 2 months ago
  42. c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
  43. ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
  44. 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  45. dacd044 Merge pull request #4516 from TRodziewicz/Remove__CHECK_PARAMS_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  46. 68237d7 Merge pull request #4548 from hanno-arm/tls13_key_schedule_upstream by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  47. df3b863 Fixup rebase slip in library/ssl_misc.h by Hanno Becker · 4 years, 2 months ago
  48. 8d4e32b Merge pull request #4522 from mpg/fix-ssl-cf-hmac-alt-dev by Gilles Peskine · 4 years, 2 months ago
  49. 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
  50. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  51. 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  52. cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  53. d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
  54. afb2bd2 Note that the byte order in mpi_fill_random_internal() is deliberate by Gilles Peskine · 4 years, 2 months ago
  55. 405b091 Use MBEDTLS_MPI_CHK where warranted by Gilles Peskine · 4 years, 2 months ago
  56. ed32b57 New internal function mbedtls_mpi_resize_clear by Gilles Peskine · 4 years, 2 months ago
  57. 87823d7 Use ternary operator with the most common case first by Gilles Peskine · 4 years, 2 months ago
  58. e842e58 Correct some comments about ECC in mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  59. 03299dc DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
  60. ebe9b6a mpi_fill_random_internal: remove spurious grow() call by Gilles Peskine · 4 years, 4 months ago
  61. e538168 MPI random test: use more iterations for small numbers by Gilles Peskine · 4 years, 4 months ago
  62. ee966c4 Contextualize comment about mbedtls_mpi_random retries by Gilles Peskine · 4 years, 4 months ago
  63. 1a7df4e Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
  64. da7ee01 DHM: use mbedtls_mpi_random for blinding and key generation by Gilles Peskine · 4 years, 4 months ago
  65. 8e38acc dhm_check_range: microoptimization by Gilles Peskine · 4 years, 4 months ago
  66. 17f1a26 DHM refactoring: use dhm_random_below in dhm_make_common by Gilles Peskine · 4 years, 4 months ago
  67. 7b2b66e DHM blinding: don't accept P-1 as a blinding value by Gilles Peskine · 4 years, 4 months ago
  68. cb660f2 DHM refactoring: unify mbedtls_dhm_make_{params,public} by Gilles Peskine · 4 years, 4 months ago
  69. 5921517 ECP: use mbedtls_mpi_random for blinding by Gilles Peskine · 4 years, 4 months ago
  70. 60d8b98 Preserve MBEDTLS_ERR_ECP_RANDOM_FAILED in case of a hostile RNG by Gilles Peskine · 4 years, 4 months ago
  71. 1e918f4 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
  72. 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
  73. 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
  74. 61f1f5f mbedtls_ecp_gen_privkey_mx: simplify the size calculation logic by Gilles Peskine · 4 years, 4 months ago
  75. 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 4 months ago
  76. 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 4 months ago
  77. 55c4604 mbedtls_ecp_gen_privkey_mx: rename n_bits to high_bit by Gilles Peskine · 4 years, 4 months ago
  78. 72fcc98 mbedtls_ecp_gen_privkey: create subfunctions for each curve type by Gilles Peskine · 4 years, 5 months ago
  79. cce0601 mbedtls_ecp_gen_privkey: minor refactoring by Gilles Peskine · 4 years, 5 months ago
  80. 84191ea Merge pull request #4315 from Kxuan/feat-pre-compute-tls by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  81. 58d6eb5 Removing unneeded comment by TRodziewicz · 4 years, 2 months ago
  82. 1b1327c Merge pull request #4581 from TRodziewicz/remove_supp_for_extensions_in_pre-v3_X.509_certs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  83. df77624 Merge pull request #4490 from TRodziewicz/Combine__SSL_<CID-TLS1_3>_PADDING_GRANULARITY_options by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  84. 1b3b27c Merge pull request #4587 from TRodziewicz/remove_3DES_ciphersuites by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  85. 9f5c34c Merge pull request #4596 from gilles-peskine-arm/nist_kw-null_dereference-3.0 by Gilles Peskine · 4 years, 2 months ago
  86. 89ee599 Fix null pointer arithmetic in error case by Gilles Peskine · 4 years, 2 months ago
  87. ba9cb76 static initialize comb table by kXuan · 4 years, 4 months ago
  88. cd817b0 Remove misleading comment in TLS 1.3 key schedule code by Hanno Becker · 4 years, 2 months ago
  89. 6d84e91 Merge pull request #4568 from creiter32/to_upstream/csr_critical_extensions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  90. 3670e38 Remove 3DES ciphersuites by TRodziewicz · 4 years, 2 months ago
  91. ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
  92. dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
  93. f1eb425 Merge pull request #4469 from xiaoxiang781216/padlock by Ronald Cron · 4 years, 2 months ago
  94. c44a1d5 Merge pull request #4507 from Venafi/userid-oid by Ronald Cron · 4 years, 2 months ago
  95. 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
  96. cc70741 Remove MBEDTLS_CHECK_PARAMS option by TRodziewicz · 4 years, 3 months ago
  97. e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
  98. 03f0030 Add missing common.h include. by Mateusz Starzyk · 4 years, 2 months ago
  99. 57d1d19 Fix typo by Mateusz Starzyk · 4 years, 2 months ago
  100. 95273f4 Expose flag for critical extensions by Christoph Reiter · 4 years, 7 months ago