- a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 4 months ago
- 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
- 2230e6c Simplify PSA transform->ivlen set in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 3 months ago
- 3bf040e Reorganize PSA/!PSA code in mbedtls_ssl_ticket_setup() by Neil Armstrong · 3 years, 3 months ago
- 301711e Simplify mbedtls_ssl_get_base_mode by Gilles Peskine · 3 years, 3 months ago
- e108d98 Simplify mbedtls_ssl_get_mode by Gilles Peskine · 3 years, 3 months ago
- eecd0d2 Merge pull request #5679 from yuhaoth/pr/add-tls13-write-server-hello by Ronald Cron · 3 years, 3 months ago
- e65d801 fix undeclare error by Jerry Yu · 3 years, 3 months ago
- 2f8c2a5 Merge pull request #5753 from tom-cosgrove-arm/fix-missing-prototypes-warnings-a64-sha256-sha512 by Gilles Peskine · 3 years, 4 months ago
- 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
- 955ddd7 fix various issues by Jerry Yu · 3 years, 4 months ago
- 55132c6 Merge pull request #5703 from superna9999/5322-ecdh-remove-legacy-context by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 76b7407 Use MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM to enable ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
- f2c82f0 Introduce MBEDTLS_SSL_SOME_SUITES_USE_CBC_ETM macro to determine if Encrypt-then-MAC with CBC is used in a ciphersuite by Neil Armstrong · 3 years, 4 months ago
- ccc074e Use correct condition to use encrypt_then_mac in ssl_tls.c by Neil Armstrong · 3 years, 4 months ago
- d1be767 Use PSA_BLOCK_CIPHER_BLOCK_LENGTH instead of PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
- 6b27c97 Rename mbedtls_get_mode() to mbedtls_ssl_get_mode() by Neil Armstrong · 3 years, 4 months ago
- ab555e0 Rename mbedtls_get_mode_from_XXX to mbedtls_ssl_get_mode_from_XXX by Neil Armstrong · 3 years, 4 months ago
- 858581e Remove cipher_info in mbedtls_ssl_ticket_setup() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
- a0eeb7f Remove cipher_info in ssl_tls12_populate_transform() when USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 4 months ago
- 7fea33e Use mbedtls_get_mode_from_ciphersuite() in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 4 months ago
- fe635e4 Use mbedtls_get_mode_from_ciphersuite() in server-side ssl_write_encrypt_then_mac_ext() by Neil Armstrong · 3 years, 4 months ago
- 4bf4c86 Introduce mbedtls_get_mode_from_ciphersuite() by reusing mbedtls_get_mode_from_transform() logic by Neil Armstrong · 3 years, 4 months ago
- 136f840 Replace PSA/Cipher logic with mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
- 8a0f3e8 Introduce mbedtls_ssl_mode_t & mbedtls_get_mode_from_transform() by Neil Armstrong · 3 years, 4 months ago
- a09f5e9 fix build fail by Jerry Yu · 3 years, 4 months ago
- cfc04b3 Update comments in write server hello by Jerry Yu · 3 years, 4 months ago
- e74e04a Rename write supported_versions ext by Jerry Yu · 3 years, 4 months ago
- d9436a1 remove guards for write_key_share by Jerry Yu · 3 years, 4 months ago
- 57d4841 fix write key_share issues by Jerry Yu · 3 years, 4 months ago
- 637a3f1 fix various issues by Jerry Yu · 3 years, 4 months ago
- 1c3e688 fix comments issues by Jerry Yu · 3 years, 4 months ago
- 349a613 fix write selected_version fail by Jerry Yu · 3 years, 4 months ago
- fb9f54d fix comments issue by Jerry Yu · 3 years, 4 months ago
- 89e103c tls13: Share write ecdh_key_exchange function by Jerry Yu · 3 years, 4 months ago
- 3bf2c64 tls13: write server hello compile pass by Jerry Yu · 3 years, 4 months ago
- 56404d7 tls13:server:Add finalize write_server_hello and dummy body by Jerry Yu · 3 years, 4 months ago
- f4b27e4 tls13:server:Add prepare write_server_hello by Jerry Yu · 3 years, 4 months ago
- 5b64ae9 tls13:server:Add base framework for serverhello by Jerry Yu · 3 years, 4 months ago
- 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
- e8ff350 Update code to align with tls13 coding standard by XiaokangQian · 3 years, 4 months ago
- 70701e3 Merge pull request #5726 from mprse/mixed_psk_1_v2 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 90c7014 Merge pull request #5728 from superna9999/5711-pk-opaque-rsa-pss-sign by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 4d3a604 Change default config version to development style by XiaokangQian · 3 years, 4 months ago
- 4e8cd7b Remove useless selected_group by XiaokangQian · 3 years, 4 months ago
- 13e76be Reorganize & simplify mbedtls_pk_sign_ext() handling of wrapped RSA-PSS by Neil Armstrong · 3 years, 4 months ago
- 4e47a91 Fix indentation issues by Przemek Stekiel · 3 years, 4 months ago
- 03faf5d2 psa_tls12_prf_psk_to_ms_set_key: clear buffers after usage by Przemek Stekiel · 3 years, 4 months ago
- 937b90f Add null check for pms allocation by Przemek Stekiel · 3 years, 4 months ago
- e47201b rename: psa_tls12_prf_set_other_key->psa_tls12_prf_psk_to_ms_set_other_key and adapt code by Przemek Stekiel · 3 years, 4 months ago
- 2503f7e Handle empty other secret when passed with input bytes by Przemek Stekiel · 3 years, 4 months ago
- 060d867 Update parse_key_share in server side and version config by XiaokangQian · 3 years, 4 months ago
- 0a1b54e Minor change the place of some functions by XiaokangQian · 3 years, 4 months ago
- 75d40ef Refine code base on review by XiaokangQian · 3 years, 4 months ago
- 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
- de33391 Rebase and solve conflicts by XiaokangQian · 3 years, 4 months ago
- 0803755 Update code base on review comments by XiaokangQian · 3 years, 4 months ago
- 17f974c Re-order the ciphersuite matching code in parse_client_hello by XiaokangQian · 3 years, 4 months ago
- 8482377 Only store the first group in ssl_tls13_parse_supported_groups_ext() by XiaokangQian · 3 years, 4 months ago
- 3f84d5d Update test cases and fix the test failure by XiaokangQian · 3 years, 4 months ago
- b67384d Fix coding style and comments styles by XiaokangQian · 3 years, 4 months ago
- f8ceb94 Fix the parse_sig_alg_ext fail issue by XiaokangQian · 3 years, 4 months ago
- 8f9dfe4 Fix comments about coding styles and test cases by XiaokangQian · 3 years, 4 months ago
- cfd925f Fix comments and remove hrr related code by XiaokangQian · 3 years, 4 months ago
- ed582dd Update based on comments by XiaokangQian · 3 years, 4 months ago
- 4080a7f Change code style and some share functions by XiaokangQian · 3 years, 4 months ago
- 9b5d04b Share parse_key_share() between client and server by XiaokangQian · 3 years, 4 months ago
- c4b8c99 Rebase and solve conflicts and issues by XiaokangQian · 3 years, 4 months ago
- 8840888 Fix some CI issues by XiaokangQian · 3 years, 4 months ago
- c5763b5 Change some code style by XiaokangQian · 3 years, 4 months ago
- 3207a32 Fix unused parameter issue and not defined cookie issue by XiaokangQian · 3 years, 5 months ago
- 7ac3ab3 Add hello retry request count for server by XiaokangQian · 3 years, 5 months ago
- a9c5841 Fix compile and test issues by XiaokangQian · 3 years, 6 months ago
- 7807f9f Add client hello into server side by XiaokangQian · 3 years, 6 months ago
- fd8cbda Remove ECDH code specific to TLS 1.3 by Ronald Cron · 3 years, 4 months ago
- fd6193c ssl_tls13_client: Add downgrade attack protection by Ronald Cron · 3 years, 4 months ago
- 217d699 Fix Doxygen marks by Ronald Cron · 3 years, 4 months ago
- a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
- c144ca6 Hide unnecessarily public functions in SHA-256 and SHA-512 A64 acceleration by Tom Cosgrove · 3 years, 4 months ago
- 606cb16 Add comment explaining structure of UMAAL assembly by Hanno Becker · 3 years, 4 months ago
- d46d96c Add 2-fold unrolled assembly for umaal based multiplication by Hanno Becker · 3 years, 4 months ago
- 63eb28c Use separate counters for 8-fold and single multiplication steps by Hanno Becker · 3 years, 4 months ago
- eacf3b9 Simplify organization of inline assembly for bignum by Hanno Becker · 3 years, 4 months ago
- 09dc05b Merge pull request #5635 from gilles-peskine-arm/psa-test-op-fail by Gilles Peskine · 3 years, 4 months ago
- 63ed7cb Merge pull request #5701 from hanno-arm/mpi_mul_hlp by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 8315811 Remove restrictive proto ver negotiation checks by Glenn Strauss · 3 years, 4 months ago
- bbdc83b Use mbedtls_ssl_protocol_version in public structs by Glenn Strauss · 3 years, 4 months ago
- cd78df6 handshake->min_minor_ver to ->min_tls_version by Glenn Strauss · 3 years, 4 months ago
- 041a376 Remove some tls_ver < MBEDTLS_SSL_VERSION_TLS1_2 checks by Glenn Strauss · 3 years, 5 months ago
- e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
- 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
- 2dfcea2 mbedtls_ssl_config min_tls_version, max_tls_version by Glenn Strauss · 3 years, 5 months ago
- da7851c Rename mbedtls_ssl_session minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
- 07c6416 Rename mbedtls_ssl_transform minor_ver to tls_version by Glenn Strauss · 3 years, 5 months ago
- dff8462 Unify internal/external TLS protocol version enums by Glenn Strauss · 3 years, 5 months ago
- 3577131 Reintroduce trimming of input in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
- 769dc05 Remove bad dependency on MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED for ecdh_ctx guard by Neil Armstrong · 3 years, 4 months ago
- 2827502 Remove PSA only code from non-PSA code block code in ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
- 11d4945 Simplify compile-time PSA/non-PSA ECDH(E) code in ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
- 1f198d8 Simplify by moving ssl_check_server_ecdh_params in the ECDHE non-PSA compile-time block by Neil Armstrong · 3 years, 4 months ago