1. 0f6bc41 Update includes for each library file by Harry Ramsey · 10 months ago
  2. 4f76194 Move function mbedtls_oid_get_numeric_string to x509.c by Sam Berry · 1 year ago
  3. 9fc5be0 Replace MBEDTLS_MD_CAN_SHA1 with PSA_WANT_ALG_SHA_1 by Elena Uziunaite · 11 months ago
  4. c15ef93 Replace `MBEDTLS_MD_CAN_SHA512` with `PSA_WANT_ALG_SHA_512` by Gabor Mezei · 1 year, 1 month ago
  5. b66a991 Replace MBEDTLS_MD_CAN_MD5 with PSA_WANT_ALG_MD5 by Elena Uziunaite · 1 year, 3 months ago
  6. 0916cd7 Replace MBEDTLS_MD_CAN_SHA256 with PSA_WANT_ALG_SHA_256 by Elena Uziunaite · 1 year, 2 months ago
  7. 2cf41a2 Merge pull request #9171 from eleuzi01/replace-mbedtls-md-can-sha384 by Ronald Cron · 1 year, 1 month ago
  8. 45aa4d5 Merge pull request #9125 from eleuzi01/replace-mbedtls-md-can-ripemd160 by Ronald Cron · 1 year, 1 month ago
  9. b476d4b Replace MBEDTLS_MD_CAN_SHA384 with PSA_WANT_ALG_SHA_384 by Elena Uziunaite · 1 year, 2 months ago
  10. fcc9afa Replace MBEDTLS_MD_CAN_SHA224 with PSA_WANT_ALG_SHA_224 by Elena Uziunaite · 1 year, 2 months ago
  11. 1b6fb21 Replace MBEDTLS_MD_CAN_RIPEMD160 with PSA_WANT_ALG_RIPEMD160 by Elena Uziunaite · 1 year, 3 months ago
  12. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 6 months ago
  13. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  14. 3cea3ef Merge pull request #8025 from AgathiyanB/accept-numericoid-hexstring-x509 by Gilles Peskine · 1 year, 11 months ago gh-readonly-queue/development/pr-8025-f22999e99fff38825fb86794905c87dff5a4cdf8
  15. c7959b2 Remove magic number in x509.c by Agathiyan Bragadeesh · 1 year, 11 months ago
  16. 86dc085 Add asn1 write tag and len to x509 use c config by Agathiyan Bragadeesh · 1 year, 11 months ago
  17. 15df012 Fix code style by Agathiyan Bragadeesh · 1 year, 11 months ago
  18. 022f86f Prevent output of escaped null characters dn gets by Agathiyan Bragadeesh · 1 year, 11 months ago
  19. 8aa74ab Add return for buffer too small when reading OIDs by Agathiyan Bragadeesh · 1 year, 11 months ago
  20. f3b9724 Remove questionable use of macro. by Agathiyan Bragadeesh · 1 year, 11 months ago
  21. 07f472a Add corruption detected return when writing asn1 by Agathiyan Bragadeesh · 1 year, 11 months ago
  22. eb55867 Fix code style by Agathiyan Bragadeesh · 2 years ago
  23. af70c7d Write numeric oid directly to buffer by Agathiyan Bragadeesh · 2 years ago
  24. a7f9630 Remove duplicate '+' in comparison string by Agathiyan Bragadeesh · 2 years ago
  25. 5adffb2 Refactor dn_gets use library function to write tag by Agathiyan Bragadeesh · 2 years ago
  26. 2bf09a6 Fix style on left shift operations by Agathiyan Bragadeesh · 2 years ago
  27. ee642d9 Format preprocessor conditionals by Agathiyan Bragadeesh · 2 years ago
  28. 7f639fc Fix Windows x64 build errors with type conversions by Agathiyan Bragadeesh · 2 years ago
  29. a1f5c2d Move declaration of variables in dn_gets to top by Agathiyan Bragadeesh · 2 years ago
  30. 0a4b6d8 Alter conditions on hexstring output dn_gets by Agathiyan Bragadeesh · 2 years ago
  31. 4987c8f Fix code style on x509.c and x509_create.c by Agathiyan Bragadeesh · 2 years ago
  32. c9d74f3 Refactor AttributeType in mbedtls_x509_dn_gets by Agathiyan Bragadeesh · 2 years ago
  33. 0eb6673 Add preprocessor config guards by Agathiyan Bragadeesh · 2 years ago
  34. ddc720d Add mbedtls_x509_dn_gets hexstring output by Agathiyan Bragadeesh · 2 years ago
  35. f0e1ac5 Rewrite nibble_to_hex_digit for readability by Agathiyan Bragadeesh · 2 years ago
  36. 9d2507c Rename x509_int_to_hexdigit to nibble_to_hex_digit by Agathiyan Bragadeesh · 2 years ago
  37. ef2decb Escape hexpairs characters RFC 4514 by Agathiyan Bragadeesh · 2 years ago
  38. 48513b8 Escape special characters RFC 4514 by Agathiyan Bragadeesh · 2 years ago
  39. cfae6a1 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  40. 2ea44d2 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
  41. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  42. 3ae1c4c Fix formatting of explanatory commented code by David Horstmann · 2 years, 1 month ago
  43. b1d27bc Improve comment formatting by David Horstmann · 2 years, 1 month ago
  44. cdf5283 Rename variables to more descriptive names by David Horstmann · 2 years, 1 month ago
  45. f032c98 Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  46. ffabb7b Fix unused function warning in x509.c by Dave Rodgman · 2 years, 1 month ago
  47. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  48. 06c31fc x509_parse_time() perf by Glenn Strauss · 3 years, 1 month ago
  49. 811eeb2 mbedtls_x509_time_gmtime() read struct directly by Glenn Strauss · 3 years, 1 month ago
  50. 61d9930 mbedtls_x509_time_gmtime() to fill struct w/ time by Glenn Strauss · 3 years, 1 month ago
  51. 5aef297 mbedtls_x509_time_cmp() perf by Glenn Strauss · 3 years, 1 month ago
  52. 416dc03 mbedtls_x509_time_cmp() compare mbedtls_x509_time by Glenn Strauss · 3 years, 1 month ago
  53. 4d3fc21 Use safe snprintf by Przemek Stekiel · 2 years, 2 months ago
  54. 01cb6eb Fix parsing of SAN IP (use mbedtls_snprintf, validate buffer length) by Przemek Stekiel · 2 years, 2 months ago
  55. 093c97d Add separate case for ip address by Przemek Stekiel · 2 years, 2 months ago
  56. 0ab5b93 Add support for parsing SAN IP address by Przemek Stekiel · 2 years, 2 months ago
  57. 154a605 Change the name of the temporary san variable by Andrzej Kurek · 2 years, 3 months ago
  58. 725688b Fix code style by Przemek Stekiel · 2 years, 4 months ago
  59. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 5 months ago
  60. 5f0c6e8 Add missing deallocation of subject alt name by Andrzej Kurek · 2 years, 5 months ago
  61. bf8ccd8 Adjust error reporting in x509 SAN parsing by Andrzej Kurek · 2 years, 5 months ago
  62. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 5 months ago
  63. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  64. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  65. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  66. 82d250d Use const char for names and adapt style by Przemek Stekiel · 2 years, 5 months ago
  67. 5b9e416 Add rfc822Name support in mbedtls_x509_info_subject_alt_name + adapt test by Przemek Stekiel · 2 years, 5 months ago
  68. ecee12f Add parsing of SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  69. 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 5 months ago
  70. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 5 months ago
  71. dae916b X.509: Add length consistency checks to x509_get_other_name() by Hanno Becker · 6 years ago
  72. 2a15a0c X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by Hanno Becker · 6 years ago
  73. ae8f8c4 Fix X.509 SAN parsing by Hanno Becker · 6 years ago
  74. 32e2091 Remove redundant check and add comment to inform about processing of empty extensions by Przemek Stekiel · 2 years, 6 months ago
  75. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 6 months ago
  76. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  77. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  78. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  79. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  80. 078250e Fix incorrect return style by David Horstmann · 2 years, 9 months ago
  81. 178ec96 Remove unnecessary NULL assignments by David Horstmann · 2 years, 9 months ago
  82. 11307a1 Clarify wording on allocation by David Horstmann · 2 years, 9 months ago
  83. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  84. ed79483 Free structs in mbedtls_x509_get_name() on error by David Horstmann · 2 years, 10 months ago
  85. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  86. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  87. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  88. 2f244c4 Merge pull request #5980 from mprse/md_dep_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  89. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  90. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  91. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  92. 9e30fc9 Remove redundant spaces by Przemek Stekiel · 3 years, 1 month ago
  93. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 2 months ago
  94. 6230d0d mbedtls_x509_sig_alg_gets(): remove md dependency by Przemek Stekiel · 3 years, 1 month ago
  95. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 1 month ago
  96. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  97. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  98. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  99. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  100. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 3 months ago