1. ef950cc Un-unrestore mbedtls_x509_string_to_names() by David Horstmann · 1 year, 5 months ago
  2. 9464913 Unrestore mbedtls_x509_string_to_names() by David Horstmann · 1 year, 5 months ago
  3. 762f9f9 Restore X509 functions erroneously made private by David Horstmann · 1 year, 5 months ago
  4. 25b282e x509: move internal functions declarations to a private header by Valerio Setti · 1 year, 6 months ago
  5. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  6. d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
  7. a792564 Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier by Gilles Peskine · 2 years ago
  8. 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 5 months ago
  9. c508dc2 Unify csr and crt san writing functions by Andrzej Kurek · 2 years, 1 month ago
  10. 836aed7 Merge pull request #6003 from gstrauss/x509_time by Tom Cosgrove · 2 years, 1 month ago
  11. 8bde649 Fixed AlgorithmIdentifier parameters when used with ECDSA signature algorithm in x509 certificate by Marek Jansta · 2 years, 9 months ago
  12. c6beb3a Rename NUL to null in x509 IP parsing description by Andrzej Kurek · 2 years, 1 month ago
  13. 61d9930 mbedtls_x509_time_gmtime() to fill struct w/ time by Glenn Strauss · 3 years, 1 month ago
  14. 416dc03 mbedtls_x509_time_cmp() compare mbedtls_x509_time by Glenn Strauss · 3 years, 1 month ago
  15. 5d9aeba Fix param documentation for mbedtls_x509_crt_parse_cn_inet_pton by Andrzej Kurek · 2 years, 2 months ago
  16. cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
  17. 975d9c0 Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes by Gilles Peskine · 2 years, 2 months ago
  18. 1747304 Update the descriptions of SANs by Andrzej Kurek · 2 years, 3 months ago
  19. 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
  20. 1a75269 Move mbedtls_x509_san_list to x509.h by Andrzej Kurek · 2 years, 4 months ago
  21. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 5 months ago
  22. 8d435a0 Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509_parse_subject_alt_name to mbedtls_x509_parse_general_name so they can be used not only to collect subject alt name, but the V3 authority cert issuer that is also GeneralName type. by toth92g · 4 years, 3 months ago
  23. a41954d Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Updating mbedtls_x509_crt_free function to also free the new dynamic elements (issuer field of AuthorityKeyId). by toth92g · 4 years, 6 months ago
  24. c27ba3a Clarify SAN structure memory management by Andrzej Kurek · 2 years, 5 months ago
  25. 5f0c6e8 Add missing deallocation of subject alt name by Andrzej Kurek · 2 years, 5 months ago
  26. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
  27. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  28. ecee12f Add parsing of SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  29. 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 5 months ago
  30. 50836c4 Fix a comment in x509_crt.h by Andrzej Kurek · 2 years, 6 months ago
  31. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  32. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 6 months ago
  33. 21c3728 Adapt function names by Przemek Stekiel · 2 years, 6 months ago
  34. cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
  35. 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
  36. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  37. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  38. 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 1 month ago
  39. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 1 month ago
  40. a0defed doxygen: move addtogroup closures to include more elements by Andrzej Kurek · 3 years, 7 months ago
  41. 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
  42. 842edf4 Make many fields of X.509 structures public by Gilles Peskine · 4 years ago
  43. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  44. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  45. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  46. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  47. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  48. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  49. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  50. 6609aef Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  51. b2dc3fa Suppport otherName of type hardware module name by Ron Eldor · 6 years ago
  52. a96f4fe Merge remote-tracking branch 'origin/pr/2380' into development by Jaeden Amero · 6 years ago
  53. c49ada4 Fix backwards include of x509.h in oid.h by Manuel Pégourié-Gonnard · 7 years ago
  54. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  55. fa8f635 Add `MBEDTLS_SELF_TEST` check in header files by Ron Eldor · 8 years ago
  56. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  57. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  58. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  59. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  60. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  61. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  62. e244f9f Improve doc about length of strings written by Manuel Pégourié-Gonnard · 10 years ago
  63. 9a70225 Add parsing/printing for new X.509 keyUsage flags by Manuel Pégourié-Gonnard · 10 years ago
  64. e7e8984 Fix and document corner-cases of time checking by Manuel Pégourié-Gonnard · 10 years ago
  65. 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
  66. fb317c5 Rename parameter in a x509 helper by Manuel Pégourié-Gonnard · 10 years ago
  67. 9505164 Create cert profile API (unimplemented yet) by Manuel Pégourié-Gonnard · 10 years ago
  68. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  69. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  70. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  71. b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  72. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  73. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  74. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  75. 83b04de Rename a few incidental references to PolarSSL by Manuel Pégourié-Gonnard · 10 years ago
  76. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/x509.h]
  77. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  78. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  79. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  80. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  81. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  82. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  83. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  84. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  85. fd6c85c Set a compile-time limit to X.509 chain length by Manuel Pégourié-Gonnard · 11 years ago
  86. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  87. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  88. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  89. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  90. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
  91. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  92. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  93. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  94. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  95. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  96. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  97. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  98. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  99. 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
  100. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago