- d776823 Update library/timing.c by Gianfranco Costamagna · 1 year, 7 months ago
- f88dd84 timing.c: use memset to initialize the structure, from Gilles Peskine by Gianfranco Costamagna · 1 year, 7 months ago
- ca902db timing.c by Gianfranco Costamagna · 1 year, 7 months ago
- 0071830 Merge pull request #8386 from paul-elliott-arm/remove_ssl_null_tls12_2_28 by Tom Cosgrove · 1 year, 8 months ago
- 1631d13 Merge pull request #8638 from bensze01/fix_supported_components_2.28 by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/mbedtls-2.28/pr-8638-b80ac7d73bd2c6a892bb54f7a9390441f13cc9db
- b80ac7d Merge pull request #8628 from tom-cosgrove-arm/ip_len-2.28 by Bence Szépkúti · 1 year, 8 months ago
- 2064c9b all.sh: Parse arguments before checking if a test is supported by Bence Szépkúti · 1 year, 8 months ago
- 4966eb8 Merge pull request #8625 from davidhorstmann-arm/fix-uninit-mpi-test-2.28 by Dave Rodgman · 1 year, 8 months ago gh-readonly-queue/mbedtls-2.28/pr-8625-0dc3ed029a019c789283935a6fb10e7b7769d4a2
- e1f6d3b Backport 2.28: Avoid use of `ip_len` as it clashes with a macro in AIX system headers by Tom Cosgrove · 1 year, 8 months ago
- ec4c47f Move MPI initialization to start of function by David Horstmann · 1 year, 8 months ago
- 0dc3ed0 Merge pull request #8620 from davidhorstmann-arm/fix-selftest-doublefree-2.28 by Paul Elliott · 1 year, 8 months ago gh-readonly-queue/mbedtls-2.28/pr-8620-f09b8379775658f9bceb5a200f7eaea2785600ba
- 05fde60 Fix potential double-free in calloc selftest by David Horstmann · 1 year, 8 months ago
- f09b837 Merge pull request #8614 from daverodgman/backport-filter-components-in-pr-job by Dave Rodgman · 1 year, 8 months ago
- e1c6c4c Do not run Valgrind tests in PR jobs by Bence Szépkúti · 1 year, 8 months ago backport-filter-components-in-pr-job
- 7655fd2 Merge pull request #8570 from yuhaoth/pr/fix-ciphersuite-list-wrong-for-mbedtls-2.28 by Gilles Peskine · 1 year, 8 months ago gh-readonly-queue/mbedtls-2.28/pr-8570-60dcdd1686dbde47f2a8dfbe177a372541c37111
- ba77a66 Align forced ciphersuite with test description by Ronald Cron · 1 year, 8 months ago
- 6f2183f ssl-opt.sh: Remove unnecessary symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
- 237e3f8 ssl-opt.sh: Fix some symmetric crypto dependencies by Ronald Cron · 1 year, 8 months ago
- a8b474f ssl-opt.sh: Add a check of the list of supported ciphersuites by Ronald Cron · 1 year, 8 months ago
- 46a660a ssl-opt.sh: Fix getting the list of supported ciphersuites. by Ronald Cron · 1 year, 9 months ago
- 60dcdd1 Merge pull request #8558 from gilles-peskine-arm/MBEDTLS_TEST_HAVE_xSAN-2.28 by Dave Rodgman · 1 year, 9 months ago
- 20e7613 Merge pull request #8557 from gilles-peskine-arm/metatest-gcc-12-2.28 by Paul Elliott · 1 year, 9 months ago
- c3a9bdb Detect enabled GCC/Clang sanitizers by Gilles Peskine · 1 year, 9 months ago
- e9616fd Fix the build with gcc-12 -Wuse-after-free by Gilles Peskine · 1 year, 9 months ago
- b9c7058 Merge pull request #8222 from tgonzalezorlandoarm/tg/backport-psa-low-hash-mac-size by Dave Rodgman · 1 year, 9 months ago
- feb98cc Merge pull request #8497 from ronald-cron-arm/remove-cocci-files-2.28 by Gilles Peskine · 1 year, 9 months ago
- 181844f Merge pull request #8491 from mschulz-at-hilscher/mbedtls-2.28 by Gilles Peskine · 1 year, 9 months ago
- 04a8d02 Merge pull request #8543 from gilles-peskine-arm/metatest-create-2.28 by Dave Rodgman · 1 year, 9 months ago
- e00255c Improve explanations of what bad thing a metatest does by Gilles Peskine · 1 year, 9 months ago
- 96c87c4 Uniformly use MBEDTLS_THREADING_C guards by Gilles Peskine · 1 year, 9 months ago
- d4084fd Readability improvement by Gilles Peskine · 1 year, 9 months ago
- c41133b Add documentation by Gilles Peskine · 1 year, 9 months ago
- efc57ca Uninitialized read: make the pointer non-volatile rather than the buffer by Gilles Peskine · 1 year, 9 months ago
- 226f1bc More consistent usage of volatile by Gilles Peskine · 1 year, 9 months ago
- 5383351 Strengthen against possible compiler optimizations by Gilles Peskine · 1 year, 9 months ago
- 2c04f57 programs/test/metatest indirectly includes library/common.h by Gilles Peskine · 1 year, 9 months ago
- 510c01c Add missing program to .gitignore by Gilles Peskine · 1 year, 9 months ago
- e38eb79 Add metatests for mutex usage by Gilles Peskine · 1 year, 9 months ago
- db2b5c9 Don't use %llx in printf by Gilles Peskine · 1 year, 9 months ago
- 6b3b7f8 Fix cast from pointer to integer of different size by Gilles Peskine · 1 year, 9 months ago
- 64c6c80 Don't cast a function pointer to a data pointer by Gilles Peskine · 1 year, 9 months ago
- 6289ccc Use casts when doing nonstandard pointer conversions by Gilles Peskine · 1 year, 9 months ago
- ee8af06 Run metatests in selected components by Gilles Peskine · 1 year, 9 months ago
- 967714d Strengthen against Clang optimizations by Gilles Peskine · 1 year, 9 months ago
- 970584f Metatests for basic Asan and Msan features by Gilles Peskine · 1 year, 9 months ago
- 6effdff Script to run all the metatests (with platform filtering) by Gilles Peskine · 1 year, 9 months ago
- 21d8d59 Metatests for null pointer dereference by Gilles Peskine · 1 year, 9 months ago
- 30380da Validate that test_fail causes a test failure by Gilles Peskine · 1 year, 9 months ago
- c33940d Add a metatest program by Gilles Peskine · 1 year, 9 months ago
- 5fae560 Update new license headers by Tomás González · 1 year, 9 months ago
- e44be6a Merge pull request #8503 from gilles-peskine-arm/fix-license-generate_server9_bad_saltlen by Dave Rodgman · 1 year, 9 months ago
- ac5fcd4 Update license by Gilles Peskine · 1 year, 9 months ago
- bfc1844 Merge pull request #8480 from yuhaoth/backports/7649/add-command-for-server9-bad-saltlen by Gilles Peskine · 1 year, 9 months ago
- 79659cd Merge pull request #8469 from daverodgman/mbedtls-2.28.6-pr by Dave Rodgman · 1 year, 9 months ago
- fd0f440 Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago
- e74ac9e Update BRANCHES by Dave Rodgman · 1 year, 9 months ago
- a645708 Restore bump version by Dave Rodgman · 1 year, 9 months ago
- bfda7de Restore Changelog from 2.28.6 by Dave Rodgman · 1 year, 9 months ago
- 6097cdd Merge remote-tracking branch 'origin/mbedtls-2.28' into mbedtls-2.28.6-pr by Dave Rodgman · 1 year, 9 months ago
- 82b9f5e Revert back to 2.28.5 by Dave Rodgman · 1 year, 9 months ago
- 3a91dad Add docs re Everest license by Dave Rodgman · 1 year, 9 months ago mbedtls-2.28.6 v2.28.6
- eb8f498 Remove unused *.cocci files by Ronald Cron · 1 year, 9 months ago
- 9a0ad5c Changed the test to reflect mbedTLS's current behavior. by Matthias Schulz · 1 year, 9 months ago
- 5240ab0 Backported test cases from https://github.com/Mbed-TLS/mbedtls/pull/8378 by Matthias Schulz · 1 year, 9 months ago
- d6d43ec Merge pull request #8485 from gilles-peskine-arm/check-files-license-2.28 by Dave Rodgman · 1 year, 9 months ago
- 32ffbfd Pacify mypy by Gilles Peskine · 1 year, 9 months ago
- 1b4f036 Also complain if licenses are mentioned by Gilles Peskine · 1 year, 9 months ago
- 15db682 Check copyright statements and SPDX license identifier by Gilles Peskine · 1 year, 9 months ago
- 5136156 Sort imports by Gilles Peskine · 1 year, 9 months ago
- 68142f1 Update BRANCHES by Dave Rodgman · 1 year, 9 months ago
- 8243ebf Merge pull request #8477 from paul-elliott-arm/full_no_platform_2_28 by Paul Elliott · 1 year, 9 months ago gh-readonly-queue/mbedtls-2.28/pr-8477-588feb858890c9d0b66a9e5dfb33fc8355d5903c
- 0c835db move script to `tests/scripts` by Jerry Yu · 1 year, 10 months ago
- 521ae84 improve document by Jerry Yu · 1 year, 10 months ago
- 60313c1 move asn1crypto to ci.requirements.txt by Jerry Yu · 1 year, 10 months ago
- 8c31148 fix wrong typo and indent issue by Jerry Yu · 1 year, 10 months ago
- dbb7b46 Add server9-bad-saltlen generate command by Jerry Yu · 2 years, 2 months ago
- af0b58d Add asn1crypto to python maintainer requirements by Jerry Yu · 2 years, 2 months ago
- 2fd6505 add script for server9_bad_saltlen by Jerry Yu · 2 years, 2 months ago
- 588feb8 Merge pull request #8464 from daverodgman/license-change-2.28 by Gilles Peskine · 1 year, 9 months ago
- 9c2faca Remove NULL-ing of passed in SSL context in ssl_populate_transform() by Paul Elliott · 1 year, 10 months ago
- 6805037 Add build preset full_no_platform by Paul Elliott · 1 year, 9 months ago
- f5021c1 Remove not-needed sentence by Dave Rodgman · 1 year, 9 months ago
- d0ac480 Bump version by Dave Rodgman · 1 year, 9 months ago
- 18b3e8a Assemble changelog by Dave Rodgman · 1 year, 9 months ago
- ace2ecb Add Changelog for license by Dave Rodgman · 1 year, 9 months ago
- f429557 Update documentation by Dave Rodgman · 1 year, 9 months ago
- 287ab6e Update header by Dave Rodgman · 1 year, 9 months ago
- 625458b Update header by Dave Rodgman · 1 year, 9 months ago
- 0f2971a Update headers by Dave Rodgman · 1 year, 9 months ago
- 1146161 Add Changelog for license by Dave Rodgman · 1 year, 9 months ago
- bf7805f Update documentation by Dave Rodgman · 1 year, 9 months ago
- 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
- 1df57fc Merge pull request #8196 from tgonzalezorlandoarm/tg/check_test_cases by Dave Rodgman · 1 year, 9 months ago
- 9043a2f Fix type annotation by Gilles Peskine · 2 years ago
- e25a619 Remove dead code by Gilles Peskine · 2 years ago
- 2bff1bf New test suite for the low-level hash interface by Tomás González · 1 year, 9 months ago
- 734d22c Move PSA information and dependency automation into their own module by Tomás González · 1 year, 9 months ago
- f29cc32 Merge pull request #8390 from gilles-peskine-arm/20231017-misc-cleanup-2.28 by Paul Elliott · 1 year, 9 months ago
- aaea3a3 check_test_cases: Unify walk_compat_sh and walk_opt_sh into one by Tomás González · 1 year, 11 months ago
- cbb2e45 ssl-opt: Introduce --list-test-cases option by Tomás González · 1 year, 11 months ago