- 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
- 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
- 7ccc5e6 Document how PSA identifiers are generally constructed by Gilles Peskine · 3 years, 2 months ago
- fcc3a68 Historical update: the layout on stdio changed in Mbed Crypto 1.1.0 by Gilles Peskine · 3 years, 1 month ago
- 4985728 Typos by Gilles Peskine · 3 years, 1 month ago
- c64eab3 Repeat the seed file documentation in 2.25.0 by Gilles Peskine · 3 years, 1 month ago
- 5d20c73 Fix wrong type in C snippet by Gilles Peskine · 3 years, 1 month ago
- 141a770 Add section for Mbed TLS 2.25.0+ by Gilles Peskine · 3 years, 1 month ago
- 24ed2ca Fix the wrong variable being used for TLS record size checks by Paul Elliott · 3 years, 2 months ago
- eee5c8a Merge pull request #5982 from gilles-peskine-arm/selftest-calloc-pointer-comparison-fix-2.28 by Dave Rodgman · 3 years, 1 month ago
- 492ece7 Merge pull request #947 from gilles-peskine-arm/mpi-0-mod-2-2.28 by Dave Rodgman · 3 years, 1 month ago
- d97de55 Don't call memcpy(NULL, 0) which has undefined behavior by Gilles Peskine · 3 years, 1 month ago
- 96b8d31 ASN.1: test that we can parse what we can write by Gilles Peskine · 3 years, 2 months ago
- 5387587 Fix copypasta in test data by Gilles Peskine · 3 years, 2 months ago
- 5378592 ASN.1 write tests: test with larger buffer by Gilles Peskine · 3 years, 2 months ago
- bb34fee Fix bug whereby 0 was written as 0200 rather than 020100 by Gilles Peskine · 3 years, 2 months ago
- 62f217b Add MPI write tests when the MPI object has a leading zero limb by Gilles Peskine · 3 years, 2 months ago
- 4269185 Fix mismatch between test data and test description by Gilles Peskine · 3 years, 2 months ago
- 7f56783 Uncomment mbedtls_asn1_write_mpi tests with leading 1 bit by Gilles Peskine · 3 years, 2 months ago
- 06c5e92 Merge pull request #5863 from wernerlewis/csr_subject_comma_2.28 by Gilles Peskine · 3 years, 1 month ago
- d0aafa6 Merge pull request #5984 from gilles-peskine-arm/changelog-improvements-20220609-2.28 by Gilles Peskine · 3 years, 1 month ago
- 83f54aa Changelog: minor copyediting by Gilles Peskine · 3 years, 2 months ago
- cd16089 Changelog: clarify a cmake-related entry as being about cmake by Gilles Peskine · 3 years, 2 months ago
- 8960d05 Changelog: mention bug id in bugfix entry by Gilles Peskine · 3 years, 2 months ago
- 0690003 Changelog: remove bugfix entry that's actually a robustness improvement by Gilles Peskine · 3 years, 2 months ago
- dc7e34c Clarify potential ambiguity in changelog entry by Gilles Peskine · 3 years, 1 month ago
- c9529f9 Fix null pointer dereference in mpi_mod_int(0, 2) by Gilles Peskine · 3 years, 2 months ago
- 4118092 Merge pull request #5825 from polhenarejos/mbedtls-2.28 by Dave Rodgman · 3 years, 1 month ago
- 52396ef Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
- 1421efa Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
- 2ee1e2d Replace parsing with outputting by Werner Lewis · 3 years, 1 month ago
- 8776042 Merge pull request #935 from mpg/buf-overread-use-psa-static-ecdh-2.28 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- ed36d20 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 5721059 Mark internal int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- d904d66 Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 08b2ebd Improve readability with less negation. by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 06e1fcd Add comments when can_do() is safe to use by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 8641102 Fix impact evaluation by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- d80d8a4 Add negative tests for opaque mixed-PSK (server) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- a49a00c Add negative tests for opaque mixed-PSK (client) by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 938be42 Add negative test for Opaque key & static ECDH by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- b3de3fd ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
- 67fc488 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
- 331c342 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 69e567c ssl_server2.c: fix build err (key_slot - unused variable) by Przemyslaw Stekiel · 3 years, 10 months ago
- 5b6c4c9 add client/server opaque test by Przemyslaw Stekiel · 3 years, 10 months ago
- ab09c9e Add key_opaque option to ssl_server2.c + test by Przemyslaw Stekiel · 3 years, 10 months ago
- b9c7ea4 Improve a comment. by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- a4a4aab Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 853f067 Clarify warning about mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 5b3f24f Fix unchecked return value from internal function by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 37e5999 Fix potential buffer overread with USE_PSA by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- bb54fce Merge pull request #944 from AndrzejKurek/clihlo_cookie_pxy_fix_2_28 by Gilles Peskine · 3 years, 2 months ago
- 9a2356b Add tests for exceeded buffer size by Werner Lewis · 3 years, 2 months ago
- 46b5cb5 Add test-case for checking curve order by Dave Rodgman · 3 years, 2 months ago
- 719c723 test_suite_ssl: Use a zero fragment offset in a test with a too short record by Andrzej Kurek · 3 years, 2 months ago
- 6b4f062 Fix incorrect changelog entry by Andrzej Kurek · 3 years, 2 months ago
- 3c036f5 Add missing test dependencies for cookie parsing by Andrzej Kurek · 3 years, 2 months ago
- 4353d3d Split a debug message into two - for clarity by Andrzej Kurek · 3 years, 2 months ago
- 33f41a8 Add the mbedtls prefix to ssl_check_dtls_clihlo_cookie by Andrzej Kurek · 3 years, 2 months ago
- a39170b Add a changelog entry for the cookie parsing bounds bug by Andrzej Kurek · 3 years, 2 months ago
- 862acb8 Add cookie parsing tests to test_suite_ssl by Andrzej Kurek · 3 years, 2 months ago