- 7e8e438 Replace cases of time_t with mbedtls_time_t by Ben Taylor · 3 weeks ago
- 7b2d72a ssl: replace PSA_ALG_ECDSA with MBEDTLS_PK_ALG_ECDSA by Valerio Setti · 5 weeks ago
- 0009b04 library: ssl: replace mbedtls_pk_can_do_ext with mbedtls_pk_can_do_psa by Valerio Setti · 3 months ago
- 15f1d7f Remove support for static ECDH cipher suites by Ben Taylor · 3 months ago
- 92129ad Removed the whitespace which is causing CI to fail by Anton Matkin · 6 months ago
- 8135b84 Fixed incorrect usage of key derivation procedures by Anton Matkin · 7 months ago
- 8e4d8c9 Update ssl_tls.c to use psa_pake_get_shared_key by Anton Matkin · 7 months ago
- 6eb5335 Fixed issues with policy verification, since wildcard JPAKE policy is now disallowed, changed to concrete jpake algorithm (with SHA256 hash) by Anton Matkin · 5 months ago
- 1b70084 TF-PSA-Crypto submodule link fixup by Anton Matkin · 7 months ago
- 5b74c79 Merge pull request #10298 from bjwtaylor/remove-deprecated-items by Manuel Pégourié-Gonnard · 9 weeks ago
- 5a27010 Remove group_list_heap_allocated by Ben Taylor · 10 weeks ago
- 6023652 Remove additional references to sig_algs_heap_allocated by Ben Taylor · 2 months ago
- d0d0791 remove usage of secp192[k|r]1 curves by Valerio Setti · 2 months ago
- 70a4a31 remove secp224[k|r]1 curves by Valerio Setti · 2 months ago
- 9f54408 Remove sig_algs_heap_allocated=0 as it is always 0 by Ben Taylor · 2 months ago
- 9db2e91 Fix style issues by Ben Taylor · 3 months ago
- 73de8aa Removal of sig_hashes in ssl.h by Ben Taylor · 3 months ago
- 01bf8ba removed mbedtls_ssl_conf_sig_hashes and temporarily re-add sig_hashes by Ben Taylor · 3 months ago
- 4a43804 Remove deprecated items by Ben Taylor · 3 months ago
- 72d6030 Combine psa_pake_set_password_key and psa_pake_setup into a single function by Anton Matkin · 7 months ago
- 9213318 Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev by Manuel Pégourié-Gonnard · 4 months ago
- 4c83221 Replace MBEDTLS_ERR_OID_NOT_FOUND with MBEDTLS_ERR_X509_UNKNOWN_OID by Gilles Peskine · 5 months ago
- c4949d1 mbedtls_ssl_conf_alpn_protocols: declare list elements as const by Gilles Peskine · 5 months ago
- 7dddc17 Mark ssl_tls12_preset_suiteb_sig_algs const by Deomid rojer Ryabkov · 1 year, 7 months ago
- e2d71cc Mark ssl_tls12_preset_default_sig_algs const by Deomid rojer Ryabkov · 1 year, 7 months ago
- 232da48 Merge pull request #9421 from mfil/feature/implement_tls_exporter by David Horstmann · 6 months ago
- f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 7 months ago
- ed4a2b4 Merge branch 'development-restricted' into merge-from-restricted by Manuel Pégourié-Gonnard · 7 months ago
- 9c5bae5 Fix max. label length in key material exporter by Max Fillinger · 11 months ago
- 53d9168 Document BAD_INPUT_DATA error in key material exporter by Max Fillinger · 11 months ago
- c6fd1a2 Use one maximum key_len for all exported keys by Max Fillinger · 12 months ago
- 3e12918 Fix output size check for key material exporter by Max Fillinger · 12 months ago
- 2fe35f6 Create MBEDTLS_SSL_KEYING_MATERIAL_EXPORT option by Max Fillinger · 12 months ago
- 281fb79 Remove TLS 1.2 Exporter if we don't have randbytes by Max Fillinger · 12 months ago
- c9f2c9a Revert "Store randbytes for TLS 1.2 TLS-Exporter" by Max Fillinger · 12 months ago
- 155cea0 Use fewer magic numbers in TLS-Exporter functions by Max Fillinger · 12 months ago
- f2dda15 Add label length argument to tls_prf_generic() by Max Fillinger · 12 months ago
- 48150f5 Store randbytes for TLS 1.2 TLS-Exporter by Max Fillinger · 12 months ago
- 29beade Fix build when one of TLS 1.2 or 1.3 is disabled by Max Fillinger · 1 year, 1 month ago
- 7b72220 Fix coding style by Max Fillinger · 1 year, 1 month ago
- 9c9989f Fix mismatches in function declarations by Max Fillinger · 1 year, 2 months ago
- 91cff44 Fix key_len check in TLS-Exporter by Max Fillinger · 1 year, 2 months ago
- bd81c9d Implement TLS-Exporter feature by Max Fillinger · 1 year, 3 months ago
- cd2660f fixed code style by Ben Taylor · 7 months ago
- 8224e71 remove NULL guard by Ben Taylor · 7 months ago
- c12152e corrected style by Ben Taylor · 7 months ago
- 03c05c3 Remove additional line by Ben Taylor · 7 months ago
- 9774e9a corrected code style by Ben Taylor · 7 months ago
- 1f09146 tidy up syntax by Ben Taylor · 7 months ago
- 1cd1e01 Correct code style by Ben Taylor · 7 months ago
- d5d7078 removed NR psa-init by Ben Taylor · 7 months ago
- 6ff2da1 added further debug by Ben Taylor · 7 months ago
- 602b296 pre-test version of the mbedtls_ssl_conf_rng removal by Ben Taylor · 7 months ago
- 47111a1 initial remove of mbedtls_ssl_conf_rng by Ben Taylor · 7 months ago
- a7e14dc Don't expect added error codes by Gilles Peskine · 1 year, 1 month ago
- e99e591 Remove key exchange based on encryption/decryption by Gabor Mezei · 8 months ago
- 5814e3e Remove `MBEDTLS_KEY_EXCHANGE_RSA` key exchange type by Gabor Mezei · 8 months ago
- a2a0c2c Merge remote-tracking branch 'origin/features/tls-defragmentation/development' into feature_merge_defragmentation_dev by Minos Galanakis · 7 months ago
- 816b712 TLS1.2: Check for failures in Finished calculation by David Horstmann · 7 months ago
- 15fd5c9 ssl: remove support for MBEDTLS_DHM_C by Valerio Setti · 8 months ago
- fd89acc ssl_session_reset: preserve HOSTNAME_SET flag by Gilles Peskine · 8 months ago
- 488b919 Require calling mbedtls_ssl_set_hostname() for security by Gilles Peskine · 8 months ago
- 434016e Keep track of whether mbedtls_ssl_set_hostname() has been called by Gilles Peskine · 8 months ago
- 28f8e20 Merge pull request #9872 from rojer/tls_hs_defrag_in by Manuel Pégourié-Gonnard · 8 months ago
- 4ac4008 Access ssl->hostname through abstractions in certificate verification by Gilles Peskine · 8 months ago
- 95fe2a6 Add a flags field to mbedtls_ssl_context by Gilles Peskine · 8 months ago
- dd14c0a Remove in_hshdr by Deomid rojer Ryabkov · 8 months ago
- 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 9 months ago
- 07a1edd Rm dead !USE_PSA code: ssl_tls.c (part 2) by Manuel Pégourié-Gonnard · 9 months ago
- 88800dd Rm dead !USE_PSA code: ssl_tls.c (part 1) by Manuel Pégourié-Gonnard · 9 months ago
- 189dcf6 Merge pull request #9910 from valeriosetti/issue9684 by Ronald Cron · 9 months ago gh-readonly-queue/development/pr-9910-7e1154c959fec59aabb9dfa60daed067d0779026
- 3dfe75e Remove mbedtls_ssl_reset_in_out_pointers by Deomid rojer Ryabkov · 9 months ago
- 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 9 months ago
- 6402c35 Remove internal helper mbedtls_ssl_get_groups() by Manuel Pégourié-Gonnard · 9 months ago
- 6b72016 Remove mbedtls_ssl_conf::curve_list by Manuel Pégourié-Gonnard · 9 months ago
- 93d4591 Remove deprecated function mbedtls_ssl_conf_curves() by Manuel Pégourié-Gonnard · 9 months ago
- bc7c523 Remove uses of secp244k1 by Gilles Peskine · 10 months ago
- ac2cf1f Defragment incoming TLS handshake messages by Deomid rojer Ryabkov · 1 year, 7 months ago
- 8b592d2 Move psa_to_ssl_errors by Ronald Cron · 11 months ago
- 712e9a1 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK by Gilles Peskine · 1 year, 1 month ago
- ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 1 year, 1 month ago
- 0f6bc41 Update includes for each library file by Harry Ramsey · 1 year ago
- 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 1 year, 1 month ago
- 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 1 year, 1 month ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 1 year, 1 month ago
- 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 1 year, 1 month ago
- 5398e58 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- a040548 Improve some comments by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- e5a916f Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- 94f7022 Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 1 year, 2 months ago
- c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 4 months ago