- c9f90aa Remove overly verbose output on success by David Horstmann · 2 years, 7 months ago
- 28d2157 Change print to print_err for an error message by David Horstmann · 2 years, 7 months ago
- 7d52682 Remove unnecessary "Line length options" heading by David Horstmann · 2 years, 7 months ago
- 8b5a449 Document that the script must be run from the root by David Horstmann · 2 years, 7 months ago
- 995a7c0 Remove provisional notice on code style script by David Horstmann · 2 years, 7 months ago
- 00d3e96 Merge pull request #6855 from mpg/driver-only-ecdsa-starter by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 9ee8ebf Merge pull request #6952 from daverodgman/getting-started by Dave Rodgman · 2 years, 6 months ago
- 4455fd2 Merge pull request #6531 from AndrzejKurek/depends-py-kex-fixes by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 17292f7 Minor fixes by Dave Rodgman · 2 years, 7 months ago
- 99ff0a7 Fix some additional over-long lines by Dave Rodgman · 2 years, 7 months ago
- d84902f Add issue numbers to TODO comments by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- bc19a0b Fix missing SHA-224 in test driver build by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 5a2e026 Improve a few comments & documentation by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 98682b5 Remove obsolete comment from depends.py by Andrzej Kurek · 2 years, 7 months ago
- 3e0769b Merge pull request #6832 from daverodgman/fast-unaligned-ct by Janos Follath · 2 years, 7 months ago
- 58c721e Add TEST_CF_SECRET to mbedtls_ct_memcpy_if_eq test by Dave Rodgman · 2 years, 7 months ago
- 22b0d1a Test memcmp with differences starting after the first byte by Dave Rodgman · 2 years, 7 months ago
- d4fa9e9 Merge pull request #6950 from daverodgman/fix-rsaalt-test-guards by Dave Rodgman · 2 years, 7 months ago
- 7658b63 Remove volatile from diff; add explanatory comment by Dave Rodgman · 2 years, 7 months ago
- fa96026 Move definition of asm out of public header by Dave Rodgman · 2 years, 7 months ago
- 95ec58c Remove not-needed stdio include from tests by Dave Rodgman · 2 years, 7 months ago
- 7f376fa Improve documentation by Dave Rodgman · 2 years, 7 months ago
- b9cd19b Prevent perf regressions in mbedtls_xor by Dave Rodgman · 2 years, 7 months ago
- 051225d Address potential perf regression by Dave Rodgman · 2 years, 7 months ago
- 36dfc5a Improve efficiency of some constant time functions by Dave Rodgman · 2 years, 8 months ago
- cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 8 months ago
- 39188c0 Add unit tests for mbedtls_ct_memcmp and mbedtls_ct_memcpy_if_eq by Dave Rodgman · 2 years, 8 months ago
- 1a034dc Add regression test by Dave Rodgman · 2 years, 7 months ago
- 38699e5 Update the getting-started doc by Dave Rodgman · 2 years, 7 months ago
- fd09b31 Add Changelog by Dave Rodgman · 2 years, 7 months ago
- dc3b154 Fix test guards by Dave Rodgman · 2 years, 7 months ago
- 723b877 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
- a86cef3 Add missing KEX DHE-RSA requirement for one ssl test by Andrzej Kurek · 2 years, 7 months ago
- 9113df8 Add missing RSA-type dependencies in test_suite_ssl by Andrzej Kurek · 2 years, 7 months ago
- 52a7aee Merge pull request #6834 from gilles-peskine-arm/code-style-files by Gilles Peskine · 2 years, 7 months ago
- 340d4c8 Merge pull request #6616 from lpy4105/6551-tls13-SessionTicket-kex-change-check by Ronald Cron · 2 years, 7 months ago
- 714ae65 Add missing key exchange requirements to test_suite_ssl by Andrzej Kurek · 2 years, 9 months ago
- 1ff7336 depends.py: enable key exchange tests by Andrzej Kurek · 2 years, 9 months ago
- 461b825 Merge pull request #6865 from scop/patch-1 by Dave Rodgman · 2 years, 7 months ago
- 9b84ea7 remove ssl_tls13_has_compat_ticket_flags by Pengyu Lv · 2 years, 7 months ago
- 2bfd716 simplify test case dependencies and test commands by Pengyu Lv · 2 years, 7 months ago
- e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
- 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 7 months ago
- acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
- 74d6e59 Merge pull request #6927 from tom-cosgrove-arm/allow-more-than-255-errors-in-compat-and-all-sh by Dave Rodgman · 2 years, 7 months ago
- fc0e79e Have compat.sh and ssl-opt.sh not return success for > 255 errors by Tom Cosgrove · 2 years, 7 months ago
- 3643fdb refine the state setting in tls13_handshake_wrapup by Pengyu Lv · 2 years, 7 months ago
- c1334d9 correct test case dependencies by Pengyu Lv · 2 years, 7 months ago
- ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
- 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 7 months ago
- 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 7 months ago
- a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
- 06cf66d unroll test cases to improve coverage of check_test_cases in all.sh by Pengyu Lv · 2 years, 8 months ago
- 1735ba3 fix review comments by Pengyu Lv · 2 years, 8 months ago
- 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 8 months ago
- 302feb3 add cases to test session resumption with different ticket_flags by Pengyu Lv · 2 years, 8 months ago
- 9356678 filter the tickets with tls13_kex_mode on client side. by Pengyu Lv · 2 years, 8 months ago
- e6487fe guard tls13_kex_modes related function calls with macro by Pengyu Lv · 2 years, 8 months ago
- 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 8 months ago
- c7af2c4 tls13: send new session ticket only when client supports psk by Pengyu Lv · 2 years, 8 months ago
- c55eeb6 tls13: check if the session ticket is compatible with key exchange modes by Pengyu Lv · 2 years, 9 months ago
- 9f92695 tls13: set key exchange mode in ticket_flags on client/server by Pengyu Lv · 2 years, 9 months ago
- b7d50ac tls13: add helpers to manipulate ticket_flags by Pengyu Lv · 2 years, 9 months ago
- 5b8dcd2 Add debug helper to print ticket_flags status by Pengyu Lv · 2 years, 9 months ago
- d449ced Fix example command by Gilles Peskine · 2 years, 7 months ago
- 656a81e Merge pull request #6890 from daverodgman/vs2013 by Dave Rodgman · 2 years, 7 months ago
- 7a75d22 Update solution template to require VS2013 by Dave Rodgman · 2 years, 7 months ago
- 05bdb13 Update README and add changelog entry by Dave Rodgman · 2 years, 7 months ago
- 0f459d7 Update some comments & error messages by Dave Rodgman · 2 years, 7 months ago
- 378ecdd Rename VS2010 directory to VS2013 and update Makefiles etc by Dave Rodgman · 2 years, 7 months ago
- 6b4cb63 Merge pull request #6907 from Mbed-TLS/features/new-code-style/development by Gilles Peskine · 2 years, 7 months ago
- c848d22 Switch code style check to enforcement mode by Gilles Peskine · 2 years, 8 months ago archive/new-code-style/development archive/new-code-style/test/6802/target features/new-code-style/development features/new-code-style/test/6802/target
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- fd13a0f Merge pull request #6905 from gilles-peskine-arm/code-style-casts-psa-headers-more by Gilles Peskine · 2 years, 7 months ago
- c55c343 Merge pull request #6884 from gilles-peskine-arm/check-files-unicode by Gilles Peskine · 2 years, 7 months ago
- 03e99cf Remove redundant error code definitions by Gilles Peskine · 2 years, 7 months ago
- 83c5ad4 Merge pull request #6787 from yuhaoth/pr/workaround-gnutls_anti_replay_fail by Ronald Cron · 2 years, 7 months ago
- 3900bdd Merge pull request #6823 from mpg/unify-openssl-variables by Gilles Peskine · 2 years, 7 months ago
- f9c8d76 Merge pull request #6893 from tom-daubney-arm/modify_generate_errors_script by Gilles Peskine · 2 years, 7 months ago
- b4ffe78 Merge pull request #6878 from gilles-peskine-arm/code-style-casts-psa-headers by Gilles Peskine · 2 years, 7 months ago
- 0770efe Merge pull request #6888 from daverodgman/iar-bignum-warning by Gilles Peskine · 2 years, 7 months ago
- bbbd803 Add Changelog by Dave Rodgman · 2 years, 7 months ago
- 1efe4a8 Add ChangeLog entry by Thomas Daubney · 2 years, 7 months ago
- 28d4d43 Merge pull request #6863 from valeriosetti/issue6830 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 6e666c2 Remove obsolete comment by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 3368724 Merge pull request #6870 from valeriosetti/issue6831 by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- 3e60cad Improve comment and changlog by Jerry Yu · 2 years, 7 months ago
- 33878ed Modify generate errors script by Thomas Daubney · 2 years, 7 months ago
- a0b97bc fix wrong type in debug message by Valerio Setti · 2 years, 7 months ago
- 2c12185 test: fix dependencies on function and data files by Valerio Setti · 2 years, 7 months ago
- 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
- 2b5d3de remove remaining occurencies of mbedtls_ecc_group_to_psa() from TLS by Valerio Setti · 2 years, 7 months ago
- 99e902f Add changlog entry. by Jerry Yu · 2 years, 7 months ago
- bdb936b Workaround anti replay fail of GnuTLS by Jerry Yu · 2 years, 7 months ago
- a15af37 Change time resolution of reco_delay from second to millionseconds by Jerry Yu · 2 years, 8 months ago
- f05b6ee Revert "Skip early data basic check temp" by Jerry Yu · 2 years, 8 months ago
- 14db512 Fix IAR warning by Glenn Strauss · 2 years, 7 months ago archive/new-code-style/test/6888/old features/new-code-style/test/6888/old
- b178036 Merge pull request #6873 from mpg/fix-derive-key-exercise by Manuel Pégourié-Gonnard · 2 years, 7 months ago
- d11bb47 Reject invalid UTF-8 and weird characters in text files by Gilles Peskine · 2 years, 7 months ago
- b389743 Pass line number to issue_with_line by Gilles Peskine · 2 years, 7 months ago