1. 58535da Only check for certificates if it is supported by Gabor Mezei · 4 months ago
  2. a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 12 months ago
  3. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 10 months ago
  4. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 1 month ago
  5. f672b69 Use correct conditionals in programs/ssl (fix unused-function errors) by Michael Schuster · 1 year, 1 month ago
  6. 0420093 Adjust spacing in sample programs by Michael Schuster · 1 year, 1 month ago
  7. 8db8d61 Fix missing-prototype errors in sample programs by Michael Schuster · 1 year, 1 month ago
  8. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  9. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year ago
  10. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  11. fcc9afa Replace MBEDTLS_MD_CAN_SHA224 with PSA_WANT_ALG_SHA_224 by Elena Uziunaite · 1 year, 2 months ago
  12. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  13. bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  14. 5ba1d5e programs: use proper macro for ECDSA capabilities in ssl_sever2 by Valerio Setti · 2 years, 5 months ago
  15. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 6 months ago
  16. e896705 Take advantage of legacy_or_psa.h being public by Manuel Pégourié-Gonnard · 2 years, 10 months ago
  17. 0bc834b Enable signature algorithms in ssl programs with PSA based hashes by Andrzej Kurek · 2 years, 10 months ago
  18. ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years ago
  19. 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years ago
  20. 6d576c9 Call setbuf when reading or writing files: programs by Gilles Peskine · 3 years, 1 month ago
  21. cc53910 fix various issues by Jerry Yu · 3 years, 1 month ago
  22. 202919c refine supported sig alg print by Jerry Yu · 3 years, 1 month ago
  23. a1255e6 fix various issues by Jerry Yu · 3 years, 1 month ago
  24. 9bb3ee4 Revert rsa_pss_rsae_* support for tls12 by Jerry Yu · 3 years, 1 month ago
  25. 3896ac6 fix ordered sig algs fail for openssl by Jerry Yu · 3 years, 1 month ago
  26. 9f4cc5f Add pss_rsae sig algs into test conf by Jerry Yu · 3 years, 1 month ago
  27. ba65fbb Fix comments by Ronald Cron · 3 years, 1 month ago
  28. 903c979 programs: ssl: Add one RSA PSS signature algorithm by Ronald Cron · 3 years, 1 month ago
  29. 11f0a9c fix deprecated-declarations error by Jerry Yu · 3 years, 6 months ago
  30. 5902cd6 Remove MBEDTLS_SSL_EXPORT_KEYS, making it always on by Andrzej Kurek · 3 years, 10 months ago
  31. e5306f6 Use distinct variables for distinct purposes by Manuel Pégourié-Gonnard · 4 years ago
  32. 69c10a4 Fix memory leak on failure path in test code by Manuel Pégourié-Gonnard · 4 years ago
  33. 296fefe Fix return type of example key export callbacks by Hanno Becker · 4 years, 1 month ago
  34. c4c38ca Adjust example programs to new key export API by Hanno Becker · 4 years, 2 months ago
  35. 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 2 months ago
  36. 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 2 months ago
  37. 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 2 months ago
  38. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 3 months ago
  39. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 3 months ago
  40. fa1f904 Fix an error when copy-pasting x509_crt_verify_info by Chris Jones · 4 years, 3 months ago
  41. e383fa6 Move x509_crt_verify_info to ssl_test_common_source.c by Chris Jones · 4 years, 3 months ago
  42. 504c1a3 ssl_test_lib: move common functions and variables by Gilles Peskine · 4 years, 6 months ago
  43. 0d980b8 ssl_test_common_source.c: new source file for common SSL test code by Gilles Peskine · 4 years, 6 months ago