- 8081ced Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
- 06215ea Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 2d457b8 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 2389a60 Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- f29857c Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 92f3877 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- e9bc857 Merge pull request #4552 from hanno-arm/mbedtls_3_0_key_export by Gilles Peskine · 4 years, 1 month ago
- 36ff66c Merge pull request #4316 from gabor-mezei-arm/3258_implement_one-shot_MAC 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
- 21efe44 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- da1eab3 Merge pull request #828 from mpg/rsa-lookup-restricted by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- ffafae4 Merge pull request #4687 from gilles-peskine-arm/winsock-fd-range-3.0 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
- a587cbc psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
- cd989b5 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
- c3dd75f psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
- 51131b5 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
- a5dd7bd Fix fd range for select on Windows by Gilles Peskine · 4 years, 2 months ago
- 0536000 Refactor file descriptor checks into a common function by Gilles Peskine · 4 years, 2 months ago
- 76be3e0 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
- 79bdd82 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
- 2dff3b2 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
- 28ea050 psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
- 7e6c178 Make key export callback and context connection-specific 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
- 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
- 55cb9af Add missing parentheses by Gilles Peskine · 4 years, 2 months ago
- 3b3aa36 Indicate that the truncation from size_t to int is deliberate by Gilles Peskine · 4 years, 2 months ago
- b26696b Simplify mbedtls_debug_print_mpi and fix the case of empty bignums 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
- 2c69fa2 Initializer element was not constant 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
- a48b16a Homogenize coding patterns by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 532327b Merge pull request #4576 from gilles-peskine-arm/psa_key_derivation-bad_workflow-20210527 by Gilles Peskine · 4 years, 2 months ago
- 609ab64 Fix warning in some configurations by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 02b5705 Simplify internal code by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 7962bfa Remove "internal RNG" code from ECP 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
- 75525ae Fix mbedtls_ecp_muladd() 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
- 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- f035904 Check for mandatory RNG parameters in RSA private by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- e1c9a40 Removes truncated HMAC code from ssl_X.c by Thomas Daubney · 4 years, 2 months ago
- 32fb900 Removes truncated HMAC code from ssl_tls.c by Thomas Daubney · 4 years, 2 months ago
- 4076d3e Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 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
- 5bbbb5e Remove the mbedtls_printf and FAIL macros by TRodziewicz · 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
- 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
- 85b1bc6 pk_debug: build with RSA_ALT implementations by Gilles Peskine · 4 years, 2 months ago
- d41d59e Timing: support ALT implementations in self-test by Gilles Peskine · 4 years, 2 months ago
- 6a2fb61 Rename library/ecp_alt.h to ecp_internal_alt.h 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
- b1edaec Fix missing state check for tls12_prf output by Gilles Peskine · 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
- e22176e Silence MSVC type conversion warnings by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 31ec1d7 Simplify sign selection by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 3ae4ae4 Avoid UB caused by conversion to int by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 448f135 Use bit operations for mpi_safe_cond_swap() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 5ada7a8 Use bit operations for mpi_safe_cond_assign() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 92413ef Avoid using == for sensitive comparisons by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 1297ef3 Use constant-time look-up for modular exponentiation by Manuel Pégourié-Gonnard · 4 years, 5 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
- 3a0375f Fail if a padding disabled by the build-time configuration is selected 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
- dacd044 Merge pull request #4516 from TRodziewicz/Remove__CHECK_PARAMS_option by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 68237d7 Merge pull request #4548 from hanno-arm/tls13_key_schedule_upstream by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- df3b863 Fixup rebase slip in library/ssl_misc.h by Hanno Becker · 4 years, 2 months ago
- 8d4e32b Merge pull request #4522 from mpg/fix-ssl-cf-hmac-alt-dev by Gilles Peskine · 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
- 854a25c Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
- 5b0589e Fix non-constant-time comparison in mbedtls_mpi_random by Gilles Peskine · 4 years, 4 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