- 39f2f73 Merge pull request #5630 from ronald-cron-arm/restore-full-compat-testing by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- e44d8e7 Merge pull request #5369 from xkqian/add_2nd_client_hello by Ronald Cron · 3 years, 4 months ago
- 5c25262 Move MAC-ALL to self._ciphs in ssl-opt.sh by XiaokangQian · 3 years, 4 months ago
- 2e17fb8 Change code base on comments by XiaokangQian · 3 years, 4 months ago
- fb39f15 ssl_tls.c: Use ETM status only in CBC mode case by Ronald Cron · 3 years, 4 months ago
- 862902d ssl_srv.c: Mark ETM as disabled if cipher is not CBC by Ronald Cron · 3 years, 5 months ago
- 618955d compat.sh: Fix check for OpenSSL support by Ronald Cron · 3 years, 5 months ago
- 2c74ff6 compat.sh: Restore full TLS compatibility testing by Ronald Cron · 3 years, 5 months ago
- a193144 Update hrr test cases generation code without change class by XiaokangQian · 3 years, 4 months ago
- eff93f9 Rebase code to latest and solve conflicts by XiaokangQian · 3 years, 5 months ago
- 8031ba7 Update code base on comments by XiaokangQian · 3 years, 5 months ago
- cefa904 Merge pull request #5622 from paul-elliott-arm/timing_delay_accessor by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 83f8188 Update test cases in tls13-compat.sh by XiaokangQian · 3 years, 5 months ago
- 68a87e4 Remove the option r in generate_tls13_compat_tests.py by XiaokangQian · 3 years, 5 months ago
- 2043897 Change comments and styles base on review by XiaokangQian · 3 years, 5 months ago
- af56fd3 Disable some reported warnings in pylint by XiaokangQian · 3 years, 5 months ago
- b9cd73f Fix errors from pylint by XiaokangQian · 3 years, 5 months ago
- 7069cbc generate all tls13 hrr test cases for compatible mode by XiaokangQian · 3 years, 5 months ago
- c02768a Replace ssl->handshake with handshake in write_cookie_ext() by XiaokangQian · 3 years, 6 months ago
- 9b93c0d Change cookie parameters for dtls and tls 1.3 by XiaokangQian · 3 years, 6 months ago
- 25c9c90 Refine cookie len to fix compile issues by XiaokangQian · 3 years, 6 months ago
- 9deb90f Change parameter names and code style by XiaokangQian · 3 years, 6 months ago
- 5e3c947 Fix right-shift data loss issue with MBEDTLS_PUT_UINT16_BE in cookie by XiaokangQian · 3 years, 6 months ago
- 233397e Update code base on comments by XiaokangQian · 3 years, 6 months ago
- 0b64eed Add cookies write in client hello by XiaokangQian · 3 years, 6 months ago
- 8372e18 Add 2nd client hello by XiaokangQian · 3 years, 7 months ago
- 9004524 Merge pull request #5659 from yuhaoth/pr/fix-wrong-check-certificate-verify by Ronald Cron · 3 years, 4 months ago
- 42d5e51 Make test function name more accurate by Paul Elliott · 3 years, 4 months ago
- 72d81e5 Add cert_sig_algs into offered list by Jerry Yu · 3 years, 5 months ago
- 7de7985 Add cert_sig_algs for compat generate script by Jerry Yu · 3 years, 5 months ago
- 5e4bf95 Merge pull request #5602 from superna9999/5174-md-hmac-dtls-cookies by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 3616533 tls13:remove ec check from validate certification by Jerry Yu · 3 years, 5 months ago
- 488a40e Rename psa_hmac to psa_hmac_key in mbedtls_ssl_cookie_ctx by Neil Armstrong · 3 years, 5 months ago
- c0db762 Also guard include of mbedtls/threading.h in ssl_cookie.h when USE_PSA_CRYPTO is set by Neil Armstrong · 3 years, 5 months ago
- 21bbb7a Add simple test to ensure accessor is working by Paul Elliott · 3 years, 5 months ago
- a5bebc2 Add changelog entry by Paul Elliott · 3 years, 5 months ago
- b9af2db Add accessor for timing final delay by Paul Elliott · 3 years, 5 months ago
- 79daea2 Handle and return translated PSA errors in ssl_cookie.c by Neil Armstrong · 3 years, 5 months ago
- 2d5e343 Use inline PSA code instead of using ssl_cookie_hmac in mbedtls_ssl_cookie_write() by Neil Armstrong · 3 years, 5 months ago
- f4042f0 Merge pull request #5573 from superna9999/5176-5177-5178-5179-tsl-record-hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 706f6ba Merge pull request #5518 from superna9999/5274-ecdsa-signing by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 472044f Merge pull request #5525 from superna9999/5161-pk-rsa-encryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 8d7afc6 Merge pull request #5523 from ronald-cron-arm/one-flush-output-development by Ronald Cron · 3 years, 5 months ago
- 62e6ea2 Avoid spurious write to *olen in PSA version of rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- c23d2e3 Wrap unused declaration in #if/#endif when USE_PSA is set in x509_csr_check() by Neil Armstrong · 3 years, 5 months ago
- 17a0655 Add documentation to find_ecdsa_private_key() by Neil Armstrong · 3 years, 5 months ago
- 05132ed md_alg is used in ecdsa_sign_wrap(), cleanup code by Neil Armstrong · 3 years, 5 months ago
- cb753a6 Use mbedtls_eckey_info directly in ecdsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- e5b5319 Merge pull request #5636 from mprse/tls_ecdh_2b by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 0ab7a23 Add non-PSA and PSA variant of test_XXXX_constant_flow all.sh tests by Neil Armstrong · 3 years, 5 months ago
- 8f92bf3 Only make PSA HMAC key exportable when NULL or CBC & not EtM in build_transforms() by Neil Armstrong · 3 years, 5 months ago
- 29c0c04 Only make PSA HMAC key exportable when NULL or CBC & not EtM in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 5 months ago
- 9ebb9ff Reduce HMAC buffer usage in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
- 72c2f76 Assume MAC key length is always exactly the output size in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
- 36cc13b Use PSA defines for buffers in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
- ae57cfd Use psa_ssl_status_to_mbedtls in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
- 28d9c63 Fix comments in PSA version of mbedtls_ct_hmac() by Neil Armstrong · 3 years, 5 months ago
- 8d4bc5e Merge pull request #5481 from gabor-mezei-arm/5401_implement_hkdf_extract_based_on_psa_hmac by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 15c0e39 Merge pull request #5519 from superna9999/5150-pk-rsa-decryption by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 7c92fe9 Merge pull request #5614 from gabor-mezei-arm/5203_tls_cipher_tickets_use_psa_for_protection by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 560ef59 Merge pull request #5613 from mprse/tls_ecdh_2a by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 068a6b4 ssl_check_server_ecdh_params():Adapt build flags by Przemek Stekiel · 3 years, 5 months ago
- 88f3b2e Update old style test function parameter handling by Gabor Mezei · 3 years, 5 months ago
- da1d80d Use mbedtls_rsa_info directly in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 7b1dc85 Simplify padding check and get rid of psa_sig_md in rsa_encrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 6b03a3d Use mbedtls_rsa_info directly in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 8e80504 Simplify padding check and get rid of psa_sig_md in rsa_decrypt_wrap() by Neil Armstrong · 3 years, 5 months ago
- 103e08a Fix return value handling by Gabor Mezei · 3 years, 5 months ago
- 561a423 ssl_parse_signature_algorithm(): refactor PSA CRYPTO code by Przemek Stekiel · 3 years, 5 months ago
- 5b8b890 Check PSA functions' return value before converting by Gabor Mezei · 3 years, 5 months ago
- 36c9f51 Use size_t instead of int to silence compiler warnings by Gabor Mezei · 3 years, 5 months ago
- 4f4bac7 Remove blank lines by Gabor Mezei · 3 years, 5 months ago
- dd482bf Modify own_pubkey_max_len calculation by Przemek Stekiel · 3 years, 5 months ago
- a4e15cc Fix comment: add fields size by Przemek Stekiel · 3 years, 5 months ago
- 855938e Move mbedtls_ecdh_setup() to no-psa path by Przemek Stekiel · 3 years, 5 months ago
- 338b61d Fix code style by Przemek Stekiel · 3 years, 5 months ago
- d905d33 ssl_write_client_key_exchange(): enable psa support for ECDH-ECDSA and ECDH-RSA key exchange by Przemek Stekiel · 3 years, 5 months ago
- ea4000f ssl_parse_signature_algorithm(): populate psa handshake fields when psa crypto is enabled by Przemek Stekiel · 3 years, 5 months ago
- 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
- ce1d792 Remove duplicated code by Przemek Stekiel · 3 years, 5 months ago
- 169e61a Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
- 3aca61f Zeroise stack buffer containing private key by Neil Armstrong · 3 years, 5 months ago
- 868d38f Merge pull request #5547 from tom-cosgrove-arm/seclib-667-sha256-acceleration-mbedtls-internal by Dave Rodgman · 3 years, 5 months ago
- fc91a1f Use PSA for private key generation and public key export only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
- a21af3d Use mbedtls_psa_parse_tls_ecc_group() instead PSA_KEY_TYPE_ECC_KEY_PAIR( mbedtls_ecc_group_to_psa() ) by Przemek Stekiel · 3 years, 5 months ago
- 0a60c12 Add intermediate variables to increase code readability by Przemek Stekiel · 3 years, 5 months ago
- e9f0044 Destroy ecdh_psa_privkey on failure by Przemek Stekiel · 3 years, 5 months ago
- 130c4b5 Use PSA version of key agreement only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
- c11bffe Merge pull request #5139 from mprse/key_der_ecc by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- b38f797 Add change log entry for psa ECC key derivation by Przemek Stekiel · 3 years, 5 months ago
- 81d903f Merge pull request #5510 from SiliconLabs/feature/PSEC-3269-MD-X.509-hashing by Gilles Peskine · 3 years, 5 months ago
- afb4828 Merge pull request #5292 from mprse/asym_encrypt by Gilles Peskine · 3 years, 5 months ago
- 49c8eb3 Enable chachcapoly cipher for SSL tickets by Gabor Mezei · 3 years, 5 months ago
- 2fa1c31 Remove test dependency by Gabor Mezei · 3 years, 5 months ago
- 2a02051 Use PSA in TLS ticket handling by Gabor Mezei · 3 years, 5 months ago
- e6d867f Typo by Gabor Mezei · 3 years, 5 months ago
- a8b3887 Move state change from CLIENT_CERTIFICATE_VERIFY to its main handler by Ronald Cron · 3 years, 5 months ago
- 7a94aca Move state change from CLIENT_CERTIFICATE to its main handler by Ronald Cron · 3 years, 5 months ago
- 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 9bff95f Adjust comment describing mbedtls_ssl_set_hs_own_cert() by Glenn Strauss · 3 years, 5 months ago