- 4511ca0 Use PSS-signed CRL for PSS tests by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 6ea0a8d Disable 'wrong salt len' PK test with USE_PSA by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- a6e0291 Update documentation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 3b1a706 Disable 'wrong salt len' test with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 4dacf58 Take advantage of now-public macro in pk.c by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 6958355 Use PSA Crypto more often in pk_verify_ext() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- eab43a6 Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ci by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 3e0418f Merge pull request #6825 from minosgalanakis/bignum/adjust_pylint by Dave Rodgman · 2 years, 8 months ago
- 2038da9 Merge pull request #6826 from daverodgman/fix_gettimeofday by Dave Rodgman · 2 years, 8 months ago
- 327b69c Add Changelog entry by Dave Rodgman · 2 years, 8 months ago
- 7796cc4 Fix overflow in mbedtls_timing_hardclock by Dave Rodgman · 2 years, 8 months ago
- e080cc3 pylint: Set a minimum duplicate match to 10 lines. by Minos Galanakis · 2 years, 8 months ago
- 82dad10 Merge pull request #6820 from gilles-peskine-arm/code-style-skip-generated-files by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- bb12621 Merge pull request #6808 from gilles-peskine-arm/basic-build-test-lcov-format-robustness-3.3 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 3b56d29 List all the places with instructions to generate those files by Gilles Peskine · 2 years, 8 months ago
- 9a3771e Don't touch the style of generated files by Gilles Peskine · 2 years, 8 months ago
- e162b47 Merge pull request #6777 from tom-cosgrove-arm/issue-6292-mod_inv by Gilles Peskine · 2 years, 8 months ago
- cf86d70 Merge pull request #6742 from gabor-mezei-arm/6022_bignum_mod_raw_mul by Gilles Peskine · 2 years, 8 months ago
- 546493b Merge pull request #6789 from mpg/doc-docker-from-ci by Gilles Peskine · 2 years, 8 months ago
- 77f9984 Merge pull request #6810 from davidhorstmann-arm/fix-check-names-enum-regex by Gilles Peskine · 2 years, 8 months ago
- f723754 Fix typos by Tom Cosgrove · 2 years, 8 months ago
- 210ea63 Fix documentation by Gabor Mezei · 2 years, 8 months ago
- f91090e Fix an incorrect regex in check_names.py by David Horstmann · 2 years, 8 months ago
- b31b2e6 Generate operands in Mongomery representation for the test function by Gabor Mezei · 2 years, 8 months ago
- 98d3a67 Simplify the coverage statistics summary by Gilles Peskine · 2 years, 8 months ago
- 342d00b Oops, use mbedtls_free() not plain free() by Tom Cosgrove · 2 years, 8 months ago
- fbc115f Merge pull request #6794 from ronald-cron-arm/tls13-fix-some-test-dependencies by Ronald Cron · 2 years, 8 months ago
- 057b458 Merge pull request #6766 from wernerlewis/bignum_mod_docs by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 5bf8629 Merge pull request #6303 from gilles-peskine-arm/bignum-core-random by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 1133d23 Attempt to pacify pylint in bignum tests by Tom Cosgrove · 2 years, 8 months ago
- d1dd41f Merge pull request #6723 from mpg/restartable-vs-use-psa by Gilles Peskine · 2 years, 8 months ago
- 6b21820 Merge pull request #6687 from gilles-peskine-arm/fuzz-cflags by Gilles Peskine · 2 years, 8 months ago
- c8d6163 Merge pull request #6793 from tom-cosgrove-arm/update-mbedtls_mpi_mod_sub-tests-to-match-mod_add-tests by Gilles Peskine · 2 years, 8 months ago
- 6bb49ba Document const parameter conventions by Werner Lewis · 2 years, 8 months ago
- dc19759 Add tests for mbedtls_mpi_mod_inv() by Tom Cosgrove · 2 years, 8 months ago
- b38c2ed Fix double space between words by Tom Cosgrove · 2 years, 8 months ago
- d692ba4 Note that (as usual) for mbedtls_mpi_mod_inv() residues must be associated with the modulus by Tom Cosgrove · 2 years, 8 months ago
- dbac609 mbedtls_mpi_mod_raw_inv_prime() tests should be arch_split by Tom Cosgrove · 2 years, 8 months ago
- a9e0f95 Split mbedtls_mpi_mod_inv() into separate functions for mont/non-mont form by Tom Cosgrove · 2 years, 8 months ago
- 4302d02 Add mbedtls_mpi_mod_inv() by Tom Cosgrove · 2 years, 8 months ago
- 786848b Add low-level Montgomery conversion functions to bignum_core by Tom Cosgrove · 2 years, 8 months ago
- 28ff92c Add an explicit mbedtls_mpi_core_montmul_working_limbs() function by Tom Cosgrove · 2 years, 8 months ago
- 30f3b4d Add mbedtls_mpi_core_check_zero_ct() and tests by Tom Cosgrove · 2 years, 8 months ago
- e9ffb6c Fix mbedtls_platform_zeroize() call in mbedtls_mpi_mod_modulus_free() by Tom Cosgrove · 2 years, 8 months ago
- 756a34a Use lower case for p and r by Werner Lewis · 2 years, 8 months ago
- acdefdd Unify RNG initialization that must be unified by Gilles Peskine · 2 years, 8 months ago
- 0f644f4 Add output initialization requirement by Werner Lewis · 2 years, 8 months ago
- 6b7ce96 Clarify some comments by Gilles Peskine · 2 years, 8 months ago
- 95b754d Fix documentation by Gabor Mezei · 2 years, 8 months ago
- 80a334a Add generated tests for mod_raw_mul by Gabor Mezei · 2 years, 8 months ago
- 979d34c Add mod_raw_mul function by Gabor Mezei · 2 years, 8 months ago
- 031114d Hide check_test_cases warnings on the CI by Gilles Peskine · 2 years, 8 months ago
- 214ae64 Replace \p with \c for non-parameter code typeset by Werner Lewis · 2 years, 8 months ago
- 1d89ebf Clarify all functions operate modulo N by Werner Lewis · 2 years, 8 months ago
- a306886 Add modulus to parameter ordering by Werner Lewis · 2 years, 8 months ago
- 2e70b9a Reword bignum sizes section by Werner Lewis · 2 years, 8 months ago
- 2bd263d Fix grammar and spelling by Werner Lewis · 2 years, 8 months ago
- 945a165 Clarify output requirements by Werner Lewis · 2 years, 8 months ago
- eac8be7 Remove unnecessary type comment by Werner Lewis · 2 years, 8 months ago
- f5b4706 TLS 1.3: Fix some test dependencies by Ronald Cron · 2 years, 8 months ago
- e1eb75d Specify modulus constraints by Werner Lewis · 2 years, 8 months ago
- 9fa4897 Merge pull request #6772 from wernerlewis/bignum_refactor_sub by Gilles Peskine · 2 years, 8 months ago
- 0813691 Merge pull request #6594 from gilles-peskine-arm/generate_test_code-function_comments by Gilles Peskine · 2 years, 8 months ago
- 116a516 Merge pull request #6699 from gilles-peskine-arm/lcov-script by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 7f4d15e Update mbedtls_mpi_mod_sub() tests to incorporate mod_add test feedback by Tom Cosgrove · 2 years, 8 months ago
- 50faa55 Merge pull request #6732 from wernerlewis/bignum_6019_mod_add by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 59626b6 Point to docker images used in the CI by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 01f6e61 Merge pull request #986 from Mbed-TLS/merge-back-3.3.0-3 by Dave Rodgman · 2 years, 8 months ago
- ebef356 Revert "Add generated files" by Dave Rodgman · 2 years, 8 months ago
- 8c89224 Merge pull request #985 from Mbed-TLS/mbedtls-3.3.0rc2-pr by Dave Rodgman · 2 years, 8 months ago mbedtls-3.3.0 v3.3.0
- e90ed7d Bump versions for libmbedcrypto and libmbedtls by Dave Rodgman · 2 years, 8 months ago
- 552e107 ChangeLog fix by Dave Rodgman · 2 years, 8 months ago
- c98624a Merge pull request #6680 from valeriosetti/issue6599 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 8c3534e Merge pull request #6548 from davidhorstmann-arm/document-deprecation-process by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- ca906e9 Remove B + A tests by Werner Lewis · 2 years, 8 months ago
- 79341a4 Reallocate X_raw to enforce no overflow by Werner Lewis · 2 years, 8 months ago
- eed01aa Clarify wording in documentation by Werner Lewis · 2 years, 8 months ago
- 25690a9 Rename oret to expected_ret by Werner Lewis · 2 years, 8 months ago
- ebf322d Merge pull request #6629 from concatime/cmake-config-dir by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 70f8157 Merge pull request #980 from Mbed-TLS/mbedtls-3.3.0rc1-pr by Dave Rodgman · 2 years, 8 months ago
- d75c5c4 test: pake: fail in case the opaque key is destroyed unexpectedly by Valerio Setti · 2 years, 8 months ago
- 2b70a3f Merge pull request #6558 from lpy4105/6416-psa_macros_name_typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 48232ed Merge pull request #6743 from minosgalanakis/bignum/implement_modular_negation by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- f764154 Correct the fix for the PKCS 7 memory leak by Bence Szépkúti · 2 years, 8 months ago
- 1362c5a Test for both PKCS 7 bugs found by OSS-Fuzz by Demi Marie Obenour · 2 years, 8 months ago
- 91a2aab Refactor mpi_core_sub tests to use arch_split by Werner Lewis · 2 years, 8 months ago
- 8a05c06 Merge pull request #6751 from ZachFleck42/development by Dave Rodgman · 2 years, 8 months ago
- 2b52a2e Improve Changelog wording by Dave Rodgman · 2 years, 8 months ago
- c039f8a Merge pull request #979 from Mbed-TLS/mbedtls-3.3.0rc0-pr by Dave Rodgman · 2 years, 8 months ago
- 5e9d2e9 Add conventions for bignum mod and mod_raw by Werner Lewis · 2 years, 8 months ago
- a9ac612 Merge pull request #6666 from daverodgman/fast_unaligned by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- f3abea6 bignum_mod_raw.py: Changed the symbol for modular negation to "-". by Minos Galanakis · 2 years, 8 months ago
- 9a60b23 bignum_mod_raw testsuite: Refactored `mpi_mod_raw_neg()`. by Minos Galanakis · 2 years, 8 months ago
- 5e8443e6 mbedtls_mpi_mod_raw_neg: Updated documentation. by Minos Galanakis · 2 years, 8 months ago
- 78665eb bignum_mod_raw.py: Added BignumModRawModNegate. by Minos Galanakis · 2 years, 8 months ago
- 6118a3e test_suite_bignumg_mod_raw: Added test for mpi_mod_raw_neg by Minos Galanakis · 2 years, 8 months ago
- 21fe8bd bignum_mod_raw: Added modular negation. by Minos Galanakis · 2 years, 8 months ago
- 5e06857 Merge pull request #6301 from paul-elliott-arm/fix_changelog by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 785116a test: pake: modify opaque key verification before destruction by Valerio Setti · 2 years, 8 months ago