1. 5b93d97 Update references to test helpers by David Horstmann · 9 months ago
  2. 241b901 Merge pull request #9490 from waleed-elmelegy-arm/add-iop-key-agrmnt-api by Janos Follath · 9 months ago
  3. 947afa0 Remove designated initializers from ECDH compile time initializers by Waleed Elmelegy · 9 months ago
  4. fc140d0 Merge pull request #9672 from gilles-peskine-arm/coverity-20241004 by Paul Elliott · 9 months ago
  5. 7817da0 Improve and fix compile initializers for ECDH/ECP by Waleed Elmelegy · 9 months ago
  6. a4d0fd1 Fix a typo and a mistake in ECDH conext compile time initalizer by Waleed Elmelegy · 9 months ago
  7. e980fbe Fix codestyle in ECDH compile time initilaizers by Waleed Elmelegy · 9 months ago
  8. f840b3a Add compile time initilaizers to ECDH and bignum structs by Waleed Elmelegy · 9 months ago
  9. 502ff7b Merge pull request #9639 from waleed-elmelegy-arm/add-iop-key-gen-setup by Janos Follath · 9 months ago
  10. ddc59dc Refactor error_common ifdef header by Harry Ramsey · 10 months ago
  11. cca4dbe Add PSA interruptible key generation setup & abort APIs by Waleed Elmelegy · 10 months ago
  12. 8b4b152 Fix test scripts for split error files by Harry Ramsey · 10 months ago
  13. a05bfee Refactor tf-psa-crypto to use error_common.h instead of error.h by Harry Ramsey · 10 months ago
  14. 90724f7 Move error.h from tf-psa-crypto to Mbed TLS by Harry Ramsey · 10 months ago
  15. 69b67c8 Split error.h into error_common.h and error.h by Harry Ramsey · 10 months ago
  16. 6197cdf Fix comment by Ronald Cron · 10 months ago
  17. 360928a Pacify check_names.py by Ronald Cron · 10 months ago
  18. a0afbfb Fix/Add documentation by Ronald Cron · 10 months ago
  19. 67cc6a7 Use config_adjust_test_accelerators.h by Ronald Cron · 10 months ago
  20. 1520875 config_adjust_test_accelerators.h: Error out if wrong usage by Ronald Cron · 10 months ago
  21. e8a9258 config_adjust_test_accelerators.h: Do not define PSA_CRYPTO_DRIVER_TEST by Ronald Cron · 10 months ago
  22. 2b36f5f config_adjust_test_accelerators.h: Do not error if PSA_CRYPTO_CONFIG is ON by Ronald Cron · 10 months ago
  23. db11561 Introduce config_adjust_test_accelerators.h by Ronald Cron · 10 months ago
  24. 995702d Document errors for mbedtls_ecdsa_raw_to_der and mbedtls_ecdsa_der_to_raw by Gilles Peskine · 10 months ago
  25. 468c0ae Revert move of version.h to tf-psa-crypto libray by Harry Ramsey · 10 months ago
  26. b268d27 Merge pull request #9413 from sezrab/split_numeric_string_conversions_oid-development by David Horstmann · 10 months ago
  27. f8db5b6 Move the function declarations to x509.h by Sam Berry · 1 year, 1 month ago
  28. 6872c5f Make mbedtls_mpi_exp_mod_unsafe internal by Janos Follath · 12 months ago
  29. 5b69fad Move MBEDTLS_MPI_IS_* macros to bignum_core.h by Janos Follath · 12 months ago
  30. 9a8b1f4 Make _optionally_safe functions internal by Janos Follath · 12 months ago
  31. 91537eb Improve documentation of MBEDTLS_MPI_IS_PUBLIC by Janos Follath · 12 months ago
  32. 7305002 Add optionally unsafe variant of exp_mod for perf by Manuel Pégourié-Gonnard · 1 year, 2 months ago
  33. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 2 months ago
  34. 88f3dd9 Merge pull request #9402 from tom-daubney-arm/remove_function_level_alt_interface by Bence Szépkúti · 12 months ago
  35. aacbc62 Merge pull request #9453 from gilles-peskine-arm/psa-keystore-dynamic-prep-4.0 by Gilles Peskine · 12 months ago
  36. 1eaea51 Fix copypasta by Gilles Peskine · 1 year, 1 month ago
  37. 0e3704f Reorder blocks to avoid double negations by Gilles Peskine · 1 year, 2 months ago
  38. bdd16d4 Make it possible to enable CTR_DRBG/PSA without a PSA AES driver by Gilles Peskine · 1 year, 2 months ago
  39. 7070d26 Make mbedtls_internal_sha512_process static by Thomas Daubney · 1 year ago
  40. bfe1b67 Make mbedtls_internal_sha256_process static by Thomas Daubney · 1 year ago
  41. ae5f8cc Restore SHA256 & SHA512 prototypes by Thomas Daubney · 1 year ago
  42. 3e0273f Internalise functions flagged as internal by Thomas Daubney · 1 year ago
  43. 4864424 Remove MBEDTLS_ECDSA_SIGN_ALT by Thomas Daubney · 1 year, 1 month ago
  44. e3013da Remove MBEDTLS_ECDSA_VERIFY_ALT by Thomas Daubney · 1 year, 1 month ago
  45. 7c0b4ad Remove MBEDTLS_AES_DECRYPT_ALT by Thomas Daubney · 1 year, 1 month ago
  46. 6cf05f9 Remove MBEDTLS_AES_ENCRYPT_ALT by Thomas Daubney · 1 year, 1 month ago
  47. 43874e0 Remove MBEDTLS_DES_SETKEY_ALT by Thomas Daubney · 1 year, 1 month ago
  48. 8dde3b3 Replace MBEDTLS_PK_HAVE_ECC_KEYS with PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY by Elena Uziunaite · 1 year, 1 month ago
  49. 87e0550 Replace MBEDTLS_PSA_UTIL_HAVE_ECDSA with PSA_HAVE_ALG_SOME_ECDSA by Elena Uziunaite · 1 year, 1 month ago
  50. 665eda7 Introduce crypto_adjust_config_derived.h by Elena Uziunaite · 1 year, 1 month ago
  51. 3962a38 Merge pull request #9287 from Wenxing-hou/fix_some_typo by Paul Elliott · 1 year, 1 month ago
  52. 39b5c8a Remove further docs notes by Thomas Daubney · 1 year, 2 months ago
  53. 75246c0 Remove irrelevant documentation notes by Thomas Daubney · 1 year, 2 months ago
  54. 25bcf27 Remove MBEDTLS_SHA512_ALT by Thomas Daubney · 1 year, 2 months ago
  55. b248a93 Remove MBEDTLS_MD5_ALT by Thomas Daubney · 1 year, 2 months ago
  56. efc65e1 Remove MBEDTLS_CMAC_ALT by Thomas Daubney · 1 year, 2 months ago
  57. 027535c Remove MBEDTLS_SHA256_ALT by Thomas Daubney · 1 year, 2 months ago
  58. 30c7701 Remove MBEDTLS_RIPEMD160_ALT by Thomas Daubney · 1 year, 2 months ago
  59. 2cd12de Remove MBEDTLS_SHA1_ALT by Thomas Daubney · 1 year, 2 months ago
  60. f974bff Merge pull request #9259 from tom-daubney-arm/remove_aes-like_alt_interface by Bence Szépkúti · 1 year, 1 month ago
  61. 3f40127 Merge pull request #9213 from eleuzi01/replace-mbedtls-md-can-sha3-384 by Bence Szépkúti · 1 year, 1 month ago
  62. 25e2be1 Remove MBEDTLS_NIST_KW_ALT by Thomas Daubney · 1 year, 2 months ago
  63. a9ea6f8 Remove MBEDTLS_DES_ALT by Thomas Daubney · 1 year, 2 months ago
  64. 064f1df Remove MBEDTLS_ARIA_ALT by Thomas Daubney · 1 year, 2 months ago
  65. e9fe311 Remove MBEDTLS_CAMELLIA_ALT by Thomas Daubney · 1 year, 2 months ago
  66. c7cb810 Remove MBEDTLS_GCM_ALT by Thomas Daubney · 1 year, 2 months ago
  67. b4914cf Remove MBEDTLS_CCM_ALT by Thomas Daubney · 1 year, 2 months ago
  68. 4137609 Remove MBEDTLS_AES_ALT by Thomas Daubney · 1 year, 2 months ago
  69. 7a507d2 Replace MBEDTLS_MD_CAN_SHA3_384 in md.h by Elena Uziunaite · 1 year, 1 month ago
  70. 3f2d9b6 Merge pull request #9268 from tom-daubney-arm/remove_symmetric_crypto_alt_interface by Bence Szépkúti · 1 year, 1 month ago
  71. 9a8a9d3 Replace MBEDTLS_MD_CAN_SHA3_224 in md.h by Elena Uziunaite · 1 year, 1 month ago
  72. b4d03cc Fix some typo for include folder by Wenxing Hou · 1 year, 2 months ago
  73. 4e6a368 Replace MBEDTLS_MD_CAN_SHA256 in md.h, ssl.h, and entropy.h by Elena Uziunaite · 1 year, 1 month ago
  74. f60ff02 Remove MBEDTLS_CHACHA20_ALT by Thomas Daubney · 1 year, 2 months ago
  75. af28a17 Remove MBEDTLS_CHACHAPOLY_ALT by Thomas Daubney · 1 year, 2 months ago
  76. f7ca94a Remove MBEDTLS_POLY1305_ALT by Thomas Daubney · 1 year, 2 months ago
  77. 9da1769 Remove MBEDTLS_ECP_ALT and associated options by Thomas Daubney · 1 year, 2 months ago
  78. e647d8f Remove MBEDTLS_ECJPAKE_ALT by Thomas Daubney · 1 year, 2 months ago
  79. 5edad7f Remove MBEDTLS_DHM_ALT by Thomas Daubney · 1 year, 2 months ago
  80. f47b66e Remove MBEDTLS_RSA_ALT by Thomas Daubney · 1 year, 2 months ago
  81. 583c933 Replace MBEDTLS_MD_CAN_SHA3_256 in md.h by Elena Uziunaite · 1 year, 1 month ago
  82. cd90695 Merge pull request #9214 from eleuzi01/replace-mbedtls-md-can-sha3-512 by Ronald Cron · 1 year, 1 month ago
  83. 9567fd1 Replace MBEDTLS_MD_CAN_SHA3_512 in md.h by Elena Uziunaite · 1 year, 1 month ago
  84. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
  85. cf5e3dd Replace MBEDTLS_MD_CAN_SHA384 in md.h and ssl.h by Elena Uziunaite · 1 year, 1 month ago
  86. 6244882 Replace MBEDTLS_MD_CAN_SHA224 in md.h by Elena Uziunaite · 1 year, 1 month ago
  87. 550a18d Move Mbed TLS crypto headers by Ronald Cron · 1 year, 2 months ago