- e87e592 Fix some issues such as naming mismatch based on comments. by XiaokangQian · 3 years, 11 months ago
- c1fe000 TLS1.3: Solve check name issue-macro definition by XiaokangQian · 3 years, 11 months ago
- 2d5c72b TLS1.3: Add Encrypted Extensions by XiaokangQian · 3 years, 11 months ago
- 5893246 Merge pull request #4919 from yuhaoth/pr/add-tls13-server-hello-parser by Ronald Cron · 3 years, 9 months ago
- cbe4a05 Merge pull request #5090 from gilles-peskine-arm/ssl-opt-resend-retry-3.0 by paul-elliott-arm · 3 years, 9 months ago
- 475bfe6 Merge pull request #5108 from gilles-peskine-arm/base64-no-table-3.0 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 9317e09 Merge pull request #5007 from mprse/pk_opaque by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- bb5d483 ssl-opt.sh: adapt paramteters of key opaque cases by Przemyslaw Stekiel · 3 years, 9 months ago
- c2d2f21 ssl_client2/ssl_server_2: use PSA_ALG_ANY_HASH as algorithm for opaque key by Przemyslaw Stekiel · 3 years, 9 months ago
- 148d3d7 Merge pull request #5066 from paul-elliott-arm/ssl_opt_fixes by paul-elliott-arm · 3 years, 9 months ago
- c8cc1ff Merge pull request #5062 from mprse/issue_4056 by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- e6d7e5c move CLIENT/SERVER_HELLO_RANDOM_LEN to `ssl_misc.h` by Jerry Yu · 3 years, 9 months ago
- 66c9b84 Fix typo in documentation by Gilles Peskine · 3 years, 10 months ago
- ac253ea Fix copypasta in comment by Gilles Peskine · 3 years, 10 months ago
- 93365a7 Rename variable to avoid a name clash by Gilles Peskine · 4 years ago
- ba951f5 Move the list of Base64 digits out of the test data by Gilles Peskine · 4 years ago
- c1776a0 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
- 680747b Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
- 2729878 Mark output as public before testing it by Gilles Peskine · 4 years ago
- 9879844 Fix printf format signedness error by Gilles Peskine · 4 years ago
- a64417a Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
- d7d3279 Expose internal base64 functions for testing by Gilles Peskine · 4 years ago
- 9a2114c load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
- 01997e1 load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
- 618a70e load_roots: arguments must be files by Gilles Peskine · 4 years ago
- 8635e23 mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
- 67468e8 Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
- 66884e6 Base64 range-based constant-flow code: changelog entry by Gilles Peskine · 4 years ago
- 2c4a368 Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
- 1121cd2 Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
- ab04335 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
- b553eaa Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
- 2c1442e New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
- 4fa0725 Merge pull request #5002 from mstarzyk-mobica/psa_output_buffer_limitation by Gilles Peskine · 3 years, 10 months ago
- 188468b Add reference link for Random definition by Jerry Yu · 3 years, 10 months ago
- ad3a113 Remove MBEDTLS_SSL_EXPORT_KEYS by Jerry Yu · 3 years, 10 months ago
- 7a186a0 fix comment issue by Jerry Yu · 3 years, 10 months ago
- 337d531 replace md_max_size with tls13_md_max_size by Jerry Yu · 3 years, 10 months ago
- 745bb61 Fix format issue and enhance test by Jerry Yu · 3 years, 10 months ago
- 193f0e7 fix build fail on tls1_3_md_max_size by Jerry Yu · 3 years, 10 months ago
- b85277e Address various issues by Jerry Yu · 3 years, 10 months ago
- 435208a Improve generate_handshake_keys by Jerry Yu · 3 years, 10 months ago
- f532bb2 Change MD size for tls13 keys by Jerry Yu · 3 years, 10 months ago
- c068b66 Rename tls13 prefix to fix coding issues by Jerry Yu · 3 years, 10 months ago
- 4a17338 fix various issues by Jerry Yu · 3 years, 10 months ago
- f0ac235 Refactor key_schedule_stage_handshake by Jerry Yu · 3 years, 10 months ago
- 5ccfcd4 Add local variable to represent handshake by Jerry Yu · 3 years, 10 months ago
- 42920ec tls1_3:skip handshake msg test with PSA_CRYPTO by Jerry Yu · 3 years, 10 months ago
- de4fb2c Apply check read ptr macro by Jerry Yu · 3 years, 11 months ago
- fd532e5 fix set key exchange mode issue by Jerry Yu · 3 years, 11 months ago
- 4ae2d62 Improve tls13 handshake test by Jerry Yu · 3 years, 11 months ago
- 0b17784 Add finalize function by Jerry Yu · 4 years ago
- e1b9c29 Add read_server_hello by Jerry Yu · 4 years ago
- 1efa815 tls13: add ecdh_read_public by Jerry Yu · 4 years ago
- a0650eb tls13: add handshake key schedule by Jerry Yu · 4 years ago
- 61e35e0 tls13: add generate handshake keys by Jerry Yu · 3 years, 11 months ago
- f7946a6 Merge pull request #5091 from gilles-peskine-arm/test_equal_verbose by Gilles Peskine · 3 years, 10 months ago
- 30bd7fa Change error code for MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL. by Mateusz Starzyk · 3 years, 10 months ago
- e05e126 Remove bash specific code by Paul Elliott · 3 years, 10 months ago
- 33d01ff Remove redundant value assignemnt to olen. by Mateusz Starzyk · 3 years, 10 months ago
- 8132c2f Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 788ad33 Move is-it-resend logic into a function by Gilles Peskine · 3 years, 10 months ago
- 89615ee Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
- 9202ba3 Merge pull request #4960 from mpg/cleanup-tls-cipher-psa-3.x by Gilles Peskine · 3 years, 10 months ago
- 58ed8a7 Remove use of -p with lsof by Paul Elliott · 3 years, 10 months ago
- f11d30e Retry if a test case fails because of an unexpected resend by Gilles Peskine · 3 years, 10 months ago
- 0e3534c Move retry logic into check_test_failure by Gilles Peskine · 3 years, 10 months ago
- 196d73b Move the core loop of run_test into an auxiliary function by Gilles Peskine · 3 years, 10 months ago
- 236bf98 Move some code of run_test into auxiliary functions by Gilles Peskine · 3 years, 10 months ago
- 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
- e7997c4 Merge pull request #5085 from daverodgman/fix_naming by Gilles Peskine · 3 years, 10 months ago
- bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
- c8aaac8 Fix naming examples in TLS 1.3 style guide by Dave Rodgman · 3 years, 10 months ago
- 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
- 0d4640a Merge pull request #4984 from gilles-peskine-arm/check-names-files by Gilles Peskine · 3 years, 10 months ago
- 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 2bb5e9c Merge pull request #4760 from gilles-peskine-arm/ecb-alt-ret-3.0 by Gilles Peskine · 3 years, 10 months ago
- ed61c5e Add change-log file (issue #5065) by Przemyslaw Stekiel · 3 years, 10 months ago
- 1c66bf8 Merge pull request #5070 from mpg/fix-resumption-openssl-client-tests by Gilles Peskine · 3 years, 10 months ago
- 0421715 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
- 1428f25 Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
- 09cfa18 Spelling fix by Paul Elliott · 3 years, 10 months ago
- 4cad4fc psa_crypto.c: use switch instead if-else in psa_aead_check_nonce_length and psa_aead_set_lengths (fixes #5065) by Przemyslaw Stekiel · 3 years, 10 months ago
- 1ecfdea all.sh: add full - MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
- d60950c Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- e3e16d5 Merge pull request #4982 from yuhaoth/pr/add-read-ptr-and-handshake-kex-modes by Ronald Cron · 3 years, 10 months ago
- 7780413 Use PSA_HASH_LENGTH instead hardcoded integer values by Przemyslaw Stekiel · 3 years, 10 months ago
- e23bba0 Merge pull request #4927 from yuhaoth/pr/add-tls13-serverhello-utils by Ronald Cron · 3 years, 10 months ago
- b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- e4eefc7 Improve document for chk_buf_read_ptr by Jerry Yu · 3 years, 10 months ago
- fd320e9 Replace zeroize with memset by Jerry Yu · 3 years, 10 months ago
- 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
- 88b756b move tls1_3 max md size by Jerry Yu · 3 years, 10 months ago
- d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
- d1ab262 define max md size for tls1_3 by Jerry Yu · 3 years, 10 months ago
- 205fd82 fix check_name fail by Jerry Yu · 3 years, 10 months ago
- ae0b2e2 Rename counter_len by Jerry Yu · 3 years, 10 months ago
- c1ddeef fix various issues by Jerry Yu · 3 years, 10 months ago
- dca3d5d fix document issues by Jerry Yu · 3 years, 10 months ago
- 0cabad3 fix doxygen parameter wrong by Jerry Yu · 3 years, 10 months ago