1. ffce45c Add missing ALG_SHA_1 by Elena Uziunaite · 11 months ago
  2. 9c64764 Remove definitions of MBEDTLS_PK_CAN/HAVE_ECDSA* by Elena Uziunaite · 11 months ago
  3. b430eee Bring back some dependencies by Elena Uziunaite · 11 months ago
  4. 91d8386 Enable USE_PSA_CRYPTO by Elena Uziunaite · 11 months ago
  5. 96867b6 Address review comments: remove dependencies by Elena Uziunaite · 11 months ago
  6. 8d8620b Address review comments: add PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_IMPORT by Elena Uziunaite · 11 months ago
  7. bed21b5 Replace MBEDTLS_PK_CAN_ECDSA_VERIFY with PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
  8. 39c7d5d Replace MBEDTLS_PK_CAN_ECDSA_SIGN with PSA_HAVE_ALG_ECDSA_SIGN by Elena Uziunaite · 11 months ago
  9. 4fd105c Introduce PSA_HAVE_ALG_ECDSA_SIGN and PSA_HAVE_ALG_ECDSA_VERIFY by Elena Uziunaite · 11 months ago
  10. a6950b8 Replace MBEDTLS_PK_CAN_ECDSA_SOME with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year ago
  11. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  12. 1ad1954 Merge pull request #9304 from sezrab/analyze_driver_vs_reference_header_correction by Gilles Peskine · 11 months ago
  13. 924c1a3 Merge pull request #9540 from eleuzi01/replace-sha1 by David Horstmann · 11 months ago
  14. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  15. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  16. 1d98d9d Merge pull request #9526 from mpg/refactor-tls123-verif-dev by David Horstmann · 11 months ago
  17. 36fe918 Merge pull request #9252 from gabor-mezei-arm/9114_replace_MBEDTLS_MD_CAN_SHA512_with_PSA_WANT by David Horstmann · 11 months ago
  18. f3cd97d Merge pull request #9327 from eleuzi01/issue-9319 by Manuel Pégourié-Gonnard · 11 months ago
  19. c37877f Merge pull request #9515 from mpg/windows-makefile-fixes by Manuel Pégourié-Gonnard · 11 months ago
  20. c21675e Make error line consistent with the header by Elena Uziunaite · 11 months ago
  21. c645f11 Merge pull request #9508 from eleuzi01/docs-fix by Manuel Pégourié-Gonnard · 11 months ago gh-readonly-queue/development/pr-9508-2d005aef8d2038cbd04b126edc3dbb7e9c92890b
  22. b721ccc Add a ChangeLog entry by Manuel Pégourié-Gonnard · 12 months ago
  23. 5398e58 Fix guards around function now used by 1.3 as well by Manuel Pégourié-Gonnard · 12 months ago
  24. 9e3e991 Fix typos in comments by Manuel Pégourié-Gonnard · 12 months ago
  25. 67072bf Fix two dependency declarations in ssl-opt by Manuel Pégourié-Gonnard · 12 months ago
  26. a040548 Improve some comments by Manuel Pégourié-Gonnard · 12 months ago
  27. 19dd9f5 Merge 1.2 and 1.3 certificate verification by Manuel Pégourié-Gonnard · 12 months ago
  28. 908f57d Minor refactoring of generic SSL certificate verif by Manuel Pégourié-Gonnard · 12 months ago
  29. 843a00d Add support for context f_vrfy callback in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  30. fd800c2 Improve a variable's name by Manuel Pégourié-Gonnard · 12 months ago
  31. 5bdadbb Restrict the scope of a few variables by Manuel Pégourié-Gonnard · 12 months ago
  32. 95dd6f5 ssl-opt.sh: Test trusted certificate callback in TLS 1.3 by Ronald Cron · 1 year, 4 months ago
  33. bfbecf8 tls13: Add support for trusted certificate callback by Ronald Cron · 1 year, 4 months ago
  34. 7a442c9 ssl-opt.sh: Fix test case titles by Ronald Cron · 1 year, 4 months ago
  35. 6901504 Allow no authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  36. 18dd213 Reorder some tests in ssl-opt.sh by Manuel Pégourié-Gonnard · 12 months ago
  37. 58ab9ba Allow optional authentication of the server in 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  38. aefc593 Add comments about 1.3 server sending no cert by Manuel Pégourié-Gonnard · 12 months ago
  39. 5f9428a Rm translation code for unused flag by Manuel Pégourié-Gonnard · 12 months ago
  40. e5a916f Simplify certificate curve check for 1.2 by Manuel Pégourié-Gonnard · 12 months ago
  41. 7a4aa4d Make mbedtls_ssl_check_cert_usage() work for 1.3 by Manuel Pégourié-Gonnard · 12 months ago
  42. 94f7022 Clean up mbedtls_ssl_check_cert_usage() by Manuel Pégourié-Gonnard · 12 months ago
  43. 2ffa53a Test cert alert REVOKED -> CERT_REVOKED by Manuel Pégourié-Gonnard · 1 year ago
  44. 0274175 Test cert alert NOT_TRUSTED -> UNKNOWN_CA by Manuel Pégourié-Gonnard · 1 year ago
  45. 946d14a Fix ordering of a test case in ssl-opt.sh by Manuel Pégourié-Gonnard · 1 year ago
  46. a6397f0 Add test forcing TLS 1.2 for clearer coverage by Manuel Pégourié-Gonnard · 1 year ago
  47. 6ddde67 Don't clean test_keys.h and test_certs.h by David Horstmann · 11 months ago
  48. 2d005ae Merge pull request #9525 from mpg/dev-mergeback by Gilles Peskine · 11 months ago
  49. 0b0f090 Merge remote-tracking branch 'restricted/development-restricted' into dev-mergeback by Manuel Pégourié-Gonnard · 11 months ago
  50. a7c9c18 Merge pull request #9520 from ronald-cron-arm/restore-all-ref-configs-testing by Janos Follath · 11 months ago
  51. aa29660 Restore testing of all reference configs by Ronald Cron · 11 months ago
  52. dcc78ee Fix typos in make clean target for Windows by David Horstmann · 11 months ago
  53. 99b57bd Merge pull request #1272 from eleuzi01/forward-1263 by Gilles Peskine · 11 months ago
  54. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  55. 414e59b Leave the spaces in psa-transition.md by Elena Uziunaite · 11 months ago
  56. 34fe4fd Fix typo in psa-transition.md by Elena Uziunaite · 11 months ago
  57. ab0af45 Merge pull request #9464 from gilles-peskine-arm/psa-keystore-dynamic-development by Gilles Peskine · 11 months ago gh-readonly-queue/development/pr-9464-805ac15e2d77c00d41edea336c8fb33e28322ff5
  58. e2119aa Merge pull request #1281 from gilles-peskine-arm/merge-development-restricted-20240823 by Manuel Pégourié-Gonnard · 11 months ago
  59. 0a2b6e2 Merge remote-tracking branch 'development' into development-restricted by Gilles Peskine · 12 months ago
  60. 805ac15 Merge pull request #9244 from waleed-elmelegy-arm/fix-tls13_parse_client_hello-issue by Gilles Peskine · 12 months ago
  61. 344f79b Reduce the wording in changelog entry by Waleed Elmelegy · 12 months ago
  62. 65e73c8 Improve the changelog entry for fixing legacy compression issue by Waleed Elmelegy · 12 months ago
  63. b5df9d8 Add chanelog entry for fixing legacy comprssion methods issue by Waleed Elmelegy · 12 months ago
  64. 5edab7c Merge pull request #1277 from gilles-peskine-arm/memory_allocation_cleanup_psa_crypto_rsa-changelog-development by David Horstmann · 12 months ago
  65. 4c9fccf Simplify and explain the overflow check for maximum slice length by Gilles Peskine · 12 months ago
  66. da27eba Tiny fix in ChangeLog pt 2 by Elena Uziunaite · 12 months ago
  67. d65f4b8 Merge pull request #9485 from sergio-nsk/sergio-nsk/lean_and_mean/1 by minosgalanakis · 12 months ago
  68. e0c6f80 Tiny fix in ChangeLog by Elena Uziunaite · 12 months ago
  69. 98dd0c1 Changelog entry for the RSA memory leak by Gilles Peskine · 12 months ago
  70. 0b2bd07 Add overflow check for maximum key slot length by David Horstmann · 12 months ago
  71. 68a4b74 Tweak macro check to allow 3 extra key slices by David Horstmann · 12 months ago
  72. fdcc47c Fix incorrect comments on slice numbering by David Horstmann · 12 months ago
  73. f72a510 Edit ChangeLog entry by Elena Uziunaite · 12 months ago
  74. 8b0908a Merge pull request #1270 from sezrab/memory_allocation_cleanup_psa_crypto_rsa-development by Tom Cosgrove · 12 months ago
  75. 16f0e18 Update ChangeLog by Elena Uziunaite · 12 months ago
  76. ddc0800 Merge pull request #9462 from waleed-elmelegy-arm/add-psa_key_agreement by Janos Follath · 12 months ago
  77. f48bfb0 Add test cases for extKeyUsage by Elena Uziunaite · 12 months ago
  78. 6a04b16 Rationalize extKeyUsage tests by Elena Uziunaite · 12 months ago
  79. aeda1fd Use P_CLI when O_CLI's status is not reliable by Manuel Pégourié-Gonnard · 12 months ago
  80. 19d6d34 Rationalize keyUsage testing, round 2 by Manuel Pégourié-Gonnard · 12 months ago
  81. 92a391e Always print detailed cert errors in test programs by Manuel Pégourié-Gonnard · 12 months ago
  82. 4956e32 Fix 1.3 failure to update flags for (ext)KeyUsage by Manuel Pégourié-Gonnard · 12 months ago
  83. 5a4c8f0 Rationalize ssl-opt tests for keyUsage by Manuel Pégourié-Gonnard · 12 months ago
  84. 8e70c2b Test cert alert KEY_USAGE -> UNSUPPORTED_CERT by Manuel Pégourié-Gonnard · 1 year ago
  85. 2547cd3 Free allocated memory where methods were returning without freeing by Sam Berry · 12 months ago
  86. e25cb1b Fix formatting issue in psa_key_agreement() documentation by Waleed Elmelegy · 12 months ago
  87. d156240 Fix possible issues in testing and implementation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
  88. 8faeee2 Improve documentation of psa_key_agreement() by Waleed Elmelegy · 12 months ago
  89. cb0ed88 Add change log entry for adding psa_key_agreement() API by Waleed Elmelegy · 12 months ago
  90. bdf2c98 Add psa_key_agreement() API by Waleed Elmelegy · 12 months ago
  91. 659f9e7 Merge pull request #9441 from paul-elliott-arm/add_docs_iop_key_generation by Janos Follath · 12 months ago
  92. 9e08884 Clarify IOP key generation restriction by Janos Follath · 12 months ago
  93. 9f48917 Improve IOP documentation by Janos Follath · 12 months ago
  94. 7311600 Constrain interruptible key generation to key-pairs by Janos Follath · 12 months ago
  95. 211ebb5 Don't return success on a stub by Janos Follath · 12 months ago
  96. 2dc5fa3 Add generated files for new iop key generation funcs by Paul Elliott · 1 year, 1 month ago
  97. 0c1aa4a Add psa_generate_key_iop_abort() documentation by Paul Elliott · 1 year, 1 month ago
  98. 08afb00 Add psa_generate_key_iop_complete() documentation by Paul Elliott · 1 year, 1 month ago
  99. 6044f3e Add psa_generate_key_iop_setup() documentation by Paul Elliott · 1 year, 1 month ago
  100. f712452 Add psa_generate_key_iop_get_num_ops() docs by Paul Elliott · 1 year, 1 month ago