1. 0a0d0d5 ssl: keep all helper definitions in ssl_ciphersuites.h by Valerio Setti · 2 years, 1 month ago
  2. ed365e6 ssl: improve/fix definitions for internal helpers by Valerio Setti · 2 years, 1 month ago
  3. a15078b pk: do not duplicate internal symbols for ECDH/ECDSA capabilities by Valerio Setti · 2 years, 1 month ago
  4. e87915b ssl: update new symbols to include also FFDH by Valerio Setti · 2 years, 1 month ago
  5. b302efc debug: replace ECDH_C symbol with key exchange one by Valerio Setti · 2 years, 1 month ago
  6. c2232ea tls: replace PK_CAN_ECDH guards with new helpers by Valerio Setti · 2 years, 1 month ago
  7. 7aeec54 tls: replace ECDH_C guards with new helpers by Valerio Setti · 2 years, 1 month ago
  8. 00dc406 ssl: add new helpers for TLS 1.2/1.3 ECDH(E) key exchanges by Valerio Setti · 2 years, 1 month ago
  9. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  10. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  11. 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
  12. 761d0dc Improve doxygen formatting by Dave Rodgman · 2 years, 1 month ago
  13. ff4c2db Improve comments by Dave Rodgman · 2 years, 1 month ago
  14. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  15. 06dfba7 config_psa: enabled EC key derivation support when ECP_C is enabled by Valerio Setti · 2 years, 1 month ago
  16. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  17. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
  18. 73fc082 config_psa: introduce new internal KEY_PAIR symbol for BASIC+IMPORT+EXPORT by Valerio Setti · 2 years, 2 months ago
  19. 98d7933 Update guards for supported groups by Przemek Stekiel · 2 years, 1 month ago
  20. 4f8d2ef Improve docs by Dave Rodgman · 2 years, 1 month ago
  21. d30eed4 More struct re-ordering by Dave Rodgman · 2 years, 1 month ago
  22. 92cf6e5 Adjust stuct order for better packing / smaller accessor code size by Dave Rodgman · 2 years, 1 month ago
  23. e59b9d4 Fix some compiler type warnings by Dave Rodgman · 2 years, 1 month ago
  24. a2e2fce Fix accidental mis-named field by Dave Rodgman · 2 years, 1 month ago
  25. eb65fec Fix use of enum in a bitfield by Dave Rodgman · 2 years, 1 month ago
  26. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  27. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  28. de3de77 Use look-up table for base by Dave Rodgman · 2 years, 1 month ago
  29. 0ffb68e Use fewer bits for iv_size by Dave Rodgman · 2 years, 1 month ago
  30. 6c6c842 Use fewer bits for key_bitlen by Dave Rodgman · 2 years, 1 month ago
  31. 3319ae9 Re-order mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  32. 48d13c5 Use bit-fields by Dave Rodgman · 2 years, 1 month ago
  33. f9c9c92 Change types in mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  34. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  35. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  36. 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
  37. f54ca35 build_info: do not enable ECP_LIGHT when PSA_WANT_ALG_ECDSA by Valerio Setti · 2 years, 2 months ago
  38. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  39. e489e81 pk: add new symbol to state that PK has support for EC keys by Valerio Setti · 2 years, 2 months ago
  40. 3cd4ef7 mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED by Valerio Setti · 2 years, 2 months ago
  41. a18385b build_info: improved description of ECP_LIGHT auto-enabling symbols by Valerio Setti · 2 years, 2 months ago
  42. fdf15dd build_info: auto enable PK_PARSE_EC_COMPRESSED when PK_PARSE_C && ECP_C by Valerio Setti · 2 years, 2 months ago
  43. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  44. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  45. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  46. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  47. 4520a8f config_psa: only KEY_PAIR_USE includes PUBLIC_KEY by Valerio Setti · 2 years, 2 months ago
  48. aac957b config_psa: always enable PUBLIC_KEY when any KEY_PAIR is enabled by Valerio Setti · 2 years, 2 months ago
  49. f4d7ede config_psa: fix logic for updating legacy symbols by Valerio Setti · 2 years, 2 months ago
  50. 38a3e8d config_psa: ECP_C do not enable ECC_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  51. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  52. c51cba9 config_psa: avoid repetitions when including MBEDTLS symbols by Valerio Setti · 2 years, 2 months ago
  53. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  54. ddb5776 config_psa: add missing BUILTIN symbols when ECP_C is defined by Valerio Setti · 2 years, 2 months ago
  55. 89cb144 config_psa: fix comment for LEGACY symbols by Valerio Setti · 2 years, 2 months ago
  56. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  57. 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
  58. 36befce config_psa: remove leftover comment on ECC derivation by valerio · 2 years, 2 months ago
  59. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  60. f87b505 config_psa: replace legacy symbols with new ones by Valerio Setti · 2 years, 2 months ago
  61. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  62. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  63. 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago
  64. ce05f54 Properly disable ECDH in only (psk) ephemeral ffdh key exchange components by Przemek Stekiel · 2 years, 2 months ago
  65. c6beb3a Rename NUL to null in x509 IP parsing description by Andrzej Kurek · 2 years, 2 months ago
  66. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  67. 55ef22c mbedtls_config.h: add description for CTR_DRBG about AES-128 only by Yanray Wang · 2 years, 2 months ago
  68. 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 2 months ago
  69. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  70. f956312 Fix typo in MBEDTLS_MD_CAN macros by Dave Rodgman · 2 years, 2 months ago
  71. 61d9930 mbedtls_x509_time_gmtime() to fill struct w/ time by Glenn Strauss · 3 years, 1 month ago
  72. 416dc03 mbedtls_x509_time_cmp() compare mbedtls_x509_time by Glenn Strauss · 3 years, 1 month ago
  73. 0442e1b Fix definition of MBEDTLS_MD_MAX_SIZE and MBEDTLS_MD_MAX_BLOCK_SIZE by Dave Rodgman · 2 years, 2 months ago
  74. 9304186 Restore accidentally removed comment by Dave Rodgman · 2 years, 2 months ago
  75. ff45d44 Replace MBEDTLS_MD_CAN_SHA3 with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
  76. b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 2 months ago
  77. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  78. f9d8f4c Remove reference to SHAKE by Dave Rodgman · 2 years, 2 months ago
  79. a35551e Use MBEDTLS_PRIVATE by Dave Rodgman · 2 years, 2 months ago
  80. cf4d2bd Spell as SHA-3 not SHA3 by Dave Rodgman · 2 years, 2 months ago
  81. c3048b3 Tidy-up definition of mbedtls_sha3_context by Dave Rodgman · 2 years, 2 months ago
  82. 9d7fa93 move mbedtls_sha3_family_functions out of public interface by Dave Rodgman · 2 years, 2 months ago
  83. e627bef Use faster type for state index by Dave Rodgman · 2 years, 2 months ago
  84. 1789d84 remove not-needed fields from SHA-3 context by Dave Rodgman · 2 years, 2 months ago
  85. 5d9aeba Fix param documentation for mbedtls_x509_crt_parse_cn_inet_pton by Andrzej Kurek · 2 years, 3 months ago
  86. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  87. 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
  88. d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
  89. ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
  90. e7db09b Move FFDH helper functions and macros to more suitable locations by Przemek Stekiel · 2 years, 2 months ago
  91. cceb933 Add FFDH definitions and translation functions by Przemek Stekiel · 2 years, 3 months ago
  92. c9d9829 Add comment on macros that should be kept in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  93. f76c220 Remove mbedtls_psa_translate_md(). by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  94. 45b3451 Keep MD and PSA max size in sync by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  95. 725d2e2 Fix guard for PSA->MD error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  96. 1c32e37 Formally deprecate mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  97. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  98. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  99. 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  100. 1ef26e2 Add convenience inline function to md.h by Manuel Pégourié-Gonnard · 2 years, 6 months ago