- 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
- a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 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
- 6c242a0 Merge pull request #5634 from superna9999/5625-pk-opaque-rsa-basics by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 0dbf04a Remove unnecessary memory operations in p25519 quasireduction by Hanno Becker · 3 years, 4 months ago
- 1772e05 Reduce the scope of local variable in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
- da763de Revert "Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi()" by Hanno Becker · 3 years, 4 months ago
- 127fcab Fail gracefully upon unexpectedly large input to p25519 reduction by Hanno Becker · 3 years, 4 months ago
- 927410d Merge pull request #5611 from superna9999/5318-tls-ecdhe-psk by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- bb04cb9 Fix check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
- d830feb Simplify check in p25519 quasi-reduction by Hanno Becker · 3 years, 4 months ago
- 2ef0cff Fix size check in p25519 modular reduction by Hanno Becker · 3 years, 4 months ago
- 0235f75 Reduce scope of local variables in mpi_montmul() by Hanno Becker · 3 years, 4 months ago
- 9137b9c Note alternative implementation strategy in mbedtls_mpi_mul_int() by Hanno Becker · 3 years, 4 months ago
- 808e666 Don't trim MPIs to minimal size in mbedtls_mpi_mul_mpi() by Hanno Becker · 3 years, 4 months ago
- 43b0943 Merge pull request #1946 from hanno-arm/alert_reentrant by Gilles Peskine · 3 years, 4 months ago
- 53b3c60 Move `const` keyword prior to type name by Hanno Becker · 3 years, 4 months ago
- dfcb2d0 Fix Doxygen for mbedtls_mpi_core_mla() by Hanno Becker · 3 years, 4 months ago
- 99ba4cc Remove Doxygen from mbedtls_mpi_core_mla() implementation by Hanno Becker · 3 years, 4 months ago
- efdc519 Reintroduce though-to-be unused variable in correct place by Hanno Becker · 3 years, 4 months ago
- 5d4ceeb Remove const qualifier for mutable local variable in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
- 284d778 Address review comments by Hanno Becker · 3 years, 4 months ago
- e9dd9a1 Use size_t for number of limbs by Hanno Becker · 3 years, 4 months ago
- eaf3086 Merge pull request #1133 from RonEld/1805 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 6454993 Safeguard against calling p255 reduction with single-width MPI by Hanno Becker · 3 years, 4 months ago
- 25bb732 Simplify x25519 reduction using internal bignum MLA helper by Hanno Becker · 3 years, 4 months ago
- aef9cc4 Rename mpi_mul_hlp -> mbedtls_mpi_core_mla and expose internally by Hanno Becker · 3 years, 4 months ago
- e1730e4 Merge pull request #5708 from AndrzejKurek/timeless-struggles by Gilles Peskine · 3 years, 4 months ago
- 95a8923 Comment decrypt & encrypt callback entries of mbedtls_pk_ecdsa_opaque_info as not relevant by Neil Armstrong · 3 years, 4 months ago
- 7df6677 Remove now invalid comment in pk_opaque_ecdsa_can_do() by Neil Armstrong · 3 years, 4 months ago
- 56e71d4 Update documentation of mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
- eccf88f Only accept RSA key pair in mbedtls_pk_setup_opaque() by Neil Armstrong · 3 years, 4 months ago
- 5e18f74 Make alert sending function re-entrant by Hanno Becker · 7 years ago
- 5735369 Remove the dependency on MBEDTLS_HAVE_TIME from MBEDTLS_TIMING_C by Andrzej Kurek · 3 years, 4 months ago
- 236e17e Introduce mbedtls_ssl_hs_cb_t typedef by Glenn Strauss · 3 years, 5 months ago
- c1152e4 Handle and return translated PSA errors in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 5 months ago
- 7e1b4a4 Use PSA_BITS_TO_BYTES instead of open-coded calculation in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 5 months ago
- 295aeb1 Add support for RSA Opaque PK key in mbedtls_pk_write_pubkey_der() by Neil Armstrong · 3 years, 5 months ago
- b980c9b Add support for RSA in pk_opaque_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
- ca5b55f Add support for RSA in mbedtls_pk_wrap_as_opaque() by Neil Armstrong · 3 years, 5 months ago
- eabbf9d Add support for RSA PK Opaque key by Neil Armstrong · 3 years, 5 months ago
- 714b660 Remove dummy timing implementation by Andrzej Kurek · 3 years, 4 months ago
- 1b05aff Merge pull request #5624 from superna9999/5312-tls-server-ecdh by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- e141702 Adjust mpi_montmul() to new signature of mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
- 74a11a3 Adjust mbedtls_mpi_mul_int() to changed signature of mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
- fee261a Adjust mbedtls_mpi_mul_mpi() to new signature of mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
- defe569 Make length of output explicit in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
- e7f14a3 Remove unused variable in mpi_mul_hlp() by Hanno Becker · 3 years, 4 months ago
- a9b6c80 Fix psa_mac_verify() returning BUFFER_TOO_SMALL by Gilles Peskine · 3 years, 5 months ago
- 695c4cb If a cipher algorithm is not supported, fail during setup by Gilles Peskine · 3 years, 5 months ago
- 0c3a071 Make psa_key_derivation_setup return early if the key agreement is not supported by Gilles Peskine · 4 years, 3 months ago
- 0cc417d Make psa_key_derivation_setup return early if the hash is not supported by Gilles Peskine · 4 years, 3 months ago
- 9efde4f Simplify is_kdf_alg_supported in psa_key_derivation_setup_kdf by Gilles Peskine · 4 years, 3 months ago
- 8583627 psa_ssl_status_to_mbedtls: add conversion of PSA_ERROR_BUFFER_TOO_SMALL by Przemek Stekiel · 3 years, 4 months ago
- 1039ba5 Check if not using Opaque PSK in ECHDE-PSK PSA version of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
- ede381c Get PSK length & check for buffer size before writting in ECHDE-PSK PSA version of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
- 3cae167 Check buffer pointers before storing peer's public key in ECHDE-PSK PSA version of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
- e18ff95 Get PSK length & check for buffer size before writting in ECHDE-PSK PSA version of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
- b7ca76b Use intermediate pointer for readability and rename PMS pointer in ECHDE-PSK PSA version of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 4 months ago
- fdf20cb Fix command indentation in ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- 2d63da9 Introduce zlen size variable in ECHDE-PSK part of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- d6e2759 Change to more appropriate pointer declaration in ECHDE-PSK part of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- fb0a81e Return PSA translated errors in ECHDE-PSK part of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- 5a1455d Remove useless braces in ECHDE-PSK part of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- 3bcef08 Update comments in ECHDE-PSK part of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- 549a3e4 Initialize uninitialized variable in ECHDE-PSK part of ssl_parse_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- fc834f2 Introduce content_len_size variable in ECHDE-PSK part of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- 0bdb68a Introduce zlen size variable in ECHDE-PSK part of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- d8420ca Change to more appropriate pointer declaration in ECHDE-PSK part of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- c530aa6 Return PSA translated errors in ECHDE-PSK part of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- b9f319a Remove useless braces in ECHDE-PSK part of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- 2540045 Update comments in ECHDE-PSK part of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- bc5e8f9 Initialize uninitialized variables in ECHDE-PSK part of ssl_write_client_key_exchange() by Neil Armstrong · 3 years, 5 months ago
- 039db29 Implement PSA server-side ECDHE-PSK by Neil Armstrong · 3 years, 5 months ago
- 868af82 Implement PSA client-side ECDHE-PSK by Neil Armstrong · 3 years, 5 months ago
- a9f9335 ssl_tls13_generate_and_write_ecdh_key_exchange(): remove redundant check by Przemek Stekiel · 3 years, 4 months ago
- e88d190 Set ecdh_psa_privkey_is_external to 1 right after setting ecdh_psa_privkey in ssl_get_ecdh_params_from_cert() by Neil Armstrong · 3 years, 4 months ago
- f716a70 Rename mbedtls_ssl_handshake_params variable ecdh_psa_shared_key to ecdh_psa_privkey_is_external by Neil Armstrong · 3 years, 4 months ago
- de68e39 Merge pull request #5568 from superna9999/5159-pk-rsa-verification by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 0e980e8 Merge pull request #5640 from ronald-cron-arm/version-negotiation-2 by Ronald Cron · 3 years, 4 months ago
- 33a9d61 Merge pull request #5638 from paul-elliott-arm/ssl_cid_accessors by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 6a25159 Merge pull request #5648 from gabor-mezei-arm/5403_hkdf_use_internal_psa_implementations by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 451114f Merge pull request #5647 from superna9999/5179-follow-up-tls-record-hmac-no-mdinfo by Manuel Pégourié-Gonnard · 3 years, 4 months ago