- e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
- 3e7ddb2 Merge pull request #4604 from gilles-peskine-arm/default-hashes-curves-3.0 by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 508d3a5 Merge pull request #4664 from tom-daubney-arm/rm_truncated_HMAC_ext by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- d8f32e7 Move export callback and context to the end of SSL context by Hanno Becker · 4 years, 2 months ago
- e0dad72 Remove return value from key export callback by Hanno Becker · 4 years, 2 months ago
- 7e6c178 Make key export callback and context connection-specific by Hanno Becker · 4 years, 2 months ago
- 22b34f7 Remote key export identifier used for TLS < 1.2. by Hanno Becker · 4 years, 2 months ago
- ddc739c Add missing documentation for key export callback parameters by Hanno Becker · 4 years, 2 months ago
- 457d616 Define and implement new key export API for Mbed TLS 3.0 by Hanno Becker · 4 years, 2 months ago
- 2d6e6f8 Remove '_ext' suffix from SSL key exporter API by Hanno Becker · 4 years, 2 months ago
- 78ba2af Remove old key export API by Hanno Becker · 4 years, 2 months ago
- 9a32d45 Merge pull request #4517 from hanno-arm/ticket_api_3_0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- ae35830 Merge pull request #4661 from mpg/make-blinding-mandatory by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 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
- 963bb81 Removing global variable and moving variant function comment block by TRodziewicz · 4 years, 2 months ago
- 5c5b820 Fix typo in doc'n of session resumption API by Hanno Becker · 4 years, 2 months ago
- 75628d5 Code review fixes by TRodziewicz · 4 years, 2 months ago
- 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 2 months ago
- a03fb29 Document backward compatibility promises for the default TLS profile by Gilles Peskine · 4 years, 2 months ago
- a28f0f5 Leave the preference order for hashes unspecified by Gilles Peskine · 4 years, 2 months ago
- b1940a7 In TLS, order curves by resource usage, not size by Gilles Peskine · 4 years, 2 months ago
- 377c91e Remove meaningless clause by Gilles Peskine · 4 years, 2 months ago
- 5752e59 Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
- ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
- ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
- d51aaad Remove config option MBEDTLS_ECP_NO_INTERNAL_RNG by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 84dea01 Add RNG params to private key parsing by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 39be141 Add RNG parameter to check_pair functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- f8c24bf Fix signature of check_pub_priv by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- aa3ed6f Make RNG parameters mandatory in ECP functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 7861ecf Make RNG parameters mandatory in ECDH functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 34d3756 Make RNG parameters mandatory in PK functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- c305b72 Make RNG parameters mandatory in X.509 functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- ad5390f Clarify that RNG parameters are mandatory in SSL by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- ab4ecfc Improve wording of documentation of new session resumption API by Hanno Becker · 4 years, 2 months ago
- 4a7010d Removes MBEDTLS_SSL_TRUNCATED_HMAC config option by Thomas Daubney · 4 years, 2 months ago
- d7171e9 Removes truncated HMAC code from ssl.h by Thomas Daubney · 4 years, 2 months ago
- 15a7b73 Documentation rewording by TRodziewicz · 4 years, 2 months ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 2 months ago
- 90f304f Fixing test_clang_opt (asm not defined) by TRodziewicz · 4 years, 2 months ago
- d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
- 8cad2e2 Merge pull request #4595 from gilles-peskine-arm/alt-dummy-headers-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
- bf69ea5 Make some fields of mbedtls_ecp_group public by Gilles Peskine · 4 years, 2 months ago
- cd07e22 New function mbedtls_ecjpake_set_point_format by Gilles Peskine · 4 years, 2 months ago
- 71acc6e New function mbedtls_dhm_get_value to copy a field of a DHM context by Gilles Peskine · 4 years, 2 months ago
- 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
- 601d343 Update TLS presets when adding a curve by Gilles Peskine · 4 years, 2 months ago
- 6e1387a Update MBEDTLS_ECP_MAX_BITS when adding a curve by Gilles Peskine · 4 years, 2 months ago
- d0b1630 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
- 9ef1ea7 Move the definition of derived values out of the settings section by Gilles Peskine · 4 years, 2 months ago
- 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
- c4c761e Merge remote-tracking branch 'mbedtls/development' into mbedtls_private_with_python by Ronald Cron · 4 years, 2 months ago
- 3946f79 Correction according to code review (function and param. names change by TRodziewicz · 4 years, 2 months ago
- 8476f2f Turn _SSL_SRV_RESPECT_CLIENT_PREFERENCE config option to a runtime option by TRodziewicz · 4 years, 2 months ago
- 1fcd72e change log and migr. guide fixes and _DEPRECATED_REMOVED removed by TRodziewicz · 4 years, 2 months ago
- 57864fa Merge pull request #4634 from Patater/mbed-can-do-timing by Ronald Cron · 4 years, 2 months ago
- 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
- 197496a config: Allow Mbed to implement TIMING_C by Jaeden Amero · 4 years, 2 months ago
- 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
- 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
- d2cfa3e Improve mbedtls_rsa_init/set_padding() descriptions by Ronald Cron · 4 years, 2 months ago
- c1905a1 Change mbedtls_rsa_init() signature by Ronald Cron · 4 years, 2 months ago
- ea7631b Change mbedtls_rsa_set_padding() signature by Ronald Cron · 4 years, 2 months ago
- 16fdab7 Merge pull request #4382 from hanno-arm/max_record_payload_api by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
- 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
- a74295f Remove outdated note about direct manipulation of private members. by Mateusz Starzyk · 4 years, 2 months ago
- 8fc95a0 Wrap variable missed by the python script. by Mateusz Starzyk · 4 years, 2 months ago
- 2abe51c Extend setup_and_run script to cover remaining configurations. by Mateusz Starzyk · 4 years, 2 months ago
- 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
- 9371a40 Stop referencing private constants in documentation by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- d60b6c6 Remove per-version ciphersuite configuration API by Hanno Becker · 4 years, 3 months ago
- 0c1a42a Merge pull request #4611 from gilles-peskine-arm/random-range-uniformity-3.0 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 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
- 7ed7c5a mbedtls_mpi_random: document MBEDTLS_ERR_MPI_NOT_ACCEPTABLE by Gilles Peskine · 4 years, 4 months ago
- 1e918f4 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
- 02ac93a Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
- 537e643 Corrects documentation issues by Thomas Daubney · 4 years, 2 months ago
- 4e9fb39 Corrects documentation in ecdh.h by Thomas Daubney · 4 years, 2 months ago
- 84191ea Merge pull request #4315 from Kxuan/feat-pre-compute-tls by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 782c2b9 fix comment, ChangeLog & migration-guide for MBEDTLS_ECP_FIXED_POINT_OPTIM by kXuan · 4 years, 2 months ago
- 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
- 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
- 1b3b27c Merge pull request #4587 from TRodziewicz/remove_3DES_ciphersuites by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 3dafa9b Merge pull request #4555 from ronald-cron-arm/m-ccm-api by Ronald Cron · 4 years, 2 months ago
- 416c46f Defines MBEDTLS_ECDH_LEGACY_CONTEXT in ecdh.h by Thomas Daubney · 4 years, 2 months ago
- c8901ed Removes MBEDTLS_ECDH_LEGACY_CONTEXT from check_config.h by Thomas Daubney · 4 years, 2 months ago
- 8f4eaca Removes MBEDTLS_ECDH_LEGACY_CONTEXT from config.h by Thomas Daubney · 4 years, 2 months ago
- e13d308 Add invalid context as a possible reason for _BAD_INPUT error code by Ronald Cron · 4 years, 2 months ago
- fe3069b Merge pull request #4585 from mpg/cipher-aead-delayed by Gilles Peskine · 4 years, 2 months ago
- f059e74 Re-wording ChangeLog and reverting overzealous removal from config.h by TRodziewicz · 4 years, 2 months ago
- 542957d Add some API calling order documentation by Ronald Cron · 4 years, 2 months ago
- 7c41cd2 Split operation start and the declaration of data lengths by Ronald Cron · 4 years, 2 months ago
- 51584c6 Prefer ad to add as shorthand for additional/associated data by Ronald Cron · 4 years, 2 months ago
- ff92479 Wording improvement by Ronald Cron · 4 years, 2 months ago