- f008ae7 Change ssl_tls13_read_public_ecdhe_share() to use PSA-specific parsing code. by Przemyslaw Stekiel · 3 years, 6 months ago
- b1b1f36 Change ssl_tls13_generate_and_write_ecdh_key_exchange() to use PSA by Przemyslaw Stekiel · 3 years, 6 months ago
- c05e2a7 Enable ecdh_psa_xxx fields in struct mbedtls_ssl_handshake_params for TLS 1.3 by Przemyslaw Stekiel · 3 years, 6 months ago
- 45c5768 Merge pull request #5434 from mprse/tls_use_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- c499e33 ssl_msg.c: Change message in MBEDTLS_SSL_DEBUG_RET() to be the failed function name instead current function name by Przemyslaw Stekiel · 3 years, 6 months ago
- 6a0b1ef Merge pull request #5282 from AndrzejKurek/import-opaque-driver-wrappers by Ronald Cron · 3 years, 6 months ago
- c8a06fe ssl_msg.c: Optimize null/stream cipher decryption/encryption by Przemyslaw Stekiel · 3 years, 6 months ago
- d81e774 Merge pull request #5463 from gilles-peskine-arm/cmake-test-suite-enumeration by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 98ef6dc Remove redundant new lines by Przemyslaw Stekiel · 3 years, 6 months ago
- 827dbd9 Remove obsolete calls to if_build_succeeded by Gilles Peskine · 3 years, 6 months ago
- c1247c0 Remove obsolete variable restoration or unset at the end of a component by Gilles Peskine · 3 years, 6 months ago
- 3bc3409 Remove obsolete cd at the end of a component by Gilles Peskine · 3 years, 6 months ago
- a300099 Stop CMake out of source tests running on 16.04 (continued) by Gilles Peskine · 3 years, 6 months ago
- 59469d7 Test driver: keep variable declarations first by Andrzej Kurek · 3 years, 6 months ago
- ba4cade Test drivers: rename import call source to driver location by Andrzej Kurek · 3 years, 6 months ago
- 333e0fa Formatting and documentation fixes by Andrzej Kurek · 3 years, 6 months ago
- 5648d57 Optimize psa_cipher_encrypt_helper() by Przemyslaw Stekiel · 3 years, 6 months ago
- 6928a51 Compile mbedtls_ssl_cipher_to_psa() conditionally under MBEDTLS_USE_PSA_CRYPTO only by Przemyslaw Stekiel · 3 years, 6 months ago
- 8c010eb Fix comments, code style, remove debug code by Przemyslaw Stekiel · 3 years, 6 months ago
- 6b2eedd ssl_msg.c: add debug code for psa failures by Przemyslaw Stekiel · 3 years, 6 months ago
- 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- d66387f Init psa status to PSA_ERROR_CORRUPTION_DETECTED by Przemyslaw Stekiel · 3 years, 6 months ago
- f4facef Adapt ssl_decrypt_non_etm_cbc() test for psa crypto and remove redundant test cases by Przemyslaw Stekiel · 3 years, 6 months ago
- b97556e mbedtls_ssl_encrypt/decrypt_buf: remove dead code by Przemyslaw Stekiel · 3 years, 6 months ago
- 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- f9cd608 ssl_tls1X_populate_transform(): import psa keys only if alg is not MBEDTLS_SSL_NULL_CIPHER by Przemyslaw Stekiel · 3 years, 6 months ago
- 9cb7b8d Merge pull request #5469 from Unity-Technologies/windows-arm64-workaround by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- cc50f1b Fix copypasta by Gilles Peskine · 3 years, 6 months ago
- 40fc7da Cap the workaround for mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to MSVC versions prior to 17.1. by Tautvydas Žilys · 3 years, 6 months ago
- 77aec8d Rename ssl_psa_status_to_mbedtls->psa_ssl_status_to_mbedtls by Przemyslaw Stekiel · 3 years, 6 months ago
- be47ecf mbedtls_ssl_get_record_expansion: use same condidion set as for non-psa build by Przemyslaw Stekiel · 3 years, 6 months ago
- 2c87a20 ssl_write_encrypt_then_mac_ext(): adapt to psa crypto by Przemyslaw Stekiel · 3 years, 6 months ago
- 89dad93 Rename psa_status_to_mbedtls->ssl_psa_status_to_mbedtls and add conversion for PSA_ERROR_INVALID_SIGNATURE by Przemyslaw Stekiel · 3 years, 6 months ago
- 2cb59df ssl-opt.sh: remove cipher context assertions (redundant when psa crypto is enabled) by Przemyslaw Stekiel · 3 years, 6 months ago
- 399ed51 Fix condition in mbedtls_ssl_get_record_expansion by Przemyslaw Stekiel · 3 years, 6 months ago
- e5c2238 Move mbedtls_ssl_cipher_to_psa() and psa_status_to_mbedtls() defs out of MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED build flag by Przemyslaw Stekiel · 3 years, 6 months ago
- 4a36dd3 ssl test ssl_decrypt_non_etm_cbc(): add missing ret check by Przemyslaw Stekiel · 3 years, 6 months ago
- f4ca3f0 ssl test build_transforms(): in psa mode distinguish encrypt/decrypt keys by Przemyslaw Stekiel · 3 years, 6 months ago
- f57b456 Rename tls_mbedtls_cipher_to_psa() to be consistent with function naming convention. by Przemyslaw Stekiel · 3 years, 6 months ago
- 1d71447 mbedtls_ssl_get_record_expansion: rework switch statement for psa by Przemyslaw Stekiel · 3 years, 6 months ago
- e884778 Adapt the mbed tls mode: ccm or gcm or cachapoly to psa version by Przemyslaw Stekiel · 3 years, 6 months ago
- f4b3f08 test_suite_ssl.data: remove redundant test cases(short tag + GCM) by Przemyslaw Stekiel · 3 years, 7 months ago
- 221b527 ssl_msg.c: fix parm in call to mbedtls_ssl_decrypt_buf() by Przemyslaw Stekiel · 3 years, 7 months ago
- 5b2de0c test_suite_ssl.data: remove redundant test cases by Przemyslaw Stekiel · 3 years, 7 months ago
- 93cf4ee Adapt test_suite_ssl for psa crypto by Przemyslaw Stekiel · 3 years, 7 months ago
- 9b22c2b Rename: mbedtls_cipher_to_psa -> tls_mbedtls_cipher_to_psa by Przemyslaw Stekiel · 3 years, 7 months ago
- 6be9cf5 Cleanup the code by Przemyslaw Stekiel · 3 years, 7 months ago
- d4eab57 Skip psa encryption/decryption for null cipher by Przemyslaw Stekiel · 3 years, 7 months ago
- ce09e7d Use psa_status_to_mbedtls() for psa error case by Przemyslaw Stekiel · 3 years, 7 months ago
- fe7397d Fix key attributes encrypt or decrypt only (not both) by Przemyslaw Stekiel · 3 years, 7 months ago
- dd7b501 Move PSA init after taglen is set by Przemyslaw Stekiel · 3 years, 7 months ago
- e87475d Move psa_status_to_mbedtls to ssl_misc.h by Przemyslaw Stekiel · 3 years, 7 months ago
- 8398a67 Fix description of the translation function by Przemyslaw Stekiel · 3 years, 7 months ago
- 1fe065b Fix conditional compilation (MBEDTLS_USE_PSA_CRYPTO) by Przemyslaw Stekiel · 3 years, 7 months ago
- 2e9711f mbedtls_ssl_decrypt_buf(): replace mbedtls_cipher_crypt() and mbedtls_cipher_auth_decrypt_ext() with PSA calls by Przemyslaw Stekiel · 3 years, 7 months ago
- b37fae1 mbedtls_ssl_encrypt_buf(): replace mbedtls_cipher_crypt() and mbedtls_cipher_auth_encrypt_ext() with PSA calls by Przemyslaw Stekiel · 3 years, 7 months ago
- 76e1583 Convert psa status to mbedtls by Przemyslaw Stekiel · 3 years, 7 months ago
- 11a33e6 Use PSA_BITS_TO_BYTES macro to convert key bits to bytes by Przemyslaw Stekiel · 3 years, 7 months ago
- ae77b0a mbedtls_ssl_tls13_populate_transform: store the en/decryption keys and alg in the new fields by Przemyslaw Stekiel · 3 years, 7 months ago
- ffccda4 ssl_tls12_populate_transform: store the en/decryption keys and alg in the new fields by Przemyslaw Stekiel · 3 years, 7 months ago
- ce37d11 mbedtls_ssl_transform_free(): fix destruction of psa keys by Przemyslaw Stekiel · 3 years, 7 months ago
- 8f80fb9 Adapt in mbedtls_ssl_transform_init() and mbedtls_ssl_transform_free() after extending mbedtls_ssl_transform struct by Przemyslaw Stekiel · 3 years, 7 months ago
- 44187d7 Extend mbedtls_ssl_transform struct for psa keys and alg by Przemyslaw Stekiel · 3 years, 7 months ago
- 430f337 Add helper function to translate mbedtls cipher type/mode pair to psa: algorithm, key type and key size. by Przemyslaw Stekiel · 3 years, 7 months ago
- a9f32fb Merge pull request #5382 from lhuang04/tls13_f_export_keys by Paul Elliott · 3 years, 6 months ago
- 24b781d Merge pull request #5473 from mpg/rm-dead-code by Gilles Peskine · 3 years, 6 months ago
- f7d704d Avoid dead code in some configurations by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- a3890a3 Swap the client and server random for TLS 1.3 by lhuang04 · 3 years, 7 months ago
- fedefdd Merge pull request #5276 from xkqian/add_hello_retry_request by Ronald Cron · 3 years, 6 months ago
- 8499b6c Only free verify_cookie in tls 1.3 case. by XiaokangQian · 3 years, 6 months ago
- a909061 Refine HRR parse successfully message in test cases by XiaokangQian · 3 years, 6 months ago
- 3490974 Change cookie free code and some comments by XiaokangQian · 3 years, 6 months ago
- 60165d7 Don't inline mbedtls_mpi_safe_cond_assign on MSVC/ARM64 to avoid a compiler bug. by Tautvydas Žilys · 3 years, 6 months ago
- 52da558 Change code base on comments by XiaokangQian · 3 years, 6 months ago
- aec1f3e Cookie fields are used only by DTLS 1.3 by XiaokangQian · 3 years, 6 months ago
- 7bae3b6 Add more ciphersuites into test cases for hrr by XiaokangQian · 3 years, 6 months ago
- b119a35 Refine fatal alert in parse_server_hello by XiaokangQian · 3 years, 6 months ago
- d59be77 Refine code based on comments by XiaokangQian · 3 years, 6 months ago
- 0ece998 Refine code in mbedtls_ssl_reset_transcript_for_hrr by XiaokangQian · 3 years, 6 months ago
- f1e7d12 Fix compile issues in mbedtls_ssl_session_reset_msg_layer by XiaokangQian · 3 years, 7 months ago
- 43550bd Prepare function to parse hrr cookie extension by XiaokangQian · 3 years, 7 months ago
- 2b01dc3 Add hrr no change check and allign mbedtls_ssl_session_reset_msg_layer by XiaokangQian · 3 years, 7 months ago
- 355e09a Change code base on comments by XiaokangQian · 3 years, 7 months ago
- 78b1fa7 Update code base on comments by XiaokangQian · 3 years, 7 months ago
- 53f20b7 Improve ssl_tls13_parse_server_hello by XiaokangQian · 3 years, 7 months ago
- 6db08dd Change ssl-opt.sh to make hrr tests pass by XiaokangQian · 3 years, 7 months ago
- d9e068e Change code based on comments by XiaokangQian · 3 years, 7 months ago
- 8945db3 Reduce paramter hrr from ssl_tls13_parse_server_hello by XiaokangQian · 3 years, 7 months ago
- b48894e Add buffer check for named group by XiaokangQian · 3 years, 7 months ago
- 16acd4b Reject the second HRR earlier and align naming styles by XiaokangQian · 3 years, 7 months ago
- b851da8 Re-construct the code to merge hello and hrr based on comments by XiaokangQian · 3 years, 7 months ago
- 0b56a8f Replace curve_list with group_list and add update test scripts by XiaokangQian · 3 years, 8 months ago
- 51eff22 Align oode style with server hello parse by XiaokangQian · 3 years, 8 months ago
- 647719a Add hello retry request in client side by XiaokangQian · 3 years, 8 months ago
- f51b79c Merge pull request #5355 from yuhaoth/pr/remove-duplicate-sig-alg-ext by Ronald Cron · 3 years, 6 months ago
- ed5e9f4 Change ecdsa sig_algs order for tls1.3 by Jerry Yu · 3 years, 6 months ago
- a18fb9d Fix string/regexp backslash escapes by Gilles Peskine · 3 years, 6 months ago
- cd55fe0 Remove accidental use of a feature that doesn't exist in CMake 3.5 by Gilles Peskine · 3 years, 6 months ago
- 29080e8 CMake: generate the list of test suites automatically by Gilles Peskine · 3 years, 6 months ago
- 05bf89d Clarify key types message from ssl_client2 and ssl_server2 by Gilles Peskine · 3 years, 6 months ago