- c4abee2 ssl_helpers.c: change prefix and move *queue_peek_info to static by Yanray Wang · 2 years, 5 months ago
- cd23aff ssl_helpers.c: change prefix and move *certificate_free to static by Yanray Wang · 2 years, 5 months ago
- b4ef9a2 ssl_helpers.c: move some internal functions to static by Yanray Wang · 2 years, 5 months ago
- e62e8a1 ssl_helpers.c: move #define Directive to header file by Yanray Wang · 2 years, 5 months ago
- 1857335 Merge pull request #7276 from yanrayw/2.28-6173-split-TLS-connection-func-into-ssl_helpers by Paul Elliott · 2 years, 5 months ago
- fc28ffa Merge pull request #7320 from tom-cosgrove-arm/static-assert-2.28 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
- 4a1de0f Merge pull request #7295 from DemiMarie/oid-fix-2.28 by Dave Rodgman · 2 years, 5 months ago
- 6b8e8ff Fix segfault in mbedtls_oid_get_numeric_string by Demi Marie Obenour · 2 years, 5 months ago
- 3d1d418 Fix failure in check_generated_files by Yanray Wang · 2 years, 5 months ago
- e16808c Move #define Directive into ssl_helpers.h by Yanray Wang · 2 years, 5 months ago
- d2696f2 Fix issue of conversion from size_t to int by Yanray Wang · 2 years, 9 months ago
- 89b4d12 Fix build error in CI about test_fail_if_psa_leaking by Yanray Wang · 2 years, 9 months ago
- 3742b12 Fix build errors in CMake by Yanray Wang · 2 years, 9 months ago
- 1ef77c0 ssl_helpers.c: remove duplicate comments for some functions by Yanray Wang · 2 years, 5 months ago
- 4323e45 Resolve build errors for ssl_helpers.c and test_suite_ssl.c by Yanray Wang · 2 years, 5 months ago
- bd56b03 Move TLS connection related functions to ssl_helpers.c by Yanray Wang · 2 years, 5 months ago
- 82b4149 Improve code readability for test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
- 862ef86 Rewrap the lines to fit code standard in test_suite_ssl.function by Yanray Wang · 2 years, 5 months ago
- c463849 Rename the functions which are used to set up TLS connection by Yanray Wang · 2 years, 9 months ago
- 59ab276 Move the renamed typedef statements to ssl_helpers.h by Yanray Wang · 2 years, 9 months ago
- abfdcd8 Rename the typedef statements which are used for TLS connection by Yanray Wang · 2 years, 10 months ago
- 5fce145 Create ssl_helpers.c to hold functions of TLS connection by Yanray Wang · 2 years, 10 months ago
- a93b06d Merge pull request #7204 from lpy4105/issue/backport-all_sh-do-not-list-unsupported-cases by Gilles Peskine · 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
- ed36bbe Merge pull request #7238 from davidhorstmann-arm/2.28-move-getting-started-guide by Gilles Peskine · 2 years, 5 months ago
- 362142f Merge pull request #7223 from gilles-peskine-arm/doc-tls13-psa_crypto_init-2.28 by Dave Rodgman · 2 years, 5 months ago
- 29216d2 Move docs/getting_started.md to docs repo by David Horstmann · 2 years, 5 months ago
- 803dbdb Merge pull request #7232 from tom-cosgrove-arm/update-changelog-230308-2.28 by Janos Follath · 2 years, 5 months ago
- 8a8e75e Merge pull request #7219 from tom-cosgrove-arm/fix-typos-230307-2.28 by Dave Rodgman · 2 years, 5 months ago
- fc09b75 Update ChangeLog to make "fix" explicit by Tom Cosgrove · 2 years, 5 months ago
- 07ae208 Document the need to call psa_crypto_init() with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 5 months ago
- 601e839 Fix typos by Tom Cosgrove · 2 years, 5 months ago
- d216c04 all.sh: add support function for build_armcc by Pengyu Lv · 2 years, 5 months ago
- a19ce12 all.sh: Skip build_mingw correctly by Pengyu Lv · 2 years, 5 months ago
- 40d79ce Merge pull request #7199 from daverodgman/armclang-sha-warning-2.28 by Dave Rodgman · 2 years, 5 months ago
- 6cda3d3 Enable -Werror for armclang by Dave Rodgman · 2 years, 5 months ago
- 2b810e3 Merge pull request #7104 from AndrzejKurek/pymod-2-28 by Gilles Peskine · 2 years, 5 months ago
- 440535e Merge pull request #7153 from lpy4105/issue/1785/backport-ssl-test-script-fail by Gilles Peskine · 2 years, 5 months ago
- 14b6166 Merge pull request #7139 from daverodgman/fix-test-output-length-on-success-only-2.28 by Gilles Peskine · 2 years, 5 months ago
- 6ed1436 Feedback from Arm: guarantee that output_length <= output_size even on error, to reduce the risk that a missing error check by Stephan Koch · 2 years, 6 months ago
- 8a23f49 asymmetric_encrypt: check output length only if return code is PSA_SUCCESS. by oberon-sk · 2 years, 6 months ago
- 7a5168e Merge pull request #7170 from AndrzejKurek/mpi-window-size-2.28 by Dave Rodgman · 2 years, 5 months ago
- b361e04 Merge pull request #7167 from gilles-peskine-arm/retval-non-empty-2.28 by Dave Rodgman · 2 years, 5 months ago
- cd09d68 Add tests by Dave Rodgman · 2 years, 5 months ago
- fb07c37 Improve changelog by Dave Rodgman · 2 years, 5 months ago
- 1215557 Add corresponding fix for mbedtls_ssl_write by Dave Rodgman · 2 years, 5 months ago
- 13938b8 Added changelog entry. by Ashley Duncan · 3 years, 6 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
- 6e9385b Reduce the default MBEDTLS_ECP_WINDOW_SIZE value to 2 by Andrzej Kurek · 2 years, 5 months ago
- d784833 Silence a warning from Clang >=15 about an unused local variable by Gilles Peskine · 2 years, 5 months ago
- 809c3d5 Words. Use them! by Gilles Peskine · 2 years, 5 months ago
- 8377f3d Further documentation improvements by Gilles Peskine · 2 years, 5 months ago
- 4b86f53 Improve documentation of documentation workaround by Gilles Peskine · 2 years, 6 months ago
- 44fe5ea Changelog entry for pacifying clang -Wdocumentation about \retval by Gilles Peskine · 2 years, 6 months ago
- ec1eff3 Make \retval commands non-empty by Gilles Peskine · 2 years, 6 months ago
- 2fb14e9 Define a workaround for empty \retval description by Gilles Peskine · 2 years, 6 months ago
- ab1fb39 Fix typo by Pengyu Lv · 2 years, 5 months ago
- fef3ad0 Update incorrect comment by Pengyu Lv · 2 years, 5 months ago
- 9516789 Remove explicit ECDH exclusion for Travis CI by Pengyu Lv · 2 years, 5 months ago
- 02a76a5 compat.sh: skip static ECDH cases if unsupported in openssl by Pengyu Lv · 2 years, 6 months ago
- 4dcc08c Merge pull request #7138 from davidhorstmann-arm/2.28-fix-oid-printing-bug by Gilles Peskine · 2 years, 6 months ago
- cddf915 Merge pull request #7110 from lpy4105/issue/6947/backport-apply-exclusions-in-code_style_py by Gilles Peskine · 2 years, 6 months ago
- b092691 Merge pull request #7086 from tom-cosgrove-arm/dont-use-lstrlenW-228 by Dave Rodgman · 2 years, 6 months ago
- e8ef6ad Correct error code in test_suite_x509parse.data by David Horstmann · 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
- b91ba4b Add ChangeLog for OID-to-string fixes by David Horstmann · 2 years, 6 months ago
- 071dd35 Add testcases for overlong encoding of OIDs by David Horstmann · 2 years, 6 months ago
- beb90e3 Disallow overlong encoding when parsing OIDs by David Horstmann · 2 years, 6 months ago
- c714416 Add tests for mbedtls_oid_get_numeric_string() by David Horstmann · 2 years, 6 months ago
- cdaee54 Fix incorrect printing of OIDs by David Horstmann · 2 years, 6 months ago
- e95df0b Fix CI failure by Pengyu Lv · 2 years, 6 months ago
- 4a37eef Only check files known to git by Pengyu Lv · 2 years, 6 months ago
- bae83d2 Improve readability by Pengyu Lv · 2 years, 6 months ago
- 44b75a6 adjust help message by Pengyu Lv · 2 years, 6 months ago
- 75e11d3 print skipped file names to stdout by Pengyu Lv · 2 years, 6 months ago
- a4b9b77 code_style.py: Add helpers to print warning and skipped files by Pengyu Lv · 2 years, 6 months ago
- b1c9cc3 code_style.py: Apply exclusions to the file list by Pengyu Lv · 2 years, 6 months ago
- b790c93 depends.py: remove symbols that are not present in 2.28 by Andrzej Kurek · 2 years, 6 months ago
- 3e7666b Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
- 3ebe7d6 Improve tests/scripts/depends.py code by Andrzej Kurek · 2 years, 6 months ago
- 2432dc2 depends.py: improve expected argument type by Andrzej Kurek · 2 years, 6 months ago
- 2e1aeb1 depends.py: merge set/unset config option into one function by Andrzej Kurek · 2 years, 7 months ago
- cf39406 Use config.py as a module in depends.py by Andrzej Kurek · 2 years, 6 months ago
- 908e810 Merge pull request #6929 from paul-elliott-arm/fix_iar_warnings by Gilles Peskine · 2 years, 6 months ago
- fc820d9 Fix IAR warnings by Paul Elliott · 2 years, 7 months ago
- 79e0433 Merge pull request #7072 from mpg/cleanup-md-tests-2.28 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 430c633 Merge pull request #7089 from sergio-nsk/patch-2 by Gilles Peskine · 2 years, 6 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
- a15b405 Merge pull request #7070 from yanrayw/2.28-7008-compatsh-disable-VERIFY-for-PSK by Gilles Peskine · 2 years, 6 months ago
- da82903 Merge pull request #7053 from KloolK/typos-backport by Gilles Peskine · 2 years, 6 months ago
- a4c10ab Merge pull request #7063 from AndrzejKurek/2.28_x508_san_parsing_testing by Gilles Peskine · 2 years, 6 months ago
- 3607698 Merge pull request #7065 from gilles-peskine-arm/coding-style-doc-2.28 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 2122f44 Use TEST_EQUAL in one more place in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 3c30191 Use ASSERT_COMPARE in test_suite_md by Manuel Pégourié-Gonnard · 2 years, 6 months ago