- 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
- 3e005f3 Remove remaining bignum radix args by Werner Lewis · 3 years, 1 month ago
- 955a0bb Remove radix arg from bignum tests by Werner Lewis · 3 years, 1 month ago
- 24b6078 Remove radix arg from mbedtls_test_read_mpi by Werner Lewis · 3 years, 1 month ago
- 454fdc2 Merge pull request #6160 from tom-cosgrove-arm/fix-typos-in-md-files-2.28 by Bence Szépkúti · 3 years ago
- 62067bc Merge pull request #6156 from daverodgman/microblaze-littleendian-backport-2.28 by Dave Rodgman · 3 years ago
- 6f227ee Remove use of lstat by Dave Rodgman · 3 years, 1 month ago
- 626b378 Add Changelog entry by Dave Rodgman · 3 years, 1 month ago
- 2958bb3 Spelling and grammar improvements by Dave Rodgman · 3 years, 1 month ago
- 168bcd6 Don't increase failure count for dangling symlinks by Dave Rodgman · 3 years, 1 month ago
- 32ffb2b x509_crt: handle properly broken links when looking for certificates by Eduardo Silva · 6 years ago
- c71bc7b Fix typographical errors in .md files found by cspell by Tom Cosgrove · 3 years ago
- 8934db7 Merge pull request #6143 from tom-cosgrove-arm/fix-comments-in-docs-and-comments-2.28 by Dave Rodgman · 3 years ago
- aba5044 Add MBEDTLS_POLY1305_C and MBEDTLS_CHACHA20_C by Summer Qin · 3 years, 2 months ago
- 7d4a8da Add Changelog entry by Dave Rodgman · 3 years, 2 months ago
- 90b99bf fix issue #2020 by Kazuyuki Kimura · 4 years, 2 months ago
- 5205c97 Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
- 5048045 Merge pull request #6096 from tom-cosgrove-arm/bn_mul-fix-x86-pic-compilation-for-gcc-4-2.28 by Dave Rodgman · 3 years, 1 month ago
- 59dca4b Merge pull request #6110 from daverodgman/add-missing-break-2.28 by Dave Rodgman · 3 years, 1 month ago
- e63492a Add missing break by Tuvshinzaya Erdenekhuu · 3 years, 2 months ago
- accd50d Add a ChangeLog entry by Tom Cosgrove · 3 years, 1 month ago
- 9d9d45c bn_mul.h: fix x86 PIC inline ASM compilation with GCC < 5 by Peter Korsgaard · 7 years ago
- 8bb9e46 Merge pull request #6082 from daverodgman/assemble-cl-case-backport2.28 by Dave Rodgman · 3 years, 1 month ago
- bdbc2ab Merge pull request #958 from Mbed-TLS/merge-into-2.28 by Dave Rodgman · 3 years, 1 month ago
- dd79db1 Merge pull request #955 from Mbed-TLS/mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago mbedtls-2.28.1 v2.28.1
- 569d602 Fix case of Mbed TLS in assemble_changelog.py by Dave Rodgman · 3 years, 1 month ago
- fe9d08f Bump version by Dave Rodgman · 3 years, 1 month ago
- fa827b4 Minor tweaks to Changelog by Dave Rodgman · 3 years, 1 month ago
- 6743ec4 Assemble Changelog by Dave Rodgman · 3 years, 1 month ago
- b51e0c7 Add correct .txt extension to Changelog entry by Dave Rodgman · 3 years, 1 month ago
- df275c4 Merge remote-tracking branch 'restricted/mbedtls-2.28-restricted' into mbedtls-2.28.1rc0-pr by Dave Rodgman · 3 years, 1 month ago
- ada62f2 Merge pull request #6067 from AndrzejKurek/cid-session-resumption-2-28 by Paul Elliott · 3 years, 1 month ago
- 135afdc Changelog rewording Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com> by Andrzej Kurek · 3 years, 1 month ago
- 77473eb Clarify the need for calling mbedtls_ssl_derive_keys after extension parsing by Andrzej Kurek · 3 years, 1 month ago
- 33b731f Improve changelog wording by Andrzej Kurek · 3 years, 1 month ago
- 78c6351 Add a changelog entry for the session resumption + CID bug by Andrzej Kurek · 3 years, 1 month ago
- c87d97b Rearrange the session resumption code by Andrzej Kurek · 3 years, 2 months ago
- 06986de Merge pull request #6066 from AndrzejKurek/fix-some-resource-leaks-2-28 by Paul Elliott · 3 years, 1 month ago
- cd5e671 Add a changelog entry for pkparse bugs by Andrzej Kurek · 3 years, 1 month ago
- b39b499 Add pem_free() to other error paths in pk_parse_public_key() by Paul Elliott · 3 years, 3 months ago
- 763ee3c Fix resource leaks by Leonid Rozenboim · 3 years, 4 months ago
- af36c76 Merge pull request #950 from paul-elliott-arm/fix_tls_record_size_check_2_28 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- e3954e3 Merge pull request #5997 from gilles-peskine-arm/storage-format-doc-202206-2.28 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 2e4b5b2 Merge pull request #5996 from gilles-peskine-arm/storage-format-doc-2.25-2.28 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 0ae1c1c Merge pull request #5991 from gilles-peskine-arm/asn1write-0-fix-2.28 by Ronald Cron · 3 years, 1 month ago
- be059e4 For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
- fe84f38 More wording improvements by Gilles Peskine · 3 years, 1 month ago
- a6e71bf Spelling by Gilles Peskine · 3 years, 1 month ago
- 3d96ea1 Add warnings to test code and data about storage format stability by Gilles Peskine · 3 years, 2 months ago
- f4be01f Document how to interpret negative reports by Gilles Peskine · 3 years, 2 months ago
- 4b9f7a2 Remove redundant sentence by Gilles Peskine · 3 years, 2 months ago
- 6140d2e Backward compatibility: the key store by Gilles Peskine · 3 years, 2 months ago
- 6bfc19a Backward compatibility: add a note about the configuration by Gilles Peskine · 3 years, 2 months ago
- 43bd07d Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 2 months ago