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