1. a02b368 Fix gcc warnings when -Wredundant-decls set by Dave Rodgman · 2 years, 1 month ago
  2. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  3. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 1 month ago
  4. a9aab1a pk/psa: use PSA guard for mbedtls_ecc_group_to_psa() and mbedtls_ecc_group_of_psa() by Valerio Setti · 2 years, 2 months ago
  5. f54ca35 build_info: do not enable ECP_LIGHT when PSA_WANT_ALG_ECDSA by Valerio Setti · 2 years, 2 months ago
  6. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  7. e489e81 pk: add new symbol to state that PK has support for EC keys by Valerio Setti · 2 years, 2 months ago
  8. 3cd4ef7 mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED by Valerio Setti · 2 years, 2 months ago
  9. a18385b build_info: improved description of ECP_LIGHT auto-enabling symbols by Valerio Setti · 2 years, 2 months ago
  10. fdf15dd build_info: auto enable PK_PARSE_EC_COMPRESSED when PK_PARSE_C && ECP_C by Valerio Setti · 2 years, 2 months ago
  11. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  12. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  13. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  14. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  15. 4520a8f config_psa: only KEY_PAIR_USE includes PUBLIC_KEY by Valerio Setti · 2 years, 2 months ago
  16. aac957b config_psa: always enable PUBLIC_KEY when any KEY_PAIR is enabled by Valerio Setti · 2 years, 2 months ago
  17. f4d7ede config_psa: fix logic for updating legacy symbols by Valerio Setti · 2 years, 2 months ago
  18. 38a3e8d config_psa: ECP_C do not enable ECC_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  19. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  20. c51cba9 config_psa: avoid repetitions when including MBEDTLS symbols by Valerio Setti · 2 years, 2 months ago
  21. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  22. ddb5776 config_psa: add missing BUILTIN symbols when ECP_C is defined by Valerio Setti · 2 years, 2 months ago
  23. 89cb144 config_psa: fix comment for LEGACY symbols by Valerio Setti · 2 years, 2 months ago
  24. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  25. a801b56 config_psa: remove GENPRIME from enabled symbols of PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_USE by Valerio Setti · 2 years, 2 months ago
  26. 36befce config_psa: remove leftover comment on ECC derivation by valerio · 2 years, 2 months ago
  27. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  28. f87b505 config_psa: replace legacy symbols with new ones by Valerio Setti · 2 years, 2 months ago
  29. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  30. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  31. 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago
  32. c6beb3a Rename NUL to null in x509 IP parsing description by Andrzej Kurek · 2 years, 2 months ago
  33. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  34. 55ef22c mbedtls_config.h: add description for CTR_DRBG about AES-128 only by Yanray Wang · 2 years, 2 months ago
  35. f956312 Fix typo in MBEDTLS_MD_CAN macros by Dave Rodgman · 2 years, 2 months ago
  36. 0442e1b Fix definition of MBEDTLS_MD_MAX_SIZE and MBEDTLS_MD_MAX_BLOCK_SIZE by Dave Rodgman · 2 years, 2 months ago
  37. 9304186 Restore accidentally removed comment by Dave Rodgman · 2 years, 2 months ago
  38. ff45d44 Replace MBEDTLS_MD_CAN_SHA3 with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
  39. b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 2 months ago
  40. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  41. f9d8f4c Remove reference to SHAKE by Dave Rodgman · 2 years, 2 months ago
  42. a35551e Use MBEDTLS_PRIVATE by Dave Rodgman · 2 years, 2 months ago
  43. cf4d2bd Spell as SHA-3 not SHA3 by Dave Rodgman · 2 years, 2 months ago
  44. c3048b3 Tidy-up definition of mbedtls_sha3_context by Dave Rodgman · 2 years, 2 months ago
  45. 9d7fa93 move mbedtls_sha3_family_functions out of public interface by Dave Rodgman · 2 years, 2 months ago
  46. e627bef Use faster type for state index by Dave Rodgman · 2 years, 2 months ago
  47. 1789d84 remove not-needed fields from SHA-3 context by Dave Rodgman · 2 years, 2 months ago
  48. 5d9aeba Fix param documentation for mbedtls_x509_crt_parse_cn_inet_pton by Andrzej Kurek · 2 years, 2 months ago
  49. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  50. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  51. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  52. c9d9829 Add comment on macros that should be kept in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  53. f76c220 Remove mbedtls_psa_translate_md(). by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  54. 45b3451 Keep MD and PSA max size in sync by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  55. 725d2e2 Fix guard for PSA->MD error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  56. 1c32e37 Formally deprecate mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  57. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  58. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  59. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  60. 1ef26e2 Add convenience inline function to md.h by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  61. 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
  62. 975d9c0 Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes by Gilles Peskine · 2 years, 2 months ago
  63. 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
  64. 1747304 Update the descriptions of SANs by Andrzej Kurek · 2 years, 3 months ago
  65. bf95e9a Reword description and change NUL to null by David Horstmann · 2 years, 2 months ago
  66. 0171397 Change behaviour away from NUL-terminated strings by David Horstmann · 2 years, 2 months ago
  67. d1a203a Cosmetic fixes to doxygen comment by David Horstmann · 2 years, 2 months ago
  68. 64e0184 psa_util: add support for rfc8410's OIDs by valerio · 2 years, 2 months ago
  69. 7b11368 Merge pull request #7438 from valeriosetti/issue7074 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  70. a1b4166 Merge pull request #7547 from silabs-Kusumit/PBKDF2_input_validation by Gilles Peskine · 2 years, 2 months ago
  71. b97b689 Reword function description slightly by David Horstmann · 2 years, 2 months ago
  72. b2e551d Merge pull request #6943 from ucko/2023b-platform by Dave Rodgman · 2 years, 2 months ago
  73. 7ef8a8d pk: improve description for the new priv_id field by Valerio Setti · 2 years, 2 months ago
  74. 9dc9204 Merge pull request #7554 from valeriosetti/issue7073-reshape by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  75. 016264b pk: fix a return value and a typo in comment by Valerio Setti · 2 years, 2 months ago
  76. 50729ea Merge pull request #7611 from yanrayw/7609_tweak_build_info_include_order by Gilles Peskine · 2 years, 2 months ago
  77. 37db332 build_info.h: rewrite comment by Yanray Wang · 2 years, 2 months ago
  78. 5e4a01b mbedtls/platform.h: Avoid potential macro redefinition warnings. by Aaron M. Ucko · 2 years, 7 months ago
  79. f57007d pk: fixing and improving comments by Valerio Setti · 2 years, 3 months ago
  80. 9a11f8a Merge pull request #7573 from tom-cosgrove-arm/add-psa_want_alg_some_pake by Paul Elliott · 2 years, 3 months ago
  81. 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  82. 8203f2d Merge pull request #7535 from minosgalanakis/ecp/7264_enable_core_shift_l by Paul Elliott · 2 years, 3 months ago
  83. c1541cb pk: minor fixes (guards and a wrong assignment) by Valerio Setti · 2 years, 3 months ago
  84. 67fdb33 Add a possibility to write subject alt names in a certificate by Andrzej Kurek · 2 years, 4 months ago
  85. 1a75269 Move mbedtls_x509_san_list to x509.h by Andrzej Kurek · 2 years, 4 months ago
  86. 92c3f36 test_suite_debug: fix USE_PSA_INIT/DONE guards in a test by Valerio Setti · 2 years, 3 months ago
  87. 722f8f7 pk: adding a new field to store the public key in raw format by Valerio Setti · 2 years, 3 months ago
  88. 419a55e build_info.h: rewrite comment for inclusion of config_psa.h by Yanray Wang · 2 years, 3 months ago
  89. 6397673 build_info.h: change location of including config_psa.h by Yanray Wang · 2 years, 3 months ago
  90. 2056d09 bignum: Updated documentation for `mbedtls_mpi_shift_l()` by Minos Galanakis · 2 years, 3 months ago
  91. 3f00b84 pk: fix build issues by Valerio Setti · 2 years, 3 months ago
  92. 77a7568 pk: align library and tests code to the new internal functions by Valerio Setti · 2 years, 3 months ago
  93. 229bf10 pk: make mbedtls_pk_ec internal when !ECP_C by Valerio Setti · 2 years, 3 months ago
  94. 6d62fac Only include psa_pake_setup() and friends if some PAKE algorithms are required by Tom Cosgrove · 2 years, 3 months ago
  95. 199eab9 Add partial support for URI SubjectAltNames by Andrzej Kurek · 2 years, 3 months ago
  96. 7265bab mbedtls_config.h: remove empty * line before closing */ line by Yanray Wang · 2 years, 3 months ago
  97. d2ae432 mbedtls_config.h: rewrite comment for AES_ONLY_128_BIT_KEY_LENGTH by Yanray Wang · 2 years, 3 months ago
  98. 1d046fa Merge pull request #6010 from mprse/ffdh_import_export by Manuel Pégourié-Gonnard · 2 years, 3 months ago
  99. ab4fb0d aes.h: rewrite comment for aes round key buf by Yanray Wang · 2 years, 3 months ago
  100. 8d42cfd Merge pull request #7539 from gilles-peskine-arm/mbedtls_error_pair_t-smaller by Gilles Peskine · 2 years, 3 months ago