- 2ecc0b8 Document mutex invariant for CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
- 89816bc Fix mutex leak in CTR_DRBG by Gilles Peskine · 4 years, 6 months ago
- 7ba73e5 Explain the usage of is_valid in pthread mutexes by Gilles Peskine · 4 years, 6 months ago
- 7252ec3 Count and report non-freed mutexes by Gilles Peskine · 4 years, 6 months ago
- cd2e248 Detect and report mutex usage errors by Gilles Peskine · 4 years, 6 months ago
- c071373 Mutex usage testing: set up wrapper functions by Gilles Peskine · 4 years, 6 months ago
- 96a7064 Remove reference to a document that doesn't exist in this branch by Gilles Peskine · 4 years, 6 months ago
- 44e89c5 Declare MBEDTLS_TEST_HOOKS in config.h by Gilles Peskine · 6 years ago
- 7f652ad Use $ASAN_FLAGS instead of repeating its contents by Gilles Peskine · 4 years, 7 months ago
- 47e4035 Merge pull request #4134 from gilles-peskine-arm/ssl-opt-server-failure-2.16 by Manuel Pégourié-Gonnard · 4 years, 6 months ago
- 2cf44b6 ssl-opt.sh: Only check the server exit for Mbed TLS by Gilles Peskine · 4 years, 6 months ago
- 634fe27 ssl-opt.sh: if the server fails, do treat it as a test failure by Gilles Peskine · 4 years, 6 months ago
- fee234a Merge pull request #4100 from d-otte/mbedtls-2.16 by Janos Follath · 4 years, 6 months ago
- 9039f16 Merge pull request #4097 from gilles-peskine-arm/mpi_sub_abs-buffer_overflow-2.16 by Janos Follath · 4 years, 6 months ago
- 80fa1b4 adding changelog entry for issue #4093 by Daniel Otte · 4 years, 6 months ago
- 9c6cb21 adding parentheses to macro definitions. by Daniel Otte · 4 years, 6 months ago
- 80a2c2a avoid errorneous computation of RSA_PRV_DER_MAX_BYTES. by Daniel Otte · 4 years, 6 months ago
- 6260b70 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 6 months ago
- 9a3cf31 Add mpi_sub_abs negative tests with a larger-in-size second operand by Gilles Peskine · 4 years, 6 months ago
- 5d453ee Merge pull request #4068 from stevew817/backport/pr-4008 by Janos Follath · 4 years, 6 months ago
- 226626f Merge pull request #4021 from gilles-peskine-arm/ssl-test_without_hmac_drbg-2.16 by Ronald Cron · 4 years, 6 months ago
- a82e56a Avoid unreferenced item warnings in ECDSA when ALT is in use by Steven Cooreman · 4 years, 7 months ago
- 01c6937 Merge pull request #4057 from stevew817/backport/pr-4007 by Janos Follath · 4 years, 6 months ago
- 0b7cb31 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
- 629fd93 Test SSL with non-deterministic ECDSA by Gilles Peskine · 4 years, 9 months ago
- 15c39e5 Merge pull request #3988 from gilles-peskine-arm/rsa_private-ret-2.16 by Gilles Peskine · 4 years, 7 months ago
- 3b7523e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 9 months ago
- 3fac0ba Merge pull request #787 from ARMmbed/dev/yanesca/mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago mbedtls-2.16.9 v2.16.9
- 3d5d889 Add missing ChangeLog entry by Janos Follath · 4 years, 8 months ago
- 7bbd7ea Improve wording in Changelog by Janos Follath · 4 years, 8 months ago
- f349302 Finalize ChangeLog by Janos Follath · 4 years, 8 months ago
- 69029cd Bump version to Mbed TLS 2.16.9 by Janos Follath · 4 years, 8 months ago
- a4b98a9 Assemble ChangeLog by Janos Follath · 4 years, 8 months ago
- 2d3f296 Fix Changelog format by Janos Follath · 4 years, 8 months ago
- 22a854a Add missing ChangeLog entry by Janos Follath · 4 years, 8 months ago
- 15e860c Merge branch 'mbedtls-2.16-restricted' into mbedtls-2.16.9r0-pr by Janos Follath · 4 years, 8 months ago
- 9e8acb6 Merge pull request #3935 from paul-elliott-arm/fix_pem_write_2_16 by Gilles Peskine · 4 years, 8 months ago
- 319b593 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
- 3f35b87 Merge pull request #3938 from geecrypt/mbedtls-2.16 by Ronald Cron · 4 years, 8 months ago
- 8ed9ac8 Merge pull request #3513 from gilles-peskine-arm/ecp-bignum-error-checks-2.16 by Gilles Peskine · 4 years, 8 months ago
- bcfa417 Merge pull request #782 from chris-jones-arm/mbedtls-2.16-restricted by Janos Follath · 4 years, 8 months ago
- 07d1f47 Add changelog entry file for bugfix 2927 by gacquroff · 4 years, 8 months ago
- 77cb30c Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
- 5dd1e26 Fix exponentiation tests with `MBEDTLS_MPI_MAX_BITS` larger than 256 by Chris Jones · 4 years, 8 months ago
- 74b7ee4 Fix test_suite_dhm build by Chris Jones · 4 years, 8 months ago
- c7ea634 Fix whitespace in changelog entry by Chris Jones · 4 years, 8 months ago
- 49e6e9d Move dependancy to specific test cases by Chris Jones · 4 years, 8 months ago
- ce6fa8f Fix broken testing on numbers that may be greater than MPI_MAX_SIZE by Chris Jones · 4 years, 8 months ago
- 877329a Fix cases where exponentiation was not fully tested by Chris Jones · 4 years, 8 months ago
- a18813e Reword test cases by Chris Jones · 4 years, 8 months ago
- 4a0ccb6 Extend exponentiation test coverage by Chris Jones · 4 years, 8 months ago
- 415c7be Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
- 25038ab Add ChangeLog entry for modular exponentiation size limit by Chris Jones · 4 years, 8 months ago
- 63d19c0 Test that overly large Diffie-Hellman keys are rejected by Chris Jones · 4 years, 8 months ago
- ad59a2a Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
- 4c19397 Merge pull request #779 from paul-elliott-arm/discrepancy_cert_2_16 by Gilles Peskine · 4 years, 8 months ago
- 027b601 Add tag check to cert algorithm check by Paul Elliott · 4 years, 9 months ago
- e98bbbe Merge pull request #3925 from rodrigo-dc/mbedtls-2.16 by Gilles Peskine · 4 years, 8 months ago
- 7bd481c Merge pull request #769 from gilles-peskine-arm/mpi_fill_random-rng_failure-2.16 by Gilles Peskine · 4 years, 8 months ago
- d2d0e70 Move declaration to fix C90 warning by Rodrigo Dias Correa · 4 years, 8 months ago
- 0b9bc0b Change function casting in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
- 671600c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
- d31012e Add changelog entry file to `ChangeLog.d` by Rodrigo Dias Correa · 4 years, 9 months ago
- 56ad24c Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 9 months ago
- d552630 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
- 1a0c7fb Fix mismatched function parameters (prototype/definition) by Rodrigo Dias Correa · 4 years, 9 months ago
- 0391ea3 Fix build failure on gcc-11 by Rodrigo Dias Correa · 4 years, 9 months ago
- bc60d69 Merge pull request #3908 from gilles-peskine-arm/sha512-doc-internal-fix-2.16 by Ronald Cron · 4 years, 8 months ago
- 0525114 Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 8 months ago
- 2f78062 Test mbedtls_mpi_fill_random by Gilles Peskine · 4 years, 8 months ago
- debf3ae Merge pull request #3879 from chris-jones-arm/mbedtls-2.16 by Gilles Peskine · 4 years, 9 months ago
- e3645ee Move "internal use" sentence attached to the wrong function by Gilles Peskine · 4 years, 9 months ago
- 3cfee6c Merge pull request #3869 from gilles-peskine-arm/cscope-make-2.16 by Ronald Cron · 4 years, 9 months ago
- 25dee5d Add abstract target names for index generation by Gilles Peskine · 4 years, 9 months ago
- 9f0da91 Merge pull request #3893 from maroneze/mbedtls-2.16 by Gilles Peskine · 4 years, 9 months ago
- e78a0c3 Fix another use of uinitialized memory in ssl_parse_encrypted_pms by André Maroneze · 4 years, 9 months ago
- 481ff8e Merge pull request #3886 from gilles-peskine-arm/error-include-string-2.16 by Gilles Peskine · 4 years, 9 months ago
- 8ffc158 Add a build with MBEDTLS_ERROR_STRERROR_DUMMY by Gilles Peskine · 4 years, 9 months ago
- 43f2f4e Add missing config from test-ref-configs.pl by Gilles Peskine · 4 years, 9 months ago
- 0ac6e0a Sort entries to make it easier to eyeball the list by Gilles Peskine · 4 years, 9 months ago
- 076c97e Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
- 0a63560 Fixes two _POSIX_C_SOURCE typos. by Chris Jones · 4 years, 9 months ago
- a3e5753 Merge pull request #3602 from gufe44/arc4random_buf-implicit-2.16 by Gilles Peskine · 4 years, 9 months ago
- bc73790 Ignore cscope index by Gilles Peskine · 4 years, 9 months ago
- f9a7f5f Add a target for the cscope index by Gilles Peskine · 4 years, 9 months ago
- 23cb65e Merge pull request #3863 from gabor-mezei-arm/3818_bp216_MBEDTLS_AES_SETKEY_DEC_ALT_excludes_MBEDTLS_CIPHER_MODE_XTS by Gilles Peskine · 4 years, 9 months ago
- 22c4385 Merge pull request #3861 from bensze01/ecb_iv_fix-2.16 by Gilles Peskine · 4 years, 9 months ago
- 13b8a26 Make the aes xts methods independent from MBEDTLS_AES_SETKEY_DEC_ALT by gabor-mezei-arm · 4 years, 9 months ago
- 567bd95 Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 9 months ago
- 2305542 Merge pull request #3851 from d3zd3z/fix3801-2.16 by Janos Follath · 4 years, 9 months ago
- 9a8aee4 Merge pull request #3812 from ronald-cron-arm/aes-zeroize-less-2.16 by Gilles Peskine · 4 years, 9 months ago
- ff28df9 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
- 0df9c52 Merge pull request #3828 from gilles-peskine-arm/ssl-opt-gnutls-printf-2.16 by Ronald Cron · 4 years, 9 months ago
- ffdcadf Fix printf escape errors in shell scripts by Gilles Peskine · 5 years ago
- 663d099 ssl-opt.sh --help: don't show regexps for -f and -e by Gilles Peskine · 5 years ago
- 91ee763 Put local variables in a struct by Gilles Peskine · 5 years ago
- 02c7b48 Remove a useless zeroization by Gilles Peskine · 5 years ago
- fbd0110 Merge pull request #3746 from gilles-peskine-arm/verbosify-cmake-tests-2.16 by Ronald Cron · 4 years, 10 months ago
- b74e0d0 Merge pull request #3596 from gilles-peskine-arm/cert-gen-cleanup-202008-2.16 by Ronald Cron · 4 years, 10 months ago
- e944cac Merge pull request #3529 from ronald-cron-arm/common-mbedtls_param_failed-2.16 by Gilles Peskine · 4 years, 10 months ago