- 384b98b Merge pull request #5310 from paul-elliott-arm/pkcs12_fix_2.x by Gilles Peskine · 3 years, 8 months ago
- ce22008 Documentation fixes by Paul Elliott · 3 years, 8 months ago
- 2b3f21d Catch failures of md_hmac operations by Gilles Peskine · 3 years, 8 months ago
- a59cc3d Further documentation improvements by Paul Elliott · 3 years, 9 months ago
- fe724fe Fix for pkcs12 with NULL or zero length password by Paul Elliott · 3 years, 9 months ago
- 51377d8 Merge pull request #5280 from davidhorstmann-arm/2.x-improve-cmac-docs by Gilles Peskine · 3 years, 8 months ago
- c3319e7 Merge pull request #5189 from gilles-peskine-arm/struct_reordering_2.x by Manuel Pégourié-Gonnard · 3 years, 8 months ago
- b56f38f Reword documentation of CMAC operations by David Horstmann · 3 years, 8 months ago
- 582f239 Merge pull request #5167 from tom-cosgrove-arm/fix-builds-with-only-mbedtls_bignum_c-defined by Gilles Peskine · 3 years, 8 months ago
- d98ec4b psa: Fix some dependencies in config_psa.h by Ronald Cron · 4 years, 3 months ago
- 3107b33 Merge pull request #5154 from gabor-mezei-arm/3649_bp2x_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 8 months ago
- 8100bf5 further improvements to sha256 docs by Tom Cosgrove · 3 years, 9 months ago
- bcd2f67 doc improvements in aes and sha256 includes by Tom Cosgrove · 3 years, 9 months ago
- e833998 Update comment by Gilles Peskine · 3 years, 9 months ago
- 7f03d9e mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 3 years, 9 months ago
- 9a0e0af mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Lukasz Gniadzik · 4 years ago
- baccfef mbedtls_ssl_handshake_params: reorder fields to save code size by Gilles Peskine · 3 years, 9 months ago
- 5107084 mbedtls_ssl_handshake_params: use bytes for some small values by Gilles Peskine · 3 years, 9 months ago
- 4a13ebf Tweak whitespace for readability by Gilles Peskine · 3 years, 9 months ago
- 58efe61 Fix builds when config.h only defines MBEDTLS_BIGNUM_C by Tom Cosgrove · 3 years, 9 months ago
- dbe0f89 Fix documentation and comments by Gabor Mezei · 3 years, 9 months ago
- 18a4494 Rename constant-time functions to have mbedtls_ct prefix by Gabor Mezei · 3 years, 10 months ago
- f127a0e Remove unneeded include by Gabor Mezei · 3 years, 10 months ago
- e24dea8 Move mbedtls_cf_memcmp to a new public header by Gabor Mezei · 3 years, 10 months ago
- 944c107 Move contatnt-time memcmp functions to the contant-time module by gabor-mezei-arm · 3 years, 10 months ago
- 1f1bc2d Merge pull request #5117 from gilles-peskine-arm/psa-rsa-pss_any_salt-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 6295dcb Merge pull request #5051 from gilles-peskine-arm/psa-add-aria-2.x by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- a253609 Support PSA_ALG_RSA_PSS_ANY_SALT iff PSA_ALG_RSA_PSS is supported by Gilles Peskine · 3 years, 10 months ago
- 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
- 0d3d742 Implement PSA_WANT_KEY_TYPE_ARIA by Gilles Peskine · 3 years, 10 months ago
- a4e060b Merge pull request #5000 from mprse/mbedtls_cipher_setup_psa_ECB_2x by Gilles Peskine · 3 years, 10 months ago
- c79e4ab Fix typo in comment by Gilles Peskine · 3 years, 10 months ago
- c277932 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
- 327cb72 Cleaner implementation of MBEDTLS_IGNORE_RETURN by Gilles Peskine · 3 years, 10 months ago
- 9110809 Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
- 39f4e75 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- f0fa86e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
- 15a7420 Silence warnings about unused return value by Mateusz Starzyk · 4 years ago
- 8472a10 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 11 months ago
- e568eba Use reserved identifier for warn_unused_result by Gilles Peskine · 3 years, 11 months ago
- 6b5c0f0 Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 11 months ago
- ce555e4 Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL by Gilles Peskine · 3 years, 11 months ago
- ee0a443 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 11 months ago
- 1ef29fc Add MBEDTLS_CHECK_RETURN description to config.h by Mateusz Starzyk · 4 years ago
- 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
- 5b4caf2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
- 186c021 Merge pull request #4978 from davidhorstmann-arm/2.x-fix-aarch64-asm-constraints by Gilles Peskine · 3 years, 10 months ago
- b52b91d Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- 00b72fc Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- a23be22 Fix aarch64 assembly for bignum multiplication by David Horstmann · 3 years, 11 months ago
- 02e17c0 Merge pull request #4941 from gilles-peskine-arm/muladdc-amd64-memory-2.x by Gilles Peskine · 3 years, 11 months ago
- c6d977e x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
- 7d13539 Disable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE in default config. by Mateusz Starzyk · 4 years ago
- b3d344c Remove MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES option. by Mateusz Starzyk · 4 years ago
- c8ac785 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
- f87422f Merge pull request #4427 from gilles-peskine-arm/tls_ext_cid-config-2.x by Manuel Pégourié-Gonnard · 4 years ago
- 7b8571f New macro MBEDTLS_CHECK_RETURN by Gilles Peskine · 4 years, 1 month ago
- a92a3e9 Merge pull request #4827 from gilles-peskine-arm/generate_errors-multiline-2.2x by Gilles Peskine · 4 years ago
- 30dc0b5 Remove the duplicate code in mbedtls/include/mbedtls/check_config.h by Spencer Burke · 4 years, 2 months ago
- a397443 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
- 284857e Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
- bece737 Bump Library Version Number by Paul Elliott · 4 years, 1 month ago
- 4128c20 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.27.0rc0-pr by Paul Elliott · 4 years, 1 month ago
- bc58902 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
- bc96a79 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
- 727e1f1 Mention that mbedtls_rsa_init can set hash_id too by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 456d7e0 mbedtls_rsa_rsassa_pss_*: improve documentation by Janos Follath · 4 years, 4 months ago
- 9a11ac9 Merge pull request #4621 from gilles-peskine-arm/default-hashes-curves-2.x by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 5ea63a3 Mention the Montgomery curve exception by Gilles Peskine · 4 years, 1 month ago
- 138d9f5 SHA-1 is allowed for handshake signatures by default by Gilles Peskine · 4 years, 2 months ago
- fbf9aff Merge pull request #830 from gilles-peskine-arm/ecp_max_bits-check-2.x by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 3223940 Update MBEDTLS_ECP_MAX_BITS_MIN when adding a curve by Gilles Peskine · 4 years, 2 months ago
- 33c92f0 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
- 6dba320 Fail the build if MBEDTLS_ECP_MAX_BITS is not large enough by Gilles Peskine · 4 years, 2 months ago
- 128c94d config: Allow Mbed to implement TIMING_C by Jaeden Amero · 4 years, 2 months ago
- da728b3 Remove meaningless clause by Gilles Peskine · 4 years, 2 months ago
- b3ca90b Reduce the default ECP window size by Gilles Peskine · 4 years, 2 months ago
- 646b78b Document more precisely what goes into the default preset by Gilles Peskine · 4 years, 2 months ago
- 0ecd719 Document more precisely what goes into the default profile by Gilles Peskine · 4 years, 2 months ago
- 62da8ac Merge pull request #4276 from gilles-peskine-arm/random-range-uniformity by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 33701a6 mbedtls_mpi_random: document MBEDTLS_ERR_MPI_NOT_ACCEPTABLE by Gilles Peskine · 4 years, 4 months ago
- 9312ba5 mbedtls_mpi_random: check for invalid arguments by Gilles Peskine · 4 years, 4 months ago
- 4699fa4 Move mbedtls_mpi_random to the bignum module by Gilles Peskine · 4 years, 4 months ago
- 72dcd4e Merge pull request #4385 from gilles-peskine-arm/psa-storage-format-test-algorithms by Ronald Cron · 4 years, 2 months ago
- cf70d07 Define dependency symbols for hashless signature algorithms by Gilles Peskine · 4 years, 4 months ago
- a8d0718 Fix misplaced extern "C" affecting MBEDTLS_ARIA_ALT by Gilles Peskine · 4 years, 2 months ago
- db97b1e Merge pull request #4491 from netfoundry/fix-mingw-build by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 6efa722 Fix docs for mbedtls_padlock_has_support by Dave Rodgman · 4 years, 3 months ago
- 7f5cd47 use proper formatting macros when using MinGW provided stdio by eugene · 4 years, 3 months ago
- 02b6fba Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
- 5d342bf Add notes to the documentation about CMAC_ALT algorithm support by Steven Cooreman · 4 years, 3 months ago
- 91e2bab Add documentation for change in CMAC self-test behaviour by Steven Cooreman · 4 years, 3 months ago
- e0427c7 Merge pull request #4434 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
- 065a1c8 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
- 456d29c Rename mbedtls_error_add_ext to mbedtls_error_add by Chris Jones · 4 years, 3 months ago
- e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
- 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
- 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- defe10d Add compatibility macro for the inline keyword in error.h by Chris Jones · 4 years, 4 months ago