1. f54ca35 build_info: do not enable ECP_LIGHT when PSA_WANT_ALG_ECDSA by Valerio Setti · 2 years, 2 months ago
  2. a18385b build_info: improved description of ECP_LIGHT auto-enabling symbols by Valerio Setti · 2 years, 1 month ago
  3. fdf15dd build_info: auto enable PK_PARSE_EC_COMPRESSED when PK_PARSE_C && ECP_C by Valerio Setti · 2 years, 2 months ago
  4. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  5. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  6. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  7. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  8. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  9. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  10. 37db332 build_info.h: rewrite comment by Yanray Wang · 2 years, 2 months ago
  11. 419a55e build_info.h: rewrite comment for inclusion of config_psa.h by Yanray Wang · 2 years, 3 months ago
  12. 6397673 build_info.h: change location of including config_psa.h by Yanray Wang · 2 years, 3 months ago
  13. 1ed226f Auto-enable CTR_DRBG_USE_128_BIT_KEY with AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 3 months ago
  14. 151bdf9 build_info: fixed comment by Valerio Setti · 2 years, 4 months ago
  15. fd122f4 ecp: introduce new ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
  16. 135f2ae Pacify doxygen.sh by Ronald Cron · 2 years, 6 months ago
  17. d01a3bc Merge tag 'v3.4.0' into mbedtls-3.4.0_mergeback by Paul Elliott · 2 years, 4 months ago
  18. 70a1b6d Fix typos by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  19. 5a51d0d Fix depends.py failure with correct TLS 1.2 deps by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  20. 5cd4b64 Use MD-light in entropy.c by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  21. db67e99 Bump library, libcrypto and libx509 versions by Paul Elliott · 2 years, 4 months ago
  22. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  23. be97afe PKCS12: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  24. 41bc8b6 ECJPAKE: always use MD light by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  25. b33ef74 Use MD_LIGHT, not sha1.h, in RSA selftest by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  26. 8316209 Use MD_LIGHT rather than md5.h in pem.c by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  27. 45cef61 Merge branch 'development' into md-light by Dave Rodgman · 2 years, 5 months ago
  28. 1f39a62 Merge pull request #7151 from gilles-peskine-arm/psa-headers-alt by Dave Rodgman · 2 years, 5 months ago
  29. 95c9152 Move the implication of MBEDTLS_PSA_CRYPTO_CLIENT where it belongs by Gilles Peskine · 2 years, 5 months ago
  30. b9b630d Define "light" subset of MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  31. d0b83e1 build_info: fix PK's requirements for RSA_C by Valerio Setti · 2 years, 6 months ago
  32. bbccdd4 pk no longer needs pk_write for ECDSA with MBEDTLS_USE_PSA_CRYPTO by Gilles Peskine · 2 years, 10 months ago
  33. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  34. 48223bc Bump version to 3.3.0. No changes to .so versions. by Dave Rodgman · 2 years, 8 months ago
  35. 6157fee Unify defintions of inline for MSVC (and old armcc?) by Gilles Peskine · 2 years, 8 months ago
  36. 77e15e8 Merge pull request #6460 from xkqian/tls13_add_early_data_preparatory by Ronald Cron · 2 years, 9 months ago
  37. c9176a0 Merge pull request #6410 from gilles-peskine-arm/psa-pkparse-pkwrite-3.2 by Ronald Cron · 2 years, 9 months ago
  38. 4ef4c89 Fix CI failure in build_info.h by Xiaokang Qian · 2 years, 9 months ago
  39. 571f1ff Make sure TLS 1.2 kex macros are undefined in builds without TLS 1.2 by Ronald Cron · 2 years, 10 months ago
  40. d8d2ea5 Add TLS 1.3 key exchange mode config options by Ronald Cron · 2 years, 10 months ago
  41. fcee740 Automatically enable PK_PARSE for RSA in PSA by Gilles Peskine · 2 years, 10 months ago
  42. fd94304 PSA RSA needs pk_write by Gilles Peskine · 2 years, 10 months ago
  43. a06787a build_info.h: include config_psa.h also when MBEDTLS_PSA_CRYPTO_C by Przemek Stekiel · 2 years, 11 months ago
  44. cd08ba0 Bump version to 3.2.1 by Paul Elliott · 3 years, 1 month ago
  45. 20362cd Bump library and so versions for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
  46. 8d2864d Force usage of MBEDTLS_PK_WRITE_C when PK_C and USE_PSA_CRYPTO is used by Andrzej Kurek · 3 years, 7 months ago
  47. 17b1e2f Bump version to 3.1.0 by Ronald Cron · 3 years, 8 months ago
  48. 1bc9e93 Manual updates to version information by Dave Rodgman · 4 years, 1 month ago
  49. e55a821 Remove explicit link to MBEDTLS_CONFIG_FILE by Bence Szépkúti · 4 years, 1 month ago
  50. 5e2743f Mention MBEDTLS_CONFIG_FILE in build_info.h docs by Bence Szépkúti · 4 years, 1 month ago
  51. 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 4 years, 1 month ago
  52. a1d1f5b Fix typo by Bence Szépkúti · 4 years, 1 month ago
  53. 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 1 month ago
  54. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 1 month ago
  55. 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 1 month ago
  56. b2e23de Make config version symbols optional by Bence Szépkúti · 4 years, 1 month ago
  57. 04982f7 Move version defines to build_info.h by Bence Szépkúti · 4 years, 1 month ago
  58. d3da503 Move comment closer to relevant code by Bence Szépkúti · 4 years, 2 months ago
  59. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  60. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  61. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  62. 5ab7303 Introduce a level of indirection in config header by Bence Szépkúti · 4 years, 2 months ago