- 3697954 Fix inconsistent documentation of cipher_setup() by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 08fd33a Add warning to mbedtls_cipher_setup() about setting padding mode by Waleed Elmelegy · 1 year, 11 months ago
- f8fc956 Merge pull request #1072 from gilles-peskine-arm/ssl_decrypt_stream_short_buffer-2.28 by Gilles Peskine · 1 year, 11 months ago
- 326ba3c mbedtls_ssl_decrypt_buf(): fix buffer overread with stream cipher by Gilles Peskine · 1 year, 11 months ago
- dc48f6e Test mbedtls_ssl_decrypt_buf(): stream cipher, negative cases by Gilles Peskine · 1 year, 11 months ago
- 2198cc5 Refactoring: create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
- 027e1b4 Refactoring: prepare to create mbedtls_test_ssl_prepare_record_mac() by Gilles Peskine · 1 year, 11 months ago
- 9013b81 Move testing of mbedtls_ssl_decrypt_buf to a new test suite by Gilles Peskine · 1 year, 11 months ago
- f4cf4a6 Merge pull request #1070 from gilles-peskine-arm/merge-2.28-restricted-20230915 by Dave Rodgman · 1 year, 11 months ago
- fac34d7 Merge pull request #1065 from waleed-elmelegy-arm/backport-add-new-pkcs12-pbe2-ext-fun by Gilles Peskine · 1 year, 11 months ago
- 9cacae3 Merge remote-tracking branch 'upstream-public/mbedtls-2.28' into HEAD by Gilles Peskine · 1 year, 11 months ago
- d24b546 Reduce line size in new pkcs function changelog by Waleed Elmelegy · 1 year, 11 months ago
- 58ed231 Modify changelog entry to add pkcs12 pbe functions by Waleed Elmelegy · 1 year, 11 months ago
- f919393 Return back to modifying input parameters in pkcs12_parse_pbe_params by Waleed Elmelegy · 1 year, 11 months ago
- 6060cf1 Add new mbedtls_pkcs12_pbe_ext function to replace old function by Waleed Elmelegy · 1 year, 11 months ago
- 5161645 Merge pull request #7211 from sergio-nsk/patch-3 by Gilles Peskine · 1 year, 11 months ago
- 3d9978e Merge pull request #8172 from ronald-cron-arm/psa-config-add-comment by Gilles Peskine · 1 year, 11 months ago
- fcbcf57 Merge pull request #8194 from gilles-peskine-arm/bump_version-doc_mainpage-2.28 by Dave Rodgman · 1 year, 11 months ago
- bd26a8d More spelling corrections by Gilles Peskine · 1 year, 11 months ago
- f08ca83 Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 1 year, 11 months ago
- bd44d93 Allow "Mbed TLS" as the project name in Doxygen by Gilles Peskine · 2 years ago
- fa9392a PSA config: Add comment about HKDF. by Ronald Cron · 1 year, 11 months ago
- 198fbc2 Merge pull request #8173 from gilles-peskine-arm/config-boolean-options-wrong-section-202309-2.28 by Dave Rodgman · 1 year, 11 months ago
- 7fa5934 Merge pull request #1056 from waleed-elmelegy-arm/Backport-improve-and-test-mbedtls_pkcs12_pbe by Gilles Peskine · 1 year, 11 months ago
- 6d5a5c1 Improve pkcs12 pbe tests by Waleed Elmelegy · 1 year, 11 months ago
- 38a89ad Improve & test legacy mbedtls_pkcs12_pbe by Waleed Elmelegy · 1 year, 11 months ago
- 3a11771 Pacify pylint by Gilles Peskine · 1 year, 11 months ago
- e008890 Update generated files by Gilles Peskine · 1 year, 11 months ago
- 937b91e Fix boolean options in the wrong section by Gilles Peskine · 1 year, 11 months ago
- f0accf2 Merge pull request #1054 from waleed-elmelegy-arm/backport-add-new-pkcs5-pbe2-ext-fun by Gilles Peskine · 1 year, 11 months ago
- 06c466d Merge pull request #8158 from tom-cosgrove-arm/rename-assert_compare-to-test_assert_compare-2.28 by Dave Rodgman · 1 year, 11 months ago
- 5c46332 Merge pull request #8146 from tom-cosgrove-arm/define-psa-macros-to-1-2.28 by Tom Cosgrove · 1 year, 11 months ago
- 525e355 Change pkcs5 test dependencies from MBEDTLS_SHA1_C to MBEDTLS_MD_CAN_SHA1 by Waleed Elmelegy · 1 year, 11 months ago
- 09f0a97 Fix typo in pkcs5.c by Waleed-Ziad Maamoun-Elmelegy · 1 year, 11 months ago
- d2a03cb Fix mbedtls_pkcs5_pbes test function failure by Waleed Elmelegy · 2 years ago
- dffb1e3 Improve mbedtls_pkcs5_pbes2_ext changelog description by Waleed Elmelegy · 2 years ago
- dcad168 Improve mbedtls_pkcs5_pbes2_ext function test data by Waleed Elmelegy · 2 years ago
- 7aeb6e7 Add changelog entry for new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
- 7d8f95b Improve mbedtls_pkcs5_pbes2_ext function signature comments by Waleed Elmelegy · 2 years ago
- d4e57c3 Fix unused parameters warnings when MBEDTLS_CIPHER_PADDING_PKCS7 is disabled by Waleed Elmelegy · 2 years ago
- 23ae416 Fix heap overflow issue in pkcs5_pbes2 testing functions by Waleed Elmelegy · 2 years ago
- b66cb65 Add new mbedtls_pkcs5_pbe2_ext function by Waleed Elmelegy · 2 years ago
- a240fe3 Fix code style by Tom Cosgrove · 1 year, 11 months ago
- ba3b14d For tests, rename TEST_BUFFERS_EQUAL() to TEST_MEMORY_COMPARE() by Tom Cosgrove · 1 year, 11 months ago
- cd5a7c7 Rename the length argument to TEST_CALLOC() to be the more accurate item_count by Tom Cosgrove · 2 years, 1 month ago
- 30ceb23 For tests, rename TEST_CALLOC_OR_FAIL() to just TEST_CALLOC() by Tom Cosgrove · 1 year, 11 months ago
- 20e27de For tests, rename ASSERT_ALLOC_WEAK() to TEST_CALLOC_OR_SKIP() by Tom Cosgrove · 1 year, 11 months ago
- 1357502 For tests, rename ASSERT_ALLOC() to TEST_CALLOC_OR_FAIL() by Tom Cosgrove · 1 year, 11 months ago
- f88ee8b For tests, rename ASSERT_COMPARE() to TEST_BUFFERS_EQUAL() by Tom Cosgrove · 1 year, 11 months ago
- 9302684 Merge pull request #8145 from tom-cosgrove-arm/check-mbedtls_platform_zeroize-calls-2.28 by Dave Rodgman · 1 year, 11 months ago gh-readonly-queue/mbedtls-2.28/pr-8145-12a2bfc9702caa30592e842a3d3ee478568b2c14
- 5ffb197 config-wrapper-zeroize-memset.h should be user-config-zeroize-memset.h and not include mbedtls_config.h by Tom Cosgrove · 1 year, 11 months ago
- 95b5d79 Move the description of MBEDTLS_TEST_DEFINES_ZEROIZE to before its use by Tom Cosgrove · 1 year, 11 months ago
- 7f18f44 Move zeroize-as-memset into a config file under tests/ by Tom Cosgrove · 1 year, 11 months ago
- 73285cc Define all PSA_xxx macros to 1 rather than have them empty, for consistency by Tom Cosgrove · 1 year, 11 months ago
- 5117062 Add a build to all.sh to check mbedtls_platform_zeroize() calls by Tom Cosgrove · 1 year, 11 months ago
- f7829b0 Fix incorrect use of mbedtls_platform_zeroize() in tests by Tom Cosgrove · 1 year, 11 months ago
- 43210b5 Add the ability to verify mbedtls_platform_zeroize() calls with -Wsizeof-pointer-memaccess by Tom Cosgrove · 1 year, 11 months ago
- 12a2bfc Merge pull request #8096 from davidhorstmann-arm/2.28-initialize-struct-get-other-name by Paul Elliott · 1 year, 11 months ago
- 4ee11a0 Merge pull request #8132 from davidhorstmann-arm/2.28-fix-unnecessary-include-prefixes by Gilles Peskine · 2 years ago
- e6771ed Merge pull request #8128 from yanrayw/2.28-7094-collect-compatsh-test-cases by Gilles Peskine · 2 years ago
- 1804a15 Fix unnecessary header prefix in tests by David Horstmann · 2 years ago
- 930cbee check_test_cases: add a comment to explain idx in walk_compat_sh by Yanray Wang · 2 years ago
- b2cd07c compat: list all test cases properly by Yanray Wang · 2 years ago
- 8aba83b compat.sh: return $? in option --list-test-case to handle error case by Yanray Wang · 2 years, 5 months ago
- 67fe264 check_test_cases.py: do not redirect stderr to stdout by Yanray Wang · 2 years, 5 months ago
- 8844844 check_test_cases.py: use check_output to capture error and return by Yanray Wang · 2 years, 5 months ago
- 9412a46 check_test_cases.py: simplify how to store test case description by Yanray Wang · 2 years, 5 months ago
- f0dbde1 compat.sh: uniform TITLE format for --list-test-case and run_client by Yanray Wang · 2 years, 5 months ago
- a81131d compat.sh: fix uncompatiable name of peers in --list-test-case by Yanray Wang · 2 years, 5 months ago
- 7e1c0c7 compat.sh: uniform test description by Yanray Wang · 2 years, 5 months ago
- baced97 check_test_cases.py: support checking test coverage in compat.sh by Yanray Wang · 2 years, 5 months ago
- dd21fc9 compat.sh: add --list-test-case by Yanray Wang · 2 years, 5 months ago
- 3e325aa Merge pull request #8115 from tgonzalezorlandoarm/backport-8074 by Gilles Peskine · 2 years ago gh-readonly-queue/mbedtls-2.28/pr-8115-c10520f45f67807d438e8436d5dbe94aa10352b2
- c10520f Merge pull request #8102 from AgathiyanB/backport-iar-warnings-changelog by Gilles Peskine · 2 years ago
- 1cf437b Correct analyze_outcomes identation by Tomás González · 2 years ago
- 14b36ef Make non-executed tests that are not in the allow list an error by Tomás González · 2 years ago
- c895733 Add EdDSA and XTS to the allow list by Tomás González · 2 years ago
- 45d4959 Add a flag for requiring full coverage in coverage tests by Tomás González · 2 years ago
- 2fdd503 Add allow list for non-executed test cases by Tomás González · 2 years ago
- 31d5bbe Merge pull request #7986 from tom-cosgrove-arm/single-source-of-truth-for-licensing-2.28 by Tom Cosgrove · 2 years ago gh-readonly-queue/mbedtls-2.28/pr-7986-9471815dd3b30871a0e9d8b5af05bbfed8250960
- 0aab8a8 Add changelog entry for 2.28 IAR warning fixes by Agathiyan Bragadeesh · 2 years ago
- 9471815 Merge pull request #7828 from davidhorstmann-arm/2.28-reword-net-free-description-2544 by Gilles Peskine · 2 years ago
- 27adfd8 Merge pull request #7487 from AndrzejKurek/calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
- d81f75b Fixup incorrectly-formatted ChangeLog entry by David Horstmann · 2 years ago
- 2bda812 Merge pull request #8085 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy-2.28 by Tom Cosgrove · 2 years ago
- 7fbbb61 Merge remote-tracking branch 'mbedtls-2.28' into calloc-also-zeroizes-2-28 by Gilles Peskine · 2 years ago
- f9f183c Merge pull request #8089 from ivq/8017-backport by Tom Cosgrove · 2 years ago
- 869609f Add ChangeLog entry for otherName SAN fixes by David Horstmann · 2 years ago
- dcf7326 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
- 4a46d23 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
- 2545b40 Merge pull request #8081 from adeaarm/backport_IAR_fix by Gilles Peskine · 2 years ago
- 64dbdc0 Merge pull request #7768 from lpy4105/backport-2.28/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
- 431e5c4 Remove workaround for non-zero shared_secret array by Antonio de Angelis · 2 years ago
- 0118a1d Fix a few unchecked return values by Chien Wong · 2 years ago
- 20d54e3 mbedtls_mpi_exp_mod: remove spurious copy of the output variable by Gilles Peskine · 2 years ago
- e453f9d Add description for invalid commands by Pengyu Lv · 2 years ago
- 1505d32 Fix error strings without quotes by Antonio de Angelis · 2 years ago
- ac9e340 BUILD: Update For IAR support by TTornblom · 5 years ago
- 96d0ef4 Fix invalid generation commands by Pengyu Lv · 2 years ago
- 7740eaf Merge pull request #7940 from AgathiyanB/backport-assert-false-macro by Gilles Peskine · 2 years ago