1. 9c64764 Remove definitions of MBEDTLS_PK_CAN/HAVE_ECDSA* by Elena Uziunaite · 11 months ago
  2. 8c95999 Merge pull request #9544 from eleuzi01/replace-224k1 by Ronald Cron · 11 months ago
  3. 63cb13e Replace MBEDTLS_ECP_HAVE_SECP224K1 with PSA_WANT_ECC_SECP_K1_224 by Elena Uziunaite · 11 months ago
  4. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  5. b4d03cc Fix some typo for include folder by Wenxing Hou · 1 year, 1 month ago
  6. 98ffc8e Merge pull request #9178 from valeriosetti/fix-psa-cmac by Tom Cosgrove · 1 year, 2 months ago
  7. 9df7806 Tweak wording by Gilles Peskine · 1 year, 2 months ago
  8. 0b8ece6 Error out if *adjust* headers are included manually by Gilles Peskine · 1 year, 2 months ago
  9. 975e74c Document check-config.h and *adjust*.h as internal headers by Gilles Peskine · 1 year, 3 months ago
  10. a37ea26 adjust_legacy_crypto: enable CIPHER_C when PSA CMAC is builtin by Valerio Setti · 1 year, 2 months ago
  11. 89f5af8 adjust_legacy_crypto: enable ASN1_[PARSE|WRITE]_C when RSA_C by Valerio Setti · 1 year, 3 months ago
  12. cd376db Merge pull request #8802 from mpg/adjust-vs-check by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  13. 1463e49 Move config adjustment to config_adjust by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  14. b730763 Merge pull request #8703 from valeriosetti/issue7765-guards-in-asn1 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8703-7bf1e98f446e7051e94c3e72568aad5d0279249e
  15. bcf0fc5 adjust_legacy_crypto: add parenthesis to improve clarity by Valerio Setti · 1 year, 6 months ago
  16. f4d2dc2 psa_util: guard ECDSA conversion functions with proper (internal) symbol by Valerio Setti · 1 year, 6 months ago
  17. 2ddabb3 config_adjust_legacy: do not auto-enable PK when RSA is enabled in PSA by Valerio Setti · 1 year, 6 months ago
  18. 9772642 adjust_legacy_crypto: auto-enable CIPHER_C when any builtin cipher is enabled in PSA by Valerio Setti · 1 year, 7 months ago
  19. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  20. 8174662 pk: implement non-PSA mbedtls_pk_sign_ext() by Tomi Fontanilles · 2 years ago
  21. bfa675f adjust_legacy_crypto: add macros for CCM/GCM capabilities with key types by Valerio Setti · 1 year, 7 months ago
  22. 4a5d57d adjust_legacy_crypto: enable BLOCK_CIPHER also when a driver is available by Valerio Setti · 1 year, 8 months ago
  23. 2684e3f config_adjust_legacy_crypto: fix typo by Valerio Setti · 1 year, 8 months ago
  24. 8bba087 adjust_legacy_crypto: add helpers for block ciphers capabilities by Valerio Setti · 1 year, 8 months ago
  25. 294f5d7 Merge pull request #8540 from valeriosetti/issue8060 by Manuel Pégourié-Gonnard · 1 year, 8 months ago
  26. dbfd6a9 adjust_legacy_crypto: auto-enable BLOCK_CIPHER_C when CIPHER_C is not defined by Valerio Setti · 1 year, 9 months ago
  27. 4ed8691 ssl: move MBEDTLS_SSL_HAVE_XXX to config_adjust_legacy_crypto.h by Yanray Wang · 1 year, 9 months ago
  28. 5f3361c Temporary hack to pacify check_names.py by Manuel Pégourié-Gonnard · 1 year, 9 months ago
  29. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  30. 5145902 Merge remote-tracking branch 'origin/development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 9 months ago
  31. 6407f8f Merge pull request #8322 from valeriosetti/issue8257 by Gilles Peskine · 1 year, 9 months ago
  32. e570704 ssl: use MBEDTLS_SSL_HAVE_[CCM/GCM/CHACHAPOLY/AEAD] macros for ssl code by Valerio Setti · 1 year, 10 months ago
  33. b0d9830 Merge branch 'development' into sha-armce-thumb2 by Dave Rodgman · 1 year, 10 months ago
  34. be7915a Revert renaming of SHA512 options by Dave Rodgman · 1 year, 10 months ago
  35. 5b89c55 Rename MBEDTLS_SHAxxx_USE_ARMV8_yyy to MBEDTLS_SHAxxx_USE_ARMV8_A_yyy by Dave Rodgman · 1 year, 10 months ago
  36. c5861d5 Code style by Dave Rodgman · 1 year, 10 months ago
  37. 6ab314f More config option renaming by Dave Rodgman · 1 year, 10 months ago
  38. 94a634d Rename A64 config options by Dave Rodgman · 1 year, 10 months ago
  39. 540324c Correct styling of Mbed TLS in documentation by Thomas Daubney · 1 year, 10 months ago
  40. 85d2a98 md: move definitions of MBEDTLS_MD_CAN to config_adjust_legacy_crypto.h by Valerio Setti · 1 year, 10 months ago
  41. 1a3ad26 Merge branch 'development-restricted' into mbedtls-3.5.0rc0-pr by Minos Galanakis · 1 year, 10 months ago
  42. db6b4db Renaming all MBEDTLS_HAVE for curves to MBEDTLS_ECP_HAVE by Valerio Setti · 1 year, 11 months ago
  43. 67d82e7 build_info: add helpers to signal some support for a specific curve by Valerio Setti · 2 years ago
  44. ca1e605 Merge remote-tracking branch 'upstream-public/development' into development-restricted-merge-20230925 by Gilles Peskine · 1 year, 10 months ago
  45. 9d6a63b Split build_info.h: create and populate mbedtls/config_adjust_legacy_crypto.h by Gilles Peskine · 1 year, 11 months ago