- fc60622 Add customized test functions for GCM update and update_ad. by Mateusz Starzyk · 4 years, 2 months ago
- af4ecdd Pass associated data split as check_multipart argument. by Mateusz Starzyk · 4 years, 2 months ago
- 658f4fd Cover multiple calls to mbedtls_gcm_update_ad in gcm test suite. by Mateusz Starzyk · 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
- 28a4a96 Corrections to the docs wording and changes to aux scripts by TRodziewicz · 4 years, 2 months ago
- e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
- 1628a9c MBEDTLS_DEBUG_C is compatible with every whole-module ALT except DHM by Gilles Peskine · 4 years, 2 months ago
- 5c3f18d MBEDTLS_PK_PARSE_EC_EXTENDED is incompatible with MBEDTLS_ECP_ALT by Gilles Peskine · 4 years, 2 months ago
- ad7f53c Define public fields of mbedtls_ecp_group in alt test header 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
- cc73cc5 Test the build with whole-module alternative implementations by Gilles Peskine · 4 years, 2 months ago
- a0ebaef Create threading_alt.h header for testing by Gilles Peskine · 4 years, 2 months ago
- c5048db Create xxx_alt.h headers for testing by Gilles Peskine · 4 years, 2 months ago
- 814d012 Test calculated MBEDTLS_ECP_MAX_xxx constants in unit tests 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
- 21f8464 Merge pull request #4317 from yanesca/psa-jpake-interface by Janos Follath · 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
- 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
- 1f9e9e9 PSA PAKE: fix old constant name in test by Janos Follath · 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
- 266b6d2 tests: Assert success of calls to mbedtls_rsa_set_padding() 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
- 59d3670 Fix ssl-opt.sh test cases grepping for MFL configuration output by Hanno Becker · 4 years, 2 months ago
- 0730cd5 Merge branch 'development' into Remove__CHECK_PARAMS_option by TRodziewicz · 4 years, 2 months ago
- 34428a6 Remove duplicated ASSERT_ALLOC define 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
- 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
- ceefe5d Lift function call out of inner loop by Gilles Peskine · 4 years, 2 months ago
- 9077e43 Fix mistakes in test case descriptions by Gilles Peskine · 4 years, 2 months ago
- c7eeeb1 Fix long-standing obsolete comment by Gilles Peskine · 4 years, 2 months ago
- 3270b14 DHM: add test case with x_size < 0 by Gilles Peskine · 4 years, 4 months ago
- 19e3620 DHM tests: add some explanations by Gilles Peskine · 4 years, 4 months ago
- 03299dc DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
- 0cb493d Note that the "0 limb in ..." tests rely on undocumented behavior by Gilles Peskine · 4 years, 4 months ago
- 0ad640a MPI random test: Add test cases with lower_bound > upper_bound by Gilles Peskine · 4 years, 4 months ago
- d463edf MPI random test: fix small-range test stats check when min > 1 by Gilles Peskine · 4 years, 4 months ago
- 951b569 MPI random test: Add a few more small-range tests by Gilles Peskine · 4 years, 4 months ago
- fbb9009 Fix copypasta in test case description by Gilles Peskine · 4 years, 4 months ago
- eedefa5 Better document and slightly simplify >>2^n heuristic by Gilles Peskine · 4 years, 4 months ago
- 422e867 MPI random: add unit tests with a previously nonzero value by Gilles Peskine · 4 years, 4 months ago
- 1a7df4e Fix mbedtls_mpi_random when N has leading zeros by Gilles Peskine · 4 years, 4 months ago
- da7ee01 DHM: use mbedtls_mpi_random for blinding and key generation by Gilles Peskine · 4 years, 4 months ago
- 2baf2b0 Test mbedtls_dhm_make_params with different x_size by Gilles Peskine · 4 years, 4 months ago
- b27db0a Repeat a few DH tests by Gilles Peskine · 4 years, 4 months ago
- 02db8f4 Test range and format of dhm_make_params output 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
- 8cfffb3 mbedtls_ecp_gen_privkey_sw: generalize to mbedtls_mpi_random by Gilles Peskine · 4 years, 4 months ago
- 7888073 mbedtls_ecp_gen_privkey_sw: range and coverage tests by Gilles Peskine · 4 years, 4 months ago
- 67986d0 mbedtls_ecp_gen_privkey_mx: make bit manipulations unconditional by Gilles Peskine · 4 years, 5 months ago
- 96449ce mbedtls_ecp_gen_privkey_mx: remove the exception for all-zero by Gilles Peskine · 4 years, 5 months ago
- 6ff8a01 Add unit tests for mbedtls_ecp_gen_privkey_mx by Gilles Peskine · 4 years, 5 months ago
- ecacc3c Make the fallback behavior of mbedtls_test_rnd_buffer_rand optional by Gilles Peskine · 4 years, 5 months ago
- 0b1b0ab Update references in some test function documentation by Gilles Peskine · 4 years, 5 months ago
- 9c6b147 PSA PAKE: Add J-PAKE to the interface by Janos Follath · 4 years, 5 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
- 3726db4 Removes obsolete test by Thomas Daubney · 4 years, 2 months ago
- 42aaf7a Removes component_test_new_ecdh_context in all.sh 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
- bbd617b Remove duplicated definition of ASSERT_ALLOC by Gilles Peskine · 4 years, 2 months ago
- b282769 Remove spurious dependencies on PEM by Gilles Peskine · 4 years, 2 months ago
- ea62d2f Merge pull request #4369 from hanno-arm/relax_psk_config by Ronald Cron · 4 years, 2 months ago
- dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
- 358e588 Temporary addition of an empty assert to satisfy the compiler by TRodziewicz · 4 years, 2 months ago
- bcd2b4b Addition of ommited part of code review follow-up by TRodziewicz · 4 years, 2 months ago
- 9b279f9 Removal of the rsa_invalid_param() from the test by TRodziewicz · 4 years, 2 months ago
- 2d0769d Simplification of the tests by TRodziewicz · 4 years, 2 months ago
- 7019955 Removal of the TEST_VALID_PARAM macro and its usages by TRodziewicz · 4 years, 2 months ago
- 062f353 Changes after code review by TRodziewicz · 4 years, 2 months ago
- 7146cb9 Merge pull request #4559 from gilles-peskine-arm/psa-storage-format-test-algorithms-3.0 by Ronald Cron · 4 years, 2 months ago
- 875b5fb Refactor optional parameter check tests by Ronald Cron · 4 years, 3 months ago
- e7dce55 Merge branch 'development' into mbedtls_private_with_python by Mateusz Starzyk · 4 years, 2 months ago
- b4a0129 Add test/helpers include to test drivers. Remove config.h include. by Mateusz Starzyk · 4 years, 2 months ago
- b198272 Document MBEDTLS_ALLOW_PRIVATE_ACCESS inside test/helpers.h. by Mateusz Starzyk · 4 years, 2 months ago
- 3911e70 Remove obsolete MBEDTLS_ALLOW_PRIVATE_ACCESS from helpers function. by Mateusz Starzyk · 4 years, 2 months ago
- 142c205 Merge pull request #4513 from Patater/psa-without-genprime-fix by Ronald Cron · 4 years, 2 months ago
- 46cccb8 _SSL_DTLS_BADMAC_LIMIT config.h option removed by TRodziewicz · 4 years, 3 months ago
- b7abba2 Merge pull request #4515 from tom-daubney-arm/remove_rsa_mode_params_2 by Gilles Peskine · 4 years, 2 months ago
- 45f1cd7 key_storage_read: pass exercise as a flag rather than a boolean by Gilles Peskine · 4 years, 4 months ago
- 0225d3a Add missing test suites to CMakeLists.txt by Gilles Peskine · 4 years, 3 months ago
- ae4c460 Do support multiple files generated from the same script by Gilles Peskine · 4 years, 4 months ago
- 20f55f6 Abbreviate algorithms in test descriptions by Gilles Peskine · 4 years, 4 months ago
- c5d086f Don't generate non-existent dependency symbols by Gilles Peskine · 4 years, 4 months ago
- 537d5fa Expand psa_generate_tests to support constructor arguments by Gilles Peskine · 4 years, 4 months ago
- 3c9d423 Speed up the generation of storage format test cases by Gilles Peskine · 4 years, 4 months ago
- 3d404b8 Use InputsForTest in generate_psa_tests by Gilles Peskine · 4 years, 4 months ago
- b4edff9 Move InputsForTest to macro_collector.py by Gilles Peskine · 4 years, 4 months ago
- 95649ed Add type annotations by Gilles Peskine · 4 years, 4 months ago
- c893a57 Fix copypasta in documentation by Gilles Peskine · 4 years, 5 months ago
- 4ca18aa Corrections after the code review by TRodziewicz · 4 years, 3 months ago
- 97e4172 Remove the _SSL_FALLBACK_ tests by TRodziewicz · 4 years, 3 months ago