1. 00b54e6 doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 2 years, 3 months ago
  2. 43dfd51 doxygen: fix misused \p commands in rsa.h by Andrzej Kurek · 3 years, 6 months ago
  3. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 6 months ago
  4. 69ed8c4 Fix documentation - parameter name mistakes by Andrzej Kurek · 3 years, 6 months ago
  5. 7d49a1c doxygen: remove unnecessary description by Andrzej Kurek · 3 years, 6 months ago
  6. 8bfa24b Update compiler versions requirement by Jerry Yu · 2 years, 3 months ago
  7. 8e96e78 update document and error message by Jerry Yu · 2 years, 3 months ago
  8. c37e260 Add armclang version requirement for sha512 by Jerry Yu · 2 years, 3 months ago
  9. 6aca2c9 Merge pull request #7716 from mpg/psa-util-internal by Gilles Peskine · 2 years, 1 month ago
  10. 08daebb Make endpoint getter parameter a pointer to const by Pengyu Lv · 2 years, 1 month ago
  11. accd53f Add getter access to endpoint field in mbedtls_ssl_config by Pengyu Lv · 2 years, 5 months ago
  12. 918ebf3 Add getter access to hostname field in mbedtls_ssl_context by Pengyu Lv · 2 years, 5 months ago
  13. af724dd ssl_cache: Add getter access to timeout field by Pengyu Lv · 2 years, 5 months ago
  14. 9967f11 Merge pull request #7810 from valeriosetti/issue7771 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  15. 999ce22 Make the PSA-mbedtls RNG API public by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  16. abfe640 Rationalize includes in psa_util by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  17. b7e8939 Move error functions to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  18. a5a8f29 Move ECC and FFDH macros to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  19. f9b012f Remove unused function from psa_util.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  20. 5c731b0 Use consistent guards for deprecated feature by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  21. efcc1f2 Make cipher functions static in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  22. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  23. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  24. 3d0c825 Merge pull request #7825 from daverodgman/cipher_wrap_size by Dave Rodgman · 2 years, 1 month ago
  25. 761d0dc Improve doxygen formatting by Dave Rodgman · 2 years, 1 month ago
  26. ff4c2db Improve comments by Dave Rodgman · 2 years, 1 month ago
  27. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  28. 06dfba7 config_psa: enabled EC key derivation support when ECP_C is enabled by Valerio Setti · 2 years, 1 month ago
  29. 27c501a lib/test: replace BASIC_IMPORT_EXPORT internal symbol with BASIC,IMPORT,EXPORT by Valerio Setti · 2 years, 1 month ago
  30. 6a9d0ee library/test: replace LEGACY symbol with BASIC_IMPORT_EXPORT by Valerio Setti · 2 years, 2 months ago
  31. 73fc082 config_psa: introduce new internal KEY_PAIR symbol for BASIC+IMPORT+EXPORT by Valerio Setti · 2 years, 2 months ago
  32. 5dbe17d Add PSA_JPAKE_FINISHED to EXPECTED_{IN,OUT}PUTS() by David Horstmann · 2 years, 1 month ago
  33. 98d7933 Update guards for supported groups by Przemek Stekiel · 2 years, 1 month ago
  34. 4f8d2ef Improve docs by Dave Rodgman · 2 years, 1 month ago
  35. d30eed4 More struct re-ordering by Dave Rodgman · 2 years, 1 month ago
  36. 92cf6e5 Adjust stuct order for better packing / smaller accessor code size by Dave Rodgman · 2 years, 1 month ago
  37. e59b9d4 Fix some compiler type warnings by Dave Rodgman · 2 years, 1 month ago
  38. a2e2fce Fix accidental mis-named field by Dave Rodgman · 2 years, 1 month ago
  39. eb65fec Fix use of enum in a bitfield by Dave Rodgman · 2 years, 1 month ago
  40. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  41. 3b46b77 code style by Dave Rodgman · 2 years, 1 month ago
  42. de3de77 Use look-up table for base by Dave Rodgman · 2 years, 1 month ago
  43. 0ffb68e Use fewer bits for iv_size by Dave Rodgman · 2 years, 1 month ago
  44. 6c6c842 Use fewer bits for key_bitlen by Dave Rodgman · 2 years, 1 month ago
  45. 3319ae9 Re-order mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  46. 48d13c5 Use bit-fields by Dave Rodgman · 2 years, 1 month ago
  47. f9c9c92 Change types in mbedtls_cipher_info_t by Dave Rodgman · 2 years, 1 month ago
  48. 279d227 Add "completed" clarification to struct comments by David Horstmann · 2 years, 2 months ago
  49. 096093b Remove redundant structures from previous design by David Horstmann · 2 years, 2 months ago
  50. 024e5c5 Rename struct member mode to io_mode by David Horstmann · 2 years, 2 months ago
  51. 5da9560 Properly namespace enum values within PSA_JPAKE_ by David Horstmann · 2 years, 2 months ago
  52. e7f21e6 Change J-PAKE internal state machine by David Horstmann · 2 years, 3 months ago
  53. 2fb9d00 Merge pull request #7682 from valeriosetti/issue7453 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  54. 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 2 months ago
  55. 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
  56. bc2b1d3 psa: move mbedtls_ecc_group_to_psa() from inline function to standard one by Valerio Setti · 2 years, 2 months ago
  57. f54ca35 build_info: do not enable ECP_LIGHT when PSA_WANT_ALG_ECDSA by Valerio Setti · 2 years, 2 months ago
  58. 81d7512 library: replace occurencies of ECP_LIGHT with PK_HAVE_ECC_KEYS by Valerio Setti · 2 years, 2 months ago
  59. e489e81 pk: add new symbol to state that PK has support for EC keys by Valerio Setti · 2 years, 2 months ago
  60. 3cd4ef7 mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED by Valerio Setti · 2 years, 2 months ago
  61. a18385b build_info: improved description of ECP_LIGHT auto-enabling symbols by Valerio Setti · 2 years, 2 months ago
  62. fdf15dd build_info: auto enable PK_PARSE_EC_COMPRESSED when PK_PARSE_C && ECP_C by Valerio Setti · 2 years, 2 months ago
  63. 4922ba1 build_info: complete list of symbols that auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  64. addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
  65. aecd32c pk: let PK_PARSE_EC_EXTENDED auto-enable ECP_LIGHT by Valerio Setti · 2 years, 2 months ago
  66. 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  67. 4520a8f config_psa: only KEY_PAIR_USE includes PUBLIC_KEY by Valerio Setti · 2 years, 2 months ago
  68. aac957b config_psa: always enable PUBLIC_KEY when any KEY_PAIR is enabled by Valerio Setti · 2 years, 2 months ago
  69. f4d7ede config_psa: fix logic for updating legacy symbols by Valerio Setti · 2 years, 2 months ago
  70. 38a3e8d config_psa: ECP_C do not enable ECC_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  71. b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
  72. c51cba9 config_psa: avoid repetitions when including MBEDTLS symbols by Valerio Setti · 2 years, 2 months ago
  73. b7ef51a crypto: move legacy symbols support to a dedicated header file by Valerio Setti · 2 years, 2 months ago
  74. ddb5776 config_psa: add missing BUILTIN symbols when ECP_C is defined by Valerio Setti · 2 years, 2 months ago
  75. 89cb144 config_psa: fix comment for LEGACY symbols by Valerio Setti · 2 years, 2 months ago
  76. 602ee2e config_psa: remove support for PSA_WANT_KEY_TYPE_DH_KEY_PAIR_DERIVE by Valerio Setti · 2 years, 2 months ago
  77. 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
  78. 36befce config_psa: remove leftover comment on ECC derivation by valerio · 2 years, 2 months ago
  79. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  80. f87b505 config_psa: replace legacy symbols with new ones by Valerio Setti · 2 years, 2 months ago
  81. 8d6e98c psa: add support for legacy symbols by Valerio Setti · 2 years, 2 months ago
  82. 67a3e3e crypto_config: introducing new definitions for PSA_WANT KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
  83. a426dc3 Merge pull request #7782 from gilles-peskine-arm/mbedtls_ecp_modulus_type-move by Janos Follath · 2 years, 2 months ago
  84. f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
  85. 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago
  86. ce05f54 Properly disable ECDH in only (psk) ephemeral ffdh key exchange components by Przemek Stekiel · 2 years, 2 months ago
  87. c6beb3a Rename NUL to null in x509 IP parsing description by Andrzej Kurek · 2 years, 2 months ago
  88. 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
  89. 55ef22c mbedtls_config.h: add description for CTR_DRBG about AES-128 only by Yanray Wang · 2 years, 2 months ago
  90. 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 2 months ago
  91. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
  92. f956312 Fix typo in MBEDTLS_MD_CAN macros by Dave Rodgman · 2 years, 2 months ago
  93. 61d9930 mbedtls_x509_time_gmtime() to fill struct w/ time by Glenn Strauss · 3 years, 1 month ago
  94. 416dc03 mbedtls_x509_time_cmp() compare mbedtls_x509_time by Glenn Strauss · 3 years, 1 month ago
  95. 0442e1b Fix definition of MBEDTLS_MD_MAX_SIZE and MBEDTLS_MD_MAX_BLOCK_SIZE by Dave Rodgman · 2 years, 2 months ago
  96. 9304186 Restore accidentally removed comment by Dave Rodgman · 2 years, 2 months ago
  97. ff45d44 Replace MBEDTLS_MD_CAN_SHA3 with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
  98. b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 2 months ago
  99. 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
  100. f9d8f4c Remove reference to SHAKE by Dave Rodgman · 2 years, 2 months ago