- 306ffd3 Switch to mbedtls_pk_verify_new by Ben Taylor · 3 weeks ago
- 9213318 Merge pull request #10197 from gilles-peskine-arm/ssl_helpers-split_perform_handshake-dev by Manuel Pégourié-Gonnard · 4 weeks ago
- 8e95ba9 Merge pull request #10214 from ariwo17/fix-typo by David Horstmann · 5 weeks ago
- ae89dcc library: tls12: remove usage of MBEDTLS_PK_USE_PSA_EC_DATA by Valerio Setti · 3 months ago
- 67aa959 Fixed some minor typos in comments. by Ari Weiler-Ofek · 7 weeks ago
- c4949d1 mbedtls_ssl_conf_alpn_protocols: declare list elements as const by Gilles Peskine · 9 weeks ago
- 7f6f4e6 library: pass NULL options parameter to mbedtls_pk_verify_ext() by Valerio Setti · 3 months ago
- f670ba5 Always call mbedtls_ssl_handshake_set_state by Gilles Peskine · 5 months ago
- 440cb2a Remove RNG from x509 and PK by Ben Taylor · 5 months ago
- e1e2730 Remove `MBEDTLS_KEY_EXCHANGE_RSA_ENABLED` config option by Gabor Mezei · 5 months ago
- 89743b5 ssl_tls: remove code related to DHE-RSA by Valerio Setti · 6 months ago
- c7403ed Rm dead !USE_PSA code: ssl_tls12_client (part 2) by Manuel Pégourié-Gonnard · 6 months ago
- fef4089 Rm dead !USE_PSA code: ssl_tls12_client (part 1) by Manuel Pégourié-Gonnard · 6 months ago
- 8fcfcf9 Appease unifdef by Manuel Pégourié-Gonnard · 6 months ago
- 48659a1 ssl_tls: remove usage of DHE-PSK by Valerio Setti · 6 months ago
- b3ec125 Remove mentions of RSA-PSK key exchange from documentation 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
- 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 5 months ago
- 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
- 7354f1e Allow building with MBEDTLS_PK_USE_PSA_EC_DATA && MBEDTLS_ECP_C by Gilles Peskine · 1 year, 6 months ago
- b4f5076 debug: move internal functions declarations to an internal header file by Valerio Setti · 1 year, 6 months ago
- 17ef8df ssl_session: Define unconditionally the endpoint field by Ronald Cron · 1 year, 8 months ago
- a4b38f2 Merge pull request #8579 from valeriosetti/issue7995 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
- f9362b7 pk_internal: small renaming for mbedtls_pk_get_group_id() by Valerio Setti · 1 year, 8 months ago
- a3d0f61 Use MBEDTLS_GET_UINTxx_BE macro by Dave Rodgman · 1 year, 9 months ago
- e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 7910cdd Avoid compiler warning about size comparison by Gilles Peskine · 1 year, 10 months ago
- c29df53 Improve robustness of ECDH public key length validation by Gilles Peskine · 1 year, 10 months ago
- eda1b1f Merge pull request #7921 from valeriosetti/issue7613 by Gilles Peskine · 1 year, 10 months ago
- 1d4d944 Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free by Dave Rodgman · 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
- bb07377 Merge pull request #7935 from AgathiyanB/add-enum-casts by Gilles Peskine · 2 years ago
- 46520ea tls12: check buffer size before memcpy-ing data into it by Valerio Setti · 2 years ago
- ea59c43 tls: fix a comment a rename a variable/symbol by Valerio Setti · 2 years ago
- ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
- 8b52b88 Add type casts in ssl library by Agathiyan Bragadeesh · 2 years, 1 month ago
- 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
- da403b7 tls: use already existing symbols to size the buffer for XXDḦ peer key by Valerio Setti · 2 years, 1 month ago
- 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
- 46b2d2b Fix code style by Przemek Stekiel · 2 years, 1 month ago
- 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 615cbcd Provide additional comments for claryfication by Przemek Stekiel · 2 years, 1 month ago
- 7ac93be Adapt names: dh -> xxdh by Przemek Stekiel · 2 years, 1 month ago
- 6f19985 Adapt handshake fields to ffdh by Przemek Stekiel · 2 years, 1 month ago
- 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 1e4a030 Fix wrong array size calculation in error translation code by Andrzej Kurek · 2 years, 2 months ago
- 1c7a998 Add missing ifdefs by Andrzej Kurek · 2 years, 2 months ago
- 0064484 Optimize error translation code size by Andrzej Kurek · 2 years, 2 months ago
- 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
- da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
- 24e50d3 Compile out length check to silent the compiler warning by Przemek Stekiel · 2 years, 2 months ago
- 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 9720778 tls/x509: minor enhancement for using the new private key format by Valerio Setti · 2 years, 2 months ago
- d7ca395 tls12: use the the raw format for the public key when USE_PSA is enabled by Valerio Setti · 2 years, 2 months ago
- 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
- 4642316 tls12_client: remove unnecessary parentheses by Valerio Setti · 2 years, 4 months ago
- 77a904c ssl: remove useless guard by Valerio Setti · 2 years, 4 months ago
- 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
- b8b07aa Handle errors from functions that now return int by Manuel Pégourié-Gonnard · 2 years, 6 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- a0b97bc fix wrong type in debug message by Valerio Setti · 2 years, 7 months ago
- 1e868cc fix several typos and extra blank spaces by Valerio Setti · 2 years, 7 months ago
- 2b5d3de remove remaining occurencies of mbedtls_ecc_group_to_psa() from TLS by Valerio Setti · 2 years, 7 months ago
- 40d9ca9 tls: remove useless legacy function by Valerio Setti · 2 years, 7 months ago
- 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
- 4064a82 Merge pull request #5600 from yuhaoth/pr/refactor-cookie-members-of-handshake by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- ed4f59e Fix another typo where 'PSK' was 'PKS' by Tom Cosgrove · 2 years, 8 months ago
- e01304f fix type conversion issue by Jerry Yu · 3 years, 4 months ago
- ac5ca5a Refactor cookie members of handshake struct by Jerry Yu · 3 years, 5 months ago
- 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
- ffc330f Merge pull request #6264 from hannestschofenig/rfc9146_2 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- ef25a99 Merge pull request #6533 from valeriosetti/issue5847 by Manuel Pégourié-Gonnard · 2 years, 8 months ago
- 5151bdf tls: psa_pake: add missing braces by Valerio Setti · 2 years, 8 months ago
- 61ea17d tls: psa_pake: fix return values in parse functions by Valerio Setti · 2 years, 8 months ago
- 6b3dab0 tls: psa_pake: use a single function for round one and two in key exchange read/write by Valerio Setti · 2 years, 8 months ago
- 9bed8ec tls: psa_pake: make round two reading function symmatric to the writing one by Valerio Setti · 2 years, 8 months ago
- a08b1a4 tls: psa_pake: move move key exchange read/write functions to ssl_tls.c by Valerio Setti · 2 years, 8 months ago
- ec71b09 Introduce a test for single signature algorithm correctness by Andrzej Kurek · 2 years, 9 months ago
- 02c25b5 tls12: psa_pake: use common code for parsing/writing round one and round two data by Valerio Setti · 2 years, 9 months ago
- d384b64 Merge branch 'development' into rfc9146_2 by Dave Rodgman · 2 years, 9 months ago
- ca7d506 Use PSA PAKE API when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 2 months ago
- a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
- 88f5fd9 Merge pull request #6479 from AndrzejKurek/depends-py-no-psa by Gilles Peskine · 2 years, 9 months ago
- 744fd37 Merge pull request #6467 from davidhorstmann-arm/fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
- 468c506 Fix key exchange dependencies for ssl_parse_server_ecdh_params by Andrzej Kurek · 2 years, 9 months ago
- d29e13e tls: Use the same function in TLS 1.2 and 1.3 to check PSK conf by Ronald Cron · 2 years, 9 months ago
- b21bbef Refactor macro-spanning if in ssl_tls12_client.c by David Horstmann · 2 years, 10 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- fd6cca4 CID update to RFC 9146 by Hannes Tschofenig · 3 years, 10 months ago
- 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
- 0ce5921 Use hash_info_get_size in ssl_tls12_client by Andrzej Kurek · 3 years ago
- 953ce39 Merge pull request #5971 from yuhaoth/pr/add-rsa-pss-rsae-for-tls12 by Dave Rodgman · 3 years ago
- 27036c9 Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments by Dave Rodgman · 3 years ago