- 207b874 Merge pull request #6307 from wernerlewis/bignum_test_script_2.28 by Gilles Peskine · 2 years, 10 months ago
- c2e95fa Merge pull request #6394 from mprse/enc_types_2_28_backport by Gilles Peskine · 2 years, 10 months ago
- 8221f84 Merge pull request #6402 from gilles-peskine-arm/config.py-python-version-2.28 by Manuel Pégourié-Gonnard · 2 years, 10 months ago
- 78c34c2 Add a note that config.py must remain compatible with Python 3.4 by Gilles Peskine · 2 years, 10 months ago
- f9c91ce Merge pull request #6387 from gilles-peskine-arm/bignum-mbedtls_test_read_mpi_core-2.28 by Janos Follath · 2 years, 10 months ago
- 0d72141 Revert "Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function" by Przemek Stekiel · 2 years, 10 months ago
- fa60941 Revert: Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
- 7aca4e4 Fix session tickets related build flags in fuzz_server and ssl_server2 by Przemek Stekiel · 2 years, 10 months ago
- 97d5740 Fix MBEDTLS_SSL_TICKET_C, MBEDTLS_SSL_SESSION_TICKETS dependencies by Przemek Stekiel · 2 years, 10 months ago
- 1834a2e Reword change log entry by Przemek Stekiel · 2 years, 10 months ago
- 0a48eae Add changelog entry: tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
- efc894b Add GCM dependency to "Per-version suites: TLS 1.2" by Przemek Stekiel · 2 years, 10 months ago
- 802353c Add MBEDTLS_CIPHER_MODE_AEAD dependency to auth_crypt_tv() test function by Przemek Stekiel · 2 years, 10 months ago
- 2b03880 Enable Key Wrapping mode for 128-bit block ciphers by Przemek Stekiel · 2 years, 10 months ago
- 169554c Adapt macro names: MBEDTLS_SSL_SOME_SUITES_USE_MAC->MBEDTLS_SSL_SOME_MODES_USE_MAC by Przemek Stekiel · 2 years, 10 months ago
- b79d0dd test_suite_cmac.data: fix bug: use cipher type instead cipher id by Przemek Stekiel · 2 years, 10 months ago
- 249fcca test_suite_cipher.function: always include aes.h by Przemek Stekiel · 2 years, 10 months ago
- 864b43d Fix configuration requirements(MBEDTLS_SSL_CONTEXT_SERIALIZATION, MBEDTLS_SSL_SESSION_TICKETS) by Przemek Stekiel · 2 years, 10 months ago
- 9450dc7 Fix guards for mbedtls_ct_size_mask() and mbedtls_ct_memcpy_if_eq() by Przemek Stekiel · 2 years, 10 months ago
- e535270 Add test components for tls 1.2 builds with single encryption type by Przemek Stekiel · 2 years, 10 months ago
- 30e0623 Merge pull request #6388 from gabor-mezei-arm/6308_bp_228_missing_initialization_in_test by Gilles Peskine · 2 years, 10 months ago
- eca29e4 Replace the output file atomically by Gilles Peskine · 2 years, 11 months ago
- 34cb462 Move the definition of data_t to a header file by Gilles Peskine · 2 years, 11 months ago
- 7db8e89 Allow test assertions on constant-flow scalar data by Gilles Peskine · 2 years, 11 months ago
- 9538c90 Remove incorrect comment by Gilles Peskine · 2 years, 11 months ago
- 1b5800d Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
- 92ca1bc Add initialization for structures by Gabor Mezei · 2 years, 11 months ago
- 58a7a06 Add initialization for structures by Gabor Mezei · 2 years, 10 months ago
- 662b301 Merge pull request #6309 from gilles-peskine-arm/all-sh-force-2.28 by Gilles Peskine · 2 years, 11 months ago
- 7959858 Don't remove programs/fuzz/Makefile by Gilles Peskine · 3 years ago
- 423dd13 Don't try restoring a file if no backup is available by Gilles Peskine · 3 years ago
- 05998a0 Add file generated by generate_bignum_tests.py by Werner Lewis · 2 years, 11 months ago
- 4ed94a4 Use a script specific description in CLI help by Werner Lewis · 2 years, 11 months ago
- 64334d9 Update references to file targets in docstrings by Werner Lewis · 2 years, 11 months ago
- 38c2491 Add combination_pairs helper function by Werner Lewis · 2 years, 11 months ago
- 1965d48 Use typing.cast instead of unqualified cast by Werner Lewis · 2 years, 11 months ago
- 113ddd0 Add toggle for test case count in descriptions by Werner Lewis · 2 years, 11 months ago
- f518276 Update comments/docstrings in TestGenerator by Werner Lewis · 2 years, 11 months ago
- 8b2d14b Replace L/R inputs with A/B by Werner Lewis · 2 years, 11 months ago
- 46c09a6 Move symbol definition out of __init__ by Werner Lewis · 2 years, 11 months ago
- 3edcee7 Use simpler int to hex string conversion by Werner Lewis · 3 years ago
- e53be35 Remove unused imports by Werner Lewis · 3 years ago
- 0d07e86 Rework TestGenerator to add file targets by Werner Lewis · 3 years ago
- 6cc5e5f Use Python 3.5 style typing for dependencies by Werner Lewis · 3 years ago
- 486b341 Add dependencies attribute to BaseTarget by Werner Lewis · 3 years ago
- 18f94d8 Use `combinations_with_replacement` for inputs by Werner Lewis · 3 years ago
- 2b0f7d8 Modify wording in docstrings by Werner Lewis · 3 years ago
- 6f67bae Fix trailing whitespace by Werner Lewis · 3 years ago
- ac86390 Use argparser default for targets by Werner Lewis · 3 years ago
- b03420f Clarify documentation by Werner Lewis · 3 years ago
- b29f59f Disable abstract check in pylint by Werner Lewis · 3 years ago
- 412c497 Fix TARGET types and code style by Werner Lewis · 3 years ago
- d77d33d Raise NotImplementedError in abstract methods by Werner Lewis · 3 years ago
- 486d258 Disable pylint unused arg in __new__ by Werner Lewis · 3 years ago
- 478a4ce Use typing casts for fixed-width tuples by Werner Lewis · 3 years ago
- 9509f44 Add missing typing by Werner Lewis · 3 years ago
- 6d04142 Remove trailing whitespace in description by Werner Lewis · 3 years ago
- cace1aa Use __new__() for case counting by Werner Lewis · 3 years ago
- c34d037 Split generate_tests to reduce code complexity by Werner Lewis · 3 years ago
- 47e37b3 Use ABCMeta for abstract classes by Werner Lewis · 3 years ago
- 008d90d Add details to docstrings by Werner Lewis · 3 years ago
- 1c2a732 Convert bools to int before arithmetic by Werner Lewis · 3 years ago
- 02998c4 Remove unneeded list concatenation by Werner Lewis · 3 years ago
- 70d3f3d Remove abbreviations and clarify attributes by Werner Lewis · 3 years ago
- dcad1e9 Separate common test generation classes/functions by Werner Lewis · 3 years ago
- 92bb1cd Fix incorrect indentation by Werner Lewis · 3 years, 1 month ago
- f0910ae Remove is None from if statement by Werner Lewis · 3 years, 1 month ago
- d76c5ed Fix type issues by Werner Lewis · 3 years, 1 month ago
- 1bdee22 Remove set() to preserve test case order by Werner Lewis · 3 years, 1 month ago
- 1c413bd Sort tests when generating cases by Werner Lewis · 3 years, 1 month ago
- 5c1173b Add test case generation for bignum add by Werner Lewis · 3 years, 1 month ago
- 423f99b Add test generation for bignum cmp variant by Werner Lewis · 3 years, 1 month ago
- 545911f Add bignum test generation framework by Werner Lewis · 3 years, 1 month ago
- e9ff465 Merge pull request #6302 from davidhorstmann-arm/2.28-syntax-highlighting-function-files by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 6af9ad3 Use GitHub C syntax highlighting on test files by David Horstmann · 2 years, 11 months ago
- 7c7a3ea Merge pull request #6290 from daverodgman/contributing_2.28 by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 769695e Clarify legal requirements for contributions by Dave Rodgman · 2 years, 11 months ago
- 1963d67 Merge pull request #6276 from daverodgman/fixcopyright_2.28 by Dave Rodgman · 2 years, 11 months ago
- e3619d0 Correct copyright and license in crypto_spe.h by Dave Rodgman · 2 years, 11 months ago
- 1b36e1b Merge pull request #6246 from superna9999/6100-crash-in-test-suite-x509write-backport by Manuel Pégourié-Gonnard · 3 years ago
- 1104866 Initialize mbedtls_x509write_csr struct before USE_PSA_INIT(), mbedtls_x509write_csr_free() will crash if uninitialized by Neil Armstrong · 3 years, 1 month ago
- 250a612 Merge pull request #6212 from tom-cosgrove-arm/explicit-warning-re-ct-conditions-not-0-or-1-2.28 by Gilles Peskine · 3 years ago
- 906bdbb Merge pull request #6215 from daverodgman/pr6185-backport by Dave Rodgman · 3 years ago
- 81e7423 ssl_tls12_server: fix potential NULL-dereferencing if local certificate was not set. by Leonid Rozenboim · 3 years ago
- f211d82 Be explicit about constant time bignum functions that must take a 0 or 1 condition value by Tom Cosgrove · 3 years ago
- 928527c Merge pull request #5990 from zhangsenWang/mbedtls-2.28 by Dave Rodgman · 3 years ago
- 9d5b399 rebase with latest 2.28 branch by Zhangsen Wang · 3 years ago
- a77287f Merge pull request #6182 from wernerlewis/ecp_set_zero_2.28 by Dave Rodgman · 3 years ago
- 3469f7a Merge pull request #6187 from daverodgman/backport-iar-fatal-warnings by Dave Rodgman · 3 years ago
- a37f5c1 cmake: IAR support option( MBEDTLS_FATAL_WARNINGS) by savent · 3 years, 2 months ago
- 55a3285 Add test case for mbedtls_ecp_set_zero by Werner Lewis · 3 years ago
- 2c08ac7 Merge pull request #6157 from daverodgman/chacha-psa-defines-backport by Gilles Peskine · 3 years ago
- da12621 Merge pull request #6071 from wernerlewis/bignum_test_radix_2.28 by Gilles Peskine · 3 years ago
- f222b8e Merge pull request #6161 from daverodgman/backport-cert-symlink by Gilles Peskine · 3 years ago
- ddc3845 Merge pull request #6168 from mman/mbedtls-2.28 by Gilles Peskine · 3 years ago
- 43dedd8 Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
- 1c981f5 skip test with openssl client because it will timeout with certain seed due to an openssl bug by Zhangsen Wang · 3 years ago
- df33684 Use upper case for bignum string comparison by Werner Lewis · 3 years ago
- d487776 Remove radix from added test cases by Werner Lewis · 3 years ago
- 3d52e44 Fix formatting in bignum test functions by Werner Lewis · 3 years, 1 month ago