- a266541 test-ref-configs: clarify configuration-related traces by Gilles Peskine · 3 years, 5 months ago
- d7df877 Simplify the logic to select configurations by Gilles Peskine · 3 years, 5 months ago
- 588d7a7 Add a missing requires_max_content_len by Gilles Peskine · 3 years, 5 months ago
- c6d197b ssl-opt needs debug messages by Gilles Peskine · 3 years, 5 months ago
- 6e86e54 Adapt tests for PSK in PSK-only builds by Gilles Peskine · 3 years, 5 months ago
- 2fe796f Add some missing dependencies: EXTENDED_MASTER_SECRET, CACHE by Gilles Peskine · 3 years, 5 months ago
- 3561526 Only run "Default" tests if the expected ciphersuite is enabled by Gilles Peskine · 3 years, 5 months ago
- a165b5c Automatically skip tests for some absent features: tickets, ALPN by Gilles Peskine · 3 years, 5 months ago
- 82a4ab2 ssl-opt: automatically skip DTLS tests in builds without DTLS by Gilles Peskine · 3 years, 5 months ago
- 168f17c New sample/test configuration: small DTLS 1.2 by Gilles Peskine · 3 years, 5 months ago
- 7451e5a Minimal TLS configuration: documentation improvements by Gilles Peskine · 3 years, 5 months ago
- fd222da Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
- 9a34b60 Merge pull request #5576 from AndrzejKurek/raw-key-agreement-destroy-missing by Gilles Peskine · 3 years, 5 months ago
- a0237f8 Add missing key destruction calls in ssl_write_client_key_exchange by Andrzej Kurek · 3 years, 5 months ago
- 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
- e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 6 months ago
- ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
- d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
- 860429f Add version number debug check to the GnuTLS interop test as well by Gilles Peskine · 3 years, 6 months ago
- 9cb0882 Minor clarification by Gilles Peskine · 3 years, 6 months ago
- ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
- 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago
- 49d7ddf Serializing a context does not save the user data by Gilles Peskine · 3 years, 6 months ago
- 80dae04 Make user_data fields private by Gilles Peskine · 3 years, 7 months ago
- 66971f8 Add prototype for automatically generated debug helper by Gilles Peskine · 3 years, 7 months ago
- c63a1e0 Fix mbedtls_ssl_get_version() for TLSv1.3 by Gilles Peskine · 3 years, 7 months ago
- 1255b0d Positive unit testing for SSL context version functions by Gilles Peskine · 3 years, 7 months ago
- e1a0c25 New function to access the TLS version from a context as an enum by Gilles Peskine · 3 years, 7 months ago
- 915896f Add accessor function from mbedtls_ssl_context to the configuration by Gilles Peskine · 3 years, 7 months ago
- 69477b5 Add a field for application data to TLS structures by Gilles Peskine · 3 years, 7 months ago
- 436b726 Merge pull request #5362 from yuhaoth/pr/enable-tls13-only-build by Paul Elliott · 3 years, 6 months ago
- 9b545c0 Merge pull request #5520 from gabor-mezei-arm/5402_implement_hkdf_expand_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- f1b23ca move wrong comments by Jerry Yu · 3 years, 6 months ago
- 18621df remove extra empty line by Jerry Yu · 3 years, 6 months ago
- 50f2f70 remove extra guards by Jerry Yu · 3 years, 6 months ago
- 840fbb2 guards populate_transform reference by Jerry Yu · 3 years, 6 months ago
- 4f9e3ef move session_save/load_tls12 by Jerry Yu · 3 years, 6 months ago
- d9d91da move sig_hash_* by Jerry Yu · 3 years, 6 months ago
- ee40f9d move get_key_exchange_md_tls12 by Jerry Yu · 3 years, 6 months ago
- 9bccc4c move populate_transform by Jerry Yu · 3 years, 6 months ago
- e93ffcd move tls_prf_get_type by Jerry Yu · 3 years, 6 months ago
- 392112c move tls12prf_from_cs by Jerry Yu · 3 years, 6 months ago
- 0b3d7c1 move parse_finished by Jerry Yu · 3 years, 6 months ago
- 3c8e47b move write_finished by Jerry Yu · 3 years, 6 months ago
- 2a9fff5 move wrapup by Jerry Yu · 3 years, 6 months ago
- aef0015 move wrapup_free_hs_transform by Jerry Yu · 3 years, 6 months ago
- b7ba49e move calc_finished_tls_sha384 by Jerry Yu · 3 years, 6 months ago
- 615bd6f move calc_finished_tls_sha256 by Jerry Yu · 3 years, 6 months ago
- d952669 move write_certificate by Jerry Yu · 3 years, 6 months ago
- c2c673d move resend_hello_request by Jerry Yu · 3 years, 6 months ago
- ce3dca4 move psk_derive_premaster by Jerry Yu · 3 years, 6 months ago
- c1cb384 move calc_verify_tls_sha384 by Jerry Yu · 3 years, 6 months ago
- 8392e0d move calc_verify_tls_sha256 by Jerry Yu · 3 years, 6 months ago
- d62f87e move derive_keys by Jerry Yu · 3 years, 6 months ago
- 2a7b5ac move compute_master by Jerry Yu · 3 years, 6 months ago
- d6ab235 move use_opaque_psk by Jerry Yu · 3 years, 6 months ago
- f009d86 move set_handshake_prfs by Jerry Yu · 3 years, 6 months ago
- dc7bd17 move tls_prf_sha256/384 by Jerry Yu · 3 years, 6 months ago
- ed14c93 add static prototypes by Jerry Yu · 3 years, 6 months ago
- baa4934 Add check tests by Jerry Yu · 3 years, 6 months ago
- 53d23e2 Guards tls_prf functions with TLS1_2 by Jerry Yu · 3 years, 6 months ago
- c73c618 Wrap function not used by test_tls13_only by Jerry Yu · 3 years, 6 months ago
- bd19287 fix docs issue by Jerry Yu · 3 years, 6 months ago
- bef175d Wrap derive_keys with TLS1_2 option by Jerry Yu · 3 years, 6 months ago
- cc43c6b fix coding style issue by Jerry Yu · 3 years, 6 months ago
- 6331909 remove ifndef guard by Jerry Yu · 3 years, 6 months ago
- e754193 Remove guard inside ssl_srv.c by Jerry Yu · 3 years, 6 months ago
- fb4b647 tls13_only: improve guards of files. by Jerry Yu · 3 years, 6 months ago
- db8c48a tls13_only:Remove unnecessary functions by Jerry Yu · 3 years, 6 months ago
- 7d23963 fix wrong setting of max_minor version by Jerry Yu · 3 years, 6 months ago
- 81d5e1f fix various issues by Jerry Yu · 3 years, 6 months ago
- adb1869 fix document about tls13 by Jerry Yu · 3 years, 6 months ago
- 72a0565 docs: Add version support description by Jerry Yu · 3 years, 6 months ago
- da5af22 tls13_only: add tls13_only test component by Jerry Yu · 3 years, 8 months ago
- c5aef88 tls13_only: guard ssl_{cli,srv}.c with TLS1_2 by Jerry Yu · 3 years, 8 months ago
- ab08290 tls13_only: skip tls12 tests. by Jerry Yu · 3 years, 8 months ago
- 8a49720 tls13_only: tls 1.3 suite pass by Jerry Yu · 3 years, 8 months ago
- c10f6b4 tls13_only: simple test pass by Jerry Yu · 3 years, 8 months ago
- c3091b1 tls13_only: compile pass by Jerry Yu · 3 years, 8 months ago
- e0a6412 tls13_only: check_config pass by Jerry Yu · 3 years, 8 months ago
- 9c6a692 Merge pull request #5551 from gilles-peskine-arm/jinja-markupsafe-2.1-dependency by Paul Elliott · 3 years, 6 months ago
- 7b2804b Require an older version of markupsafe for the sake of older Jinja2 by Gilles Peskine · 3 years, 6 months ago
- cbe5ba5 Add tests for mbedtls_psa_hkdf_expand by Gabor Mezei · 3 years, 6 months ago
- d70fa0e Restructure error handling in mbedtls_pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
- 8e36025 Typo by Gabor Mezei · 3 years, 6 months ago
- 4fa604c Merge pull request #5511 from SiliconLabs/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0 by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 57b1ff3 Merge pull request #5377 from hanno-arm/ecp_add_mixed_fewer_mpis by Gilles Peskine · 3 years, 6 months ago
- 3d1f8b9 Merge pull request #5532 from ronald-cron-arm/tls13_and_use_psa_crypto by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 5955053 Change signature_length type to size_t by Andrzej Kurek · 3 years, 6 months ago
- 32048a6 pk_verify_ext: introduce more tests for signature length mismatches by Andrzej Kurek · 3 years, 6 months ago
- 4a953cd pk: properly handle signatures in larger buffers when using PSA by Andrzej Kurek · 3 years, 6 months ago
- 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
- d917081 Typo by Gabor Mezei · 3 years, 6 months ago
- 7381242 Use PSA_INIT() by Gabor Mezei · 3 years, 6 months ago
- 8d5a4cb Check return value of psa_destroy_key by Gabor Mezei · 3 years, 6 months ago
- 833713c Add better name for variable by Gabor Mezei · 3 years, 6 months ago
- 8666df6 Add signature length mismatch handling when using PSA in pk_verify_ext by Andrzej Kurek · 3 years, 6 months ago
- 90ba2cb Cosmetic changes to return placement and variable naming by Andrzej Kurek · 3 years, 6 months ago