- 41bb446 Update TEST_CA_CRT_EC_PEM and TEST_CA_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
- 04da85f Update TEST_SRV_CRT_EC_PEM and TEST_SRV_CRT_EC_DER by Pengyu Lv · 2 years, 2 months ago
- 14f59bf Update cert macros in library/certs.c by Pengyu Lv · 2 years, 2 months ago
- 247e6f0 Merge pull request #7608 from daverodgman/pr6511-2.28 by Dave Rodgman · 2 years, 3 months ago
- 2710fe2 Merge pull request #7571 from bharsaklemukesh975/update-pkparse-tests-to-use-AES-2.28 by Gilles Peskine · 2 years, 3 months ago
- bd77182 Make use of MBEDTLS_STATIC_ASSERT by Dave Rodgman · 2 years, 3 months ago
- 0019178 Document minimum size for DEBUG_BUF_SIZE by Dave Rodgman · 2 years, 6 months ago
- 0d87d90 simplify code by valord577 · 2 years, 6 months ago
- de6ea98 code style by valord577 · 2 years, 6 months ago
- 06b0bb5 make code readable and change var name by valord577 · 2 years, 6 months ago
- e362392 send debug msg if contains '\n' by valord577 · 2 years, 6 months ago
- 40fe1cd Update library/debug.c by Dave Rodgman · 2 years, 9 months ago
- afbaac2 Fix: no newline when debug msg over DEBUG_BUF_SIZE by valord577 · 2 years, 9 months ago
- e32e447 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
- 2599a71 updating test-ca.key to use AES instead of DES by Mukesh Bharsakle · 2 years, 3 months ago
- 2e4541f Merge pull request #7545 from tom-cosgrove-arm/use-mbedtls_ct_uint_if-rather-than-mbedtls_ct_cond_select_sign-2.28 by Dave Rodgman · 2 years, 3 months ago
- 735d2c9 Backport 2.28: Use mbedtls_ct_uint_if() rather than mbedtls_ct_cond_select_sign() by Tom Cosgrove · 2 years, 3 months ago
- 0eace41 pk: fixing backport issues by Valerio Setti · 2 years, 3 months ago
- 5e7494e pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
- aae96c9 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
- 503f487 Merge pull request #7469 from xkqian/2.28/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
- 8738bc4 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 4 months ago
- 0e5a27b Update links of references in bignum code by Xiaokang Qian · 2 years, 4 months ago
- 6ab5d5c Fix trailing whitespace by Dave Rodgman · 2 years, 4 months ago
- 8f109fc Fix use of uninitialised variable by Dave Rodgman · 2 years, 4 months ago
- b2e3c7a Tidy-up by Dave Rodgman · 2 years, 4 months ago
- 8dde24e Tidy-up by Dave Rodgman · 2 years, 4 months ago
- 42a5bb1 Fix failure to write back when reset != 0; tidy-up by Dave Rodgman · 2 years, 4 months ago
- 0feecbd Copy the struct to align it, avoiding an ABI break by Dave Rodgman · 2 years, 4 months ago
- e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 4 months ago
- a183e1d Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.3rc0-pr by Paul Elliott · 2 years, 5 months ago
- 410594c Have MBEDTLS_STATIC_ASSERT() match current development more closely by Tom Cosgrove · 2 years, 5 months ago
- bdd01a7 Implement and use MBEDTLS_STATIC_ASSERT() by Tom Cosgrove · 2 years, 5 months ago
- 640b761 Print out AESNI mechanism used by GCM in self-test by Tom Cosgrove · 2 years, 5 months ago
- 2c942a3 Fix code style nit by Tom Cosgrove · 2 years, 5 months ago
- 20458c0 Have selftest print more information about the AESNI build by Tom Cosgrove · 2 years, 5 months ago
- 3b53cae Remove references to MBEDTLS_AESCE_C and MBEDTLS_HAVE_ARM64 by Tom Cosgrove · 2 years, 5 months ago
- 58550ac Fix merge errors in backporting by Tom Cosgrove · 2 years, 5 months ago
- 6dec541 AESNI: Overhaul implementation selection by Gilles Peskine · 2 years, 5 months ago
- b71d402 Clean up AES context alignment code by Gilles Peskine · 2 years, 5 months ago
- 30c356c Use consistent guards for padlock code by Gilles Peskine · 2 years, 5 months ago
- 6978e73 Fix unaligned access if the context is moved during operation by Gilles Peskine · 2 years, 5 months ago
- 5f1677f Fix typo in comment by Gilles Peskine · 2 years, 5 months ago
- de34578 Fix code style by Gilles Peskine · 2 years, 5 months ago
- 2e8d8d1 Fix MSVC portability by Gilles Peskine · 2 years, 5 months ago
- d4a2393 Improve variable names by Gilles Peskine · 2 years, 5 months ago
- 790756d Get aesni.c compiling with Visual Studio by Tom Cosgrove · 2 years, 5 months ago
- e7dc21f AESNI: add implementation with intrinsics by Gilles Peskine · 2 years, 5 months ago
- 2c8ad94 AES, GCM selftest: indicate which implementation is used by Gilles Peskine · 2 years, 5 months ago
- 5511a34 New preprocessor symbol indicating that AESNI support is present by Gilles Peskine · 2 years, 5 months ago
- 2808a60 Improve the presentation of assembly blocks by Gilles Peskine · 2 years, 5 months ago
- 18d521a Don't warn about Msan/Valgrind if AESNI isn't actually built by Gilles Peskine · 2 years, 5 months ago
- 6055b78 Update bibliographic references by Gilles Peskine · 2 years, 5 months ago
- 6b8e8ff Fix segfault in mbedtls_oid_get_numeric_string by Demi Marie Obenour · 2 years, 5 months ago
- 39987eb Merge pull request #7172 from daverodgman/fix_UB_in_ssl_read-2.28 by Dave Rodgman · 2 years, 5 months ago
- 1215557 Add corresponding fix for mbedtls_ssl_write by Dave Rodgman · 2 years, 5 months ago
- cf01d78 Update library/ssl_msg.c by ashesman · 3 years, 6 months ago
- 272cc19 Fixed undefined behavior in ssl_read if buf parameter is NULL. by Ashley Duncan · 3 years, 6 months ago
- d784833 Silence a warning from Clang >=15 about an unused local variable by Gilles Peskine · 2 years, 5 months ago
- ec1eff3 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
- 4dcc08c Merge pull request #7138 from davidhorstmann-arm/2.28-fix-oid-printing-bug by Gilles Peskine · 2 years, 5 months ago
- b092691 Merge pull request #7086 from tom-cosgrove-arm/dont-use-lstrlenW-228 by Dave Rodgman · 2 years, 6 months ago
- 0518d53 Change error codes to more appropriate codes by David Horstmann · 2 years, 6 months ago
- d138181 Change += to |= for clearer semantics by David Horstmann · 2 years, 6 months ago
- 8f81d8a Make overflow checks more readable by David Horstmann · 2 years, 6 months ago
- beb90e3 Disallow overlong encoding when parsing OIDs by David Horstmann · 2 years, 6 months ago
- cdaee54 Fix incorrect printing of OIDs by David Horstmann · 2 years, 6 months ago
- fc820d9 Fix IAR warnings by Paul Elliott · 2 years, 7 months ago
- 26f53f1 Fix compiler warning: unreachable code by Sergey · 2 years, 6 months ago
- 0289c19 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
- c4f885d X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by hanno-becker · 2 years, 6 months ago
- 75ab076 Fix X.509 SAN parsing by hanno-becker · 2 years, 6 months ago
- ecb4420 Address missed instances of sizeof by Dave Rodgman · 2 years, 6 months ago
- 1868870 Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
- 78b823a mbedtls_mpi_sub_abs: Skip memcpy when redundant (#6701). by Aaron M. Ucko · 2 years, 6 months ago
- 4b7cb8c Merge pull request #6919 from valeriosetti/issue6843-backport by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 3a261a4 Add a selftest run for the TIMING_ALT test by Andrzej Kurek · 2 years, 6 months ago
- c890b22 Add a test for external alternate timing implementation by Andrzej Kurek · 2 years, 7 months ago
- cf4e999 Enable the timing.c selftest with MBEDTLS_TIMING_ALT by Andrzej Kurek · 2 years, 7 months ago
- b37f6c1 x509write_crt: reject serial longer than X509_RFC5280_MAX_SERIAL_LEN by Valerio Setti · 2 years, 7 months ago
- ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
- 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- dc633d9 Remove redundant error code definitions by Gilles Peskine · 2 years, 7 months ago
- b6466c8 Fix IAR warning by Glenn Strauss · 2 years, 7 months ago archive/new-code-style/test/6889/old features/new-code-style/test/6889/old
- b6bf5f5 Workaround Uncrustify parsing of "asm" by David Horstmann · 2 years, 7 months ago
- b03c558 Fix overflow in mbedtls_timing_hardclock() by Dave Rodgman · 2 years, 8 months ago
- 4547eae Merge pull request #984 from Mbed-TLS/mbedtls-2.28.2-merge-back by Dave Rodgman · 2 years, 8 months ago
- 1d1baa7 Merge pull request #6586 from lpy4105/2.28-check-psa-name-typo by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 4364fc9 Fix typo in `library/entropy.c` by Zachary Fleckenstein · 2 years, 8 months ago
- 0e0793f Merge pull request #6706 from davidhorstmann-arm/2.28-code-style-script-non-corrected by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 9f54092 Avoid unstructured macro usage with code duplication by Gilles Peskine · 2 years, 8 months ago
- 7428c61 Bump LTS version to 2.28.2 by Aditya Deshpande · 2 years, 8 months ago
- dbefba7 Merge branch 'mbedtls-2.28-restricted' into mbedtls-2.28.2rc0-pr by Aditya Deshpande · 2 years, 8 months ago
- 5c581dd Merge pull request #6735 from daverodgman/fix_test_dep_spelling_2.28 by Dave Rodgman · 2 years, 8 months ago
- a03396a Fix additional mis-spellings by Dave Rodgman · 2 years, 8 months ago
- e87c335 Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 8 months ago
- f0090d8 Merge remote-tracking branch 'origin/mbedtls-2.28' into merge-2.28 by Dave Rodgman · 2 years, 8 months ago
- c1b9842 Don't change typos in debug messages used by ssl-opt.sh by Tom Cosgrove · 2 years, 8 months ago
- 49f99bc Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- ed179db Merge pull request #6657 from gilles-peskine-arm/psa-ecb-null-0-2.28 by Dave Rodgman · 2 years, 8 months ago