- 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
- 6121a34 Replace MBEDTLS_SSL_HAVE_AES with PSA_WANT_KEY_TYPE_AES by Elena Uziunaite · 1 year, 1 month ago
- 3962a38 Merge pull request #9287 from Wenxing-hou/fix_some_typo by Paul Elliott · 1 year, 1 month ago
- 75246c0 Remove irrelevant documentation notes by Thomas Daubney · 1 year, 2 months ago
- 25bcf27 Remove MBEDTLS_SHA512_ALT by Thomas Daubney · 1 year, 2 months ago
- b248a93 Remove MBEDTLS_MD5_ALT by Thomas Daubney · 1 year, 2 months ago
- efc65e1 Remove MBEDTLS_CMAC_ALT by Thomas Daubney · 1 year, 2 months ago
- 027535c Remove MBEDTLS_SHA256_ALT by Thomas Daubney · 1 year, 2 months ago
- 30c7701 Remove MBEDTLS_RIPEMD160_ALT by Thomas Daubney · 1 year, 2 months ago
- 2cd12de Remove MBEDTLS_SHA1_ALT by Thomas Daubney · 1 year, 2 months ago
- 25e2be1 Remove MBEDTLS_NIST_KW_ALT by Thomas Daubney · 1 year, 2 months ago
- a9ea6f8 Remove MBEDTLS_DES_ALT by Thomas Daubney · 1 year, 2 months ago
- 064f1df Remove MBEDTLS_ARIA_ALT by Thomas Daubney · 1 year, 2 months ago
- e9fe311 Remove MBEDTLS_CAMELLIA_ALT by Thomas Daubney · 1 year, 2 months ago
- c7cb810 Remove MBEDTLS_GCM_ALT by Thomas Daubney · 1 year, 2 months ago
- b4914cf Remove MBEDTLS_CCM_ALT by Thomas Daubney · 1 year, 2 months ago
- 4137609 Remove MBEDTLS_AES_ALT by Thomas Daubney · 1 year, 2 months ago
- 3f2d9b6 Merge pull request #9268 from tom-daubney-arm/remove_symmetric_crypto_alt_interface by Bence Szépkúti · 1 year, 1 month ago
- b4d03cc Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
- 4e6a368 Replace MBEDTLS_MD_CAN_SHA256 in md.h, ssl.h, and entropy.h by Elena Uziunaite · 1 year, 1 month ago
- f60ff02 Remove MBEDTLS_CHACHA20_ALT by Thomas Daubney · 1 year, 2 months ago
- af28a17 Remove MBEDTLS_CHACHAPOLY_ALT by Thomas Daubney · 1 year, 2 months ago
- f7ca94a Remove MBEDTLS_POLY1305_ALT by Thomas Daubney · 1 year, 2 months ago
- 9da1769 Remove MBEDTLS_ECP_ALT and associated options by Thomas Daubney · 1 year, 2 months ago
- e647d8f Remove MBEDTLS_ECJPAKE_ALT by Thomas Daubney · 1 year, 2 months ago
- 5edad7f Remove MBEDTLS_DHM_ALT by Thomas Daubney · 1 year, 2 months ago
- f47b66e Remove MBEDTLS_RSA_ALT by Thomas Daubney · 1 year, 2 months ago
- cf5e3dd Replace MBEDTLS_MD_CAN_SHA384 in md.h and ssl.h by Elena Uziunaite · 1 year, 1 month ago
- 550a18d Move Mbed TLS crypto headers by Ronald Cron · 1 year, 2 months ago
- f0481f5 Merge pull request #9258 from tom-daubney-arm/drop_padlock_support by Ronald Cron · 1 year, 1 month ago
- 4e5d183 Correct pluralisation errors in comments by Thomas Daubney · 1 year, 1 month ago
- 82658eb Merge pull request #9138 from valeriosetti/issue9126 by Manuel Pégourié-Gonnard · 1 year, 1 month ago
- 0d915a9 Remove final references to padlock by Thomas Daubney · 1 year, 1 month ago
- 0c0e418 config_psa: do not update legacy symbols in client-only PSA build by Valerio Setti · 1 year, 3 months ago
- 62af02c Drop support for VIA Padlock by Thomas Daubney · 1 year, 2 months ago
- 3504c88 Fix incorrect array length in function prototype by Sam Berry · 1 year, 2 months ago
- 98ffc8e Merge pull request #9178 from valeriosetti/fix-psa-cmac by Tom Cosgrove · 1 year, 2 months ago
- c8d45cd Error on unexpectedly defined symbols by Gilles Peskine · 1 year, 2 months ago
- 9df7806 Tweak wording by Gilles Peskine · 1 year, 2 months ago
- 690fb5e Warn if mbedtls_config.h is included manually by Gilles Peskine · 1 year, 3 months ago
- 0b8ece6 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 3 months ago
- d33eb55 Macros to indicate the finalization level of the configuration by Gilles Peskine · 1 year, 3 months ago
- 975e74c Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
- a37ea26 adjust_legacy_crypto: enable CIPHER_C when PSA CMAC is builtin by Valerio Setti · 1 year, 2 months ago
- 97f0ea7 Fix the resolution of dependencies on HMAC by Ronald Cron · 1 year, 3 months ago
- b0c96f4 Resolve some HMAC dependencies automatically by Ronald Cron · 1 year, 3 months ago
- 89f5af8 adjust_legacy_crypto: enable ASN1_[PARSE|WRITE]_C when RSA_C by Valerio Setti · 1 year, 4 months ago
- a4b773d Merge pull request #6955 from inorick/nofa_no_session_tickets by Manuel Pégourié-Gonnard · 1 year, 4 months ago
- fe15d90 tls13: Fix doc of mbedtls_ssl_session_set() - 2 by Ronald Cron · 1 year, 4 months ago
- a376f84 Merge pull request #8937 from valeriosetti/issue8712 by Bence Szépkúti · 1 year, 4 months ago
- d85eeae tls13: Fix doc of mbedtls_ssl_session_set() - 1 by Ronald Cron · 1 year, 4 months ago
- 66a206c tls13: Fix doc of mbedtls_ssl_session_get() - 2 by Ronald Cron · 1 year, 4 months ago
- 81bb589 tls13: Fix doc of mbedtls_ssl_session_get() - 1 by Ronald Cron · 1 year, 4 months ago
- 9314df6 tls: Fix doc of mbedtls_ssl_session_save() by Ronald Cron · 1 year, 4 months ago
- 1c7f5de pk: fix documentation of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 4 months ago
- 1b3b174 Record size limit support is released, so remove warning about only for testing by Tom Cosgrove · 1 year, 4 months ago
- f9f63ed pk: fix typos in description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 4 months ago
- ac81e23 pk: add check_pair info to mbedtls_pk_setup_opaque() documentation by Valerio Setti · 1 year, 4 months ago
- 4492dbd Version Bump for 3.6.0 by Minos Galanakis · 1 year, 4 months ago
- 42a3954 pk: fix description of mbedtls_pk_setup_opaque for sign_ext() by Valerio Setti · 1 year, 4 months ago
- fc6b22c pk: fix indentation in description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
- 80cd479 pk: fix description of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
- 18702d9 pk: update documentation of mbedtls_pk_setup_opaque() based on #8951 by Valerio Setti · 1 year, 5 months ago
- 55ed91e pk: fix documentation for mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
- 622f905 pk: improve documentation of mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
- f5a6e22 pk: fix documentation for mbedtls_pk_setup_opaque() by Valerio Setti · 1 year, 5 months ago
- b70f0fd Merge branch 'development' into 'development-restricted' by Minos Galanakis · 1 year, 5 months ago
- 27eb68d Enable TLS 1.3 by default by Ronald Cron · 1 year, 5 months ago
- 78064ac Merge pull request #8901 from paul-elliott-arm/make_psa_global_data_safe by Paul Elliott · 1 year, 5 months ago
- c9db499 Merge pull request #8930 from ronald-cron-arm/tls13-doc-update by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 3996ebc Fix documentation about anti-replay defenses by Ronald Cron · 1 year, 5 months ago
- 933aec8 Remove experimental warnings related to early data by Ronald Cron · 1 year, 5 months ago
- 567591e Merge pull request #8923 from bensze01/drop-old-compilers by Bence Szépkúti · 1 year, 5 months ago gh-readonly-queue/development/pr-8923-0edef1cf6dcc3c307265176aaea2893d93101eaa
- e05b542 Drop reference to Visual Studio 2013 from config by Bence Szépkúti · 1 year, 5 months ago
- 6bee910 Merge pull request #8858 from waleed-elmelegy-arm/add_alpn_to_session by Ronald Cron · 1 year, 5 months ago
- 1987a7c Document that we do not implement the anti-replay defenses by Ronald Cron · 1 year, 5 months ago
- 7b333f1 Merge pull request #8913 from ronald-cron-arm/tls13-ticket-lifetime by Gilles Peskine · 1 year, 5 months ago
- 4a48bec Invert and rename config option by David Horstmann · 1 year, 5 months ago
- 93071cf Merge pull request #8920 from valeriosetti/issue8919 by Manuel Pégourié-Gonnard · 1 year, 5 months ago gh-readonly-queue/development/pr-8920-5c77ad0f4f3b21f83f73c5624ea9eb4b40d2a8e7
- 5bc5263 Add code improvments and refactoring in dealing with ALPN by Waleed Elmelegy · 1 year, 5 months ago
- 883f77c Add mbedtls_ssl_session_set_alpn() function by Waleed Elmelegy · 1 year, 5 months ago
- 2824a20 Add ALPN information in session tickets by Waleed Elmelegy · 1 year, 5 months ago
- 40043d0 Merge pull request #8884 from ronald-cron-arm/improve-early-data-status by Ronald Cron · 1 year, 5 months ago gh-readonly-queue/development/pr-8884-e95bf7975436a7e28b9ecf4b29e681b583f42485
- 60c2f47 Merge pull request #8888 from minosgalanakis/features/add_ssl_session_accessor_8529 by Dave Rodgman · 1 year, 5 months ago
- 4de4cc4 Merge pull request #8891 from Ryan-Everett-arm/document-SE_C-not-threadsafe by Paul Elliott · 1 year, 5 months ago
- c4c1d3a pk: use CRYPTO_CLIENT as guard for PK-PSA bridge functions instead of CRYPTO_C by Valerio Setti · 1 year, 5 months ago
- 840de7f tls13: cli: Rename STATUS_NOT_SENT to STATUS_NOT_INDICATED by Ronald Cron · 1 year, 5 months ago
- aa35931 tls13: cli: Move definition of MBEDTLS_SSL_EARLY_DATA_STATE_xyz by Ronald Cron · 1 year, 5 months ago
- 894df38 tls13: cli: Re-order early data states by Ronald Cron · 1 year, 5 months ago
- 3641df2 tls13: cli: Rename STATE_SENT to STATE_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 3c5a683 tls13: cli: Rename STATE_NOT_SENT to STATE_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 0c80dc1 tls13: cli: Rename STATUS_NOT_SENT to STATUS_NO_IND_SENT by Ronald Cron · 1 year, 5 months ago
- 05d7cfb tls13: cli: Rename STATE_UNKNOWN to STATE_IDLE by Ronald Cron · 1 year, 5 months ago
- d288466 tls13: cli: Split early data user status and internal state by Ronald Cron · 1 year, 5 months ago
- b8e38e0 Add new mutex for PSA global rng data by Paul Elliott · 1 year, 5 months ago
- 077fd87 Add new global mutex for PSA global_data by Paul Elliott · 1 year, 5 months ago
- 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
- bf69f2e New function mbedtls_pk_copy_public_from_psa by Gilles Peskine · 1 year, 5 months ago
- d7e7f48 Merge pull request #8774 from valeriosetti/issue8709 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- fe164ae Merge pull request #8887 from gilles-peskine-arm/pk_import_into_psa-fix_doxygen_code_blocks by Manuel Pégourié-Gonnard · 1 year, 5 months ago