1. 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
  2. c7959b2 Remove magic number in x509.c by Agathiyan Bragadeesh · 1 year, 11 months ago
  3. 86dc085 Add asn1 write tag and len to x509 use c config by Agathiyan Bragadeesh · 1 year, 11 months ago
  4. 15df012 Fix code style by Agathiyan Bragadeesh · 2 years ago
  5. 022f86f Prevent output of escaped null characters dn gets by Agathiyan Bragadeesh · 2 years ago
  6. 8aa74ab Add return for buffer too small when reading OIDs by Agathiyan Bragadeesh · 2 years ago
  7. f3b9724 Remove questionable use of macro. by Agathiyan Bragadeesh · 2 years ago
  8. 07f472a Add corruption detected return when writing asn1 by Agathiyan Bragadeesh · 2 years ago
  9. eb55867 Fix code style by Agathiyan Bragadeesh · 2 years ago
  10. af70c7d Write numeric oid directly to buffer by Agathiyan Bragadeesh · 2 years ago
  11. a7f9630 Remove duplicate '+' in comparison string by Agathiyan Bragadeesh · 2 years ago
  12. 5adffb2 Refactor dn_gets use library function to write tag by Agathiyan Bragadeesh · 2 years ago
  13. 2bf09a6 Fix style on left shift operations by Agathiyan Bragadeesh · 2 years ago
  14. ee642d9 Format preprocessor conditionals by Agathiyan Bragadeesh · 2 years ago
  15. 7f639fc Fix Windows x64 build errors with type conversions by Agathiyan Bragadeesh · 2 years ago
  16. a1f5c2d Move declaration of variables in dn_gets to top by Agathiyan Bragadeesh · 2 years ago
  17. 0a4b6d8 Alter conditions on hexstring output dn_gets by Agathiyan Bragadeesh · 2 years ago
  18. 4987c8f Fix code style on x509.c and x509_create.c by Agathiyan Bragadeesh · 2 years ago
  19. c9d74f3 Refactor AttributeType in mbedtls_x509_dn_gets by Agathiyan Bragadeesh · 2 years ago
  20. 0eb6673 Add preprocessor config guards by Agathiyan Bragadeesh · 2 years ago
  21. ddc720d Add mbedtls_x509_dn_gets hexstring output by Agathiyan Bragadeesh · 2 years ago
  22. f0e1ac5 Rewrite nibble_to_hex_digit for readability by Agathiyan Bragadeesh · 2 years ago
  23. 9d2507c Rename x509_int_to_hexdigit to nibble_to_hex_digit by Agathiyan Bragadeesh · 2 years ago
  24. ef2decb Escape hexpairs characters RFC 4514 by Agathiyan Bragadeesh · 2 years ago
  25. 48513b8 Escape special characters RFC 4514 by Agathiyan Bragadeesh · 2 years ago
  26. cfae6a1 Fix incorrect detection of HardwareModuleName by David Horstmann · 2 years ago
  27. 2ea44d2 Fix: Set type_id in x509_get_other_name() by David Horstmann · 2 years ago
  28. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  29. 3ae1c4c Fix formatting of explanatory commented code by David Horstmann · 2 years, 1 month ago
  30. b1d27bc Improve comment formatting by David Horstmann · 2 years, 1 month ago
  31. cdf5283 Rename variables to more descriptive names by David Horstmann · 2 years, 1 month ago
  32. f032c98 Improve #endif comments by Dave Rodgman · 2 years, 1 month ago
  33. ffabb7b Fix unused function warning in x509.c by Dave Rodgman · 2 years, 1 month ago
  34. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  35. 06c31fc x509_parse_time() perf by Glenn Strauss · 3 years, 1 month ago
  36. 811eeb2 mbedtls_x509_time_gmtime() read struct directly by Glenn Strauss · 3 years, 1 month ago
  37. 61d9930 mbedtls_x509_time_gmtime() to fill struct w/ time by Glenn Strauss · 3 years, 1 month ago
  38. 5aef297 mbedtls_x509_time_cmp() perf by Glenn Strauss · 3 years, 1 month ago
  39. 416dc03 mbedtls_x509_time_cmp() compare mbedtls_x509_time by Glenn Strauss · 3 years, 1 month ago
  40. 4d3fc21 Use safe snprintf by Przemek Stekiel · 2 years, 2 months ago
  41. 01cb6eb Fix parsing of SAN IP (use mbedtls_snprintf, validate buffer length) by Przemek Stekiel · 2 years, 2 months ago
  42. 093c97d Add separate case for ip address by Przemek Stekiel · 2 years, 2 months ago
  43. 0ab5b93 Add support for parsing SAN IP address by Przemek Stekiel · 2 years, 2 months ago
  44. 154a605 Change the name of the temporary san variable by Andrzej Kurek · 2 years, 3 months ago
  45. 725688b Fix code style by Przemek Stekiel · 2 years, 4 months ago
  46. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 5 months ago
  47. 5f0c6e8 Add missing deallocation of subject alt name by Andrzej Kurek · 2 years, 5 months ago
  48. bf8ccd8 Adjust error reporting in x509 SAN parsing by Andrzej Kurek · 2 years, 6 months ago
  49. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
  50. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  51. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  52. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  53. 82d250d Use const char for names and adapt style by Przemek Stekiel · 2 years, 6 months ago
  54. 5b9e416 Add rfc822Name support in mbedtls_x509_info_subject_alt_name + adapt test by Przemek Stekiel · 2 years, 6 months ago
  55. ecee12f Add parsing of SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  56. 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 5 months ago
  57. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  58. dae916b X.509: Add length consistency checks to x509_get_other_name() by Hanno Becker · 6 years ago
  59. 2a15a0c X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by Hanno Becker · 6 years ago
  60. ae8f8c4 Fix X.509 SAN parsing by Hanno Becker · 6 years ago
  61. 32e2091 Remove redundant check and add comment to inform about processing of empty extensions by Przemek Stekiel · 2 years, 6 months ago
  62. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 6 months ago
  63. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  64. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  65. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  66. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  67. 078250e Fix incorrect return style by David Horstmann · 2 years, 10 months ago
  68. 178ec96 Remove unnecessary NULL assignments by David Horstmann · 2 years, 10 months ago
  69. 11307a1 Clarify wording on allocation by David Horstmann · 2 years, 10 months ago
  70. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  71. ed79483 Free structs in mbedtls_x509_get_name() on error by David Horstmann · 2 years, 10 months ago
  72. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  73. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  74. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  75. 2f244c4 Merge pull request #5980 from mprse/md_dep_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  76. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  77. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  78. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  79. 9e30fc9 Remove redundant spaces by Przemek Stekiel · 3 years, 1 month ago
  80. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 2 months ago
  81. 6230d0d mbedtls_x509_sig_alg_gets(): remove md dependency by Przemek Stekiel · 3 years, 1 month ago
  82. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 1 month ago
  83. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  84. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  85. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  86. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  87. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  88. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  89. feaebc5 x509.c: Remove one unnecessary cast by Andrzej Kurek · 5 years ago
  90. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  91. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  92. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  93. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  94. 3aa6405 Correct comment on the configuration option in x509.c by Simon Butcher · 5 years ago
  95. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  96. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  97. 3cddba8 Improve documentation of mbedtls_x509_get_ext() by Hanno Becker · 6 years ago
  98. 6ccfb18 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  99. 12f62fb Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  100. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago