- 91e7ebe Remove RSA_PSK suites from cipher suite lists by Gilles Peskine · 10 months ago
- 712e9a1 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK by Gilles Peskine · 10 months ago
- ac767e5 Remove MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED by Gilles Peskine · 10 months ago
- 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
- 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
- da41b60 Replace MBEDTLS_SSL_HAVE_CAMELLIA with PSA_WANT_KEY_TYPE_CAMELLIA by Elena Uziunaite · 1 year, 1 month ago
- 51c85a0 Replace MBEDTLS_SSL_HAVE_ARIA with PSA_WANT_KEY_TYPE_ARIA by Elena Uziunaite · 1 year, 1 month ago
- c256172 Replace MBEDTLS_SSL_HAVE_CCM with PSA_WANT_ALG_CCM by Elena Uziunaite · 1 year, 1 month ago
- be6a471 Merge pull request #9365 from eleuzi01/replace-gcm by Gilles Peskine · 12 months ago
- 9c9a3df Merge pull request #9366 from eleuzi01/replace-chachapoly by Gilles Peskine · 12 months ago
- 83a0d9d Replace MBEDTLS_SSL_HAVE_GCM with PSA_WANT_ALG_GCM by Elena Uziunaite · 1 year, 1 month ago
- 5c70c30 Replace MBEDTLS_SSL_HAVE_CHACHAPOLY with PSA_WANT_ALG_CHACHA20_POLY1305 by Elena Uziunaite · 1 year, 1 month ago
- 74342c7 Replace MBEDTLS_SSL_HAVE_CBC with PSA_WANT_ALG_CBC_NO_PADDING 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
- b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
- 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
- b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
- 384fbde library/tests: replace md_psa.h with psa_util.h as include file for MD conversion by Valerio Setti · 1 year, 7 months ago
- 829dd20 ssl: use MBEDTLS_SSL_HAVE_* in ssl_ciphersuites.c by Pengyu Lv · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
- d4a10ce cipher/tls: use new symbols for guarding AEAD code by Valerio Setti · 1 year, 10 months ago
- 2eab462 Fix IAR warnings by Dave Rodgman · 1 year, 10 months ago
- eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 10 months ago
- e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
- e9646ec tls: fix guards for ECDSA support by Valerio Setti · 2 years ago
- 45d56f3 tls: replace ECDSA_C and PK_CAN_ECDSA_SOME with key exchange related ones by Valerio Setti · 2 years, 1 month ago
- de8f56e Merge pull request #7884 from valeriosetti/issue7612 by Manuel Pégourié-Gonnard · 2 years ago
- 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
- 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
- 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
- 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 4bb6773 tls13: Apply same preference rules for ciphersuites as for TLS 1.2 by Ronald Cron · 2 years, 5 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
- 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 299b1d6 Remove unnecessary `psa/crypto.h` include by Andrzej Kurek · 3 years ago
- cccb044 Style & formatting fixes by Andrzej Kurek · 3 years ago
- 25f2715 Update SHA and MD5 dependencies in the SSL module by Andrzej Kurek · 3 years ago
- abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
- ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
- 971f30d Fix mbedtls_ssl_get_ciphersuite_sig_alg() by returning MBEDTLS_PK_NONE for MBEDTLS_KEY_EXCHANGE_RSA by Neil Armstrong · 3 years, 1 month ago
- 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() by Neil Armstrong · 3 years, 1 month ago
- 0c9c10a Introduce mbedtls_ssl_get_ciphersuite_sig_pk_ext_alg() and use it in ssl_pick_cert() by Neil Armstrong · 3 years, 3 months ago
- a3115dc Mark static int SSL functions CHECK_RETURN_CRITICAL by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 689557c Make CIPHER_C guard code as alternate of USE_PSA_CRYPTO in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() by Neil Armstrong · 3 years, 3 months ago
- 801abb6 Provide a PSA definition of mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() when MBEDTLS_USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 3 months ago
- 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
- 8f52690 Add accessors for ciphersuite info by Glenn Strauss · 3 years, 7 months ago
- 6f135e1 Rename MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL to MBEDTLS_SSL_PROTO_TLS1_3 by Ronald Cron · 3 years, 8 months ago
- 69e0ec4 Replace SHA512_C with SHA384_C by Jerry Yu · 4 years ago
- 30319f1 Remove misplaced comment in TLS 1.3 ciphersuite definitions by Hanno Becker · 4 years ago
- 8ca2692 Add TLS 1.3 ciphersuites by Hanno Becker · 4 years ago
- 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
- 75628d5 Code review fixes by TRodziewicz · 4 years, 1 month ago
- cac90a1 Hide constants for TLS 1.0 and TLS 1.1 by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 3670e38 Remove 3DES ciphersuites by TRodziewicz · 4 years, 2 months ago
- 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
- 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
- 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
- cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
- 7e37338 Drop single-DES ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
- 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
- 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 5 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
- 4a51228 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
- cac0c1a Merge remote-tracking branch 'upstream-public/pr/1378' into development by Jaeden Amero · 7 years ago
- 755bb6a Add ecc extensions only if ecc ciphersuite is used by Ron Eldor · 7 years ago
- ce66d5e Declare ChaCha-Poly ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
- af37f0f Add remaining ARIA suites to priority list by Manuel Pégourié-Gonnard · 7 years ago
- c06e101 ARIA ciphersuites for TLS 1.2 by Markku-Juhani O. Saarinen · 8 years ago
- d300a57 Undo API change by Hanno Becker · 8 years ago
- 7e5437a Remember suitable hash function for any signature algorithm. by Hanno Becker · 8 years ago
- 1aa267c Introduce macros and functions to characterize certain ciphersuites. by Hanno Becker · 8 years ago
- b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
- d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
- 538cb7b Add the ECJPAKE ciphersuite by Manuel Pégourié-Gonnard · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- f78e4de Fix warnings from -pedantic by Manuel Pégourié-Gonnard · 10 years ago
- cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- 998897b Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
- a273371 Fix "int vs enum" warnings from armcc v5 by Manuel Pégourié-Gonnard · 10 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
- 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- df6411d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago