1. 8194285 Fix parsing of authorityCertSerialNumber (use valid tags) by Przemek Stekiel · 2 years, 3 months ago
  2. f5b8f78 authorityCertIssuer and authorityCertSerialNumber MUST both be present or absent by Przemek Stekiel · 2 years, 3 months ago
  3. f419494 Use do-while(0) format in macros by Przemek Stekiel · 2 years, 3 months ago
  4. 9a7a725 Fix code style by Przemek Stekiel · 2 years, 4 months ago
  5. 725688b Fix code style by Przemek Stekiel · 2 years, 4 months ago
  6. 294ec12 Remove redundant memory relase for authorityCertIssuer by Przemek Stekiel · 2 years, 4 months ago
  7. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 6 months ago
  8. 4f3e7b9 Fix parsing of authorityCertIssuer by Przemek Stekiel · 2 years, 6 months ago
  9. 75653b1 Add indication of extension error while parsing authority/subject key id by Przemek Stekiel · 2 years, 6 months ago
  10. 6ec839a x509_get_authority_key_id: add length check + test by Przemek Stekiel · 2 years, 6 months ago
  11. 3520fe6 Use MBEDTLS_ERROR_ADD() and tag macros by Przemek Stekiel · 2 years, 6 months ago
  12. 8a13866 Remove parsing of rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  13. a2939e8 Remove duplicated function by Przemek Stekiel · 2 years, 7 months ago
  14. 9a511c5 Rename back mbedtls_x509_parse_general_name->mbedtls_x509_parse_subject_alt_name by Przemek Stekiel · 2 years, 7 months ago
  15. 62d8f84 Adapt mbedtls_x509_crt_free after rebase by Przemek Stekiel · 2 years, 7 months ago
  16. 9232e0a Adding some comments for easier understand by toth92g · 4 years, 3 months ago
  17. 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
  18. d96027a Correcting documentation issues: by toth92g · 4 years, 3 months ago
  19. 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
  20. b96c309 Don't use lstrlenW() on Windows by Tom Cosgrove · 2 years, 6 months ago
  21. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  22. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  23. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 7 months ago
  24. db128f5 Allow empty ns_cert_type, key_usage while parsing certificates by Przemek Stekiel · 2 years, 7 months ago
  25. 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
  26. cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
  27. 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
  28. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  29. 4a480ac Merge pull request #6265 from Kabbah/x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  30. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  31. 47c7a73 Print RFC 4108 hwSerialNum in hex format by Victor Barpp Gomes · 2 years, 10 months ago
  32. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  33. 5166954 Make more use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  34. 40afdd2 Make use of MBEDTLS_MAX_HASH_SIZE macro by Przemek Stekiel · 2 years, 11 months ago
  35. b3edc15 Merge pull request #2602 from edsiper/crt-symlink by Gilles Peskine · 3 years ago
  36. fa40b02 Remove use of lstat by Dave Rodgman · 3 years, 1 month ago
  37. 103f8b6 Spelling and grammar improvements by Dave Rodgman · 3 years, 1 month ago
  38. 935154e Don't increase failure count for dangling symlinks by Dave Rodgman · 3 years, 1 month ago
  39. e1bfffc x509_crt: handle properly broken links when looking for certificates by Eduardo Silva · 6 years ago
  40. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  41. 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
  42. d924e55 Improving readability of x509_crt and x509write_crt by pespacek · 3 years, 5 months ago
  43. f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
  44. a7a6469 Improving readability by pespacek · 3 years, 6 months ago
  45. b9f07a7 Changing buffer size checks. by pespacek · 3 years, 6 months ago
  46. 3110c7b Changing error codes. by pespacek · 3 years, 6 months ago
  47. 7599a77 X.509: use PSA for hashing under USE_PSA_CRYPTO by pespacek · 3 years, 6 months ago
  48. cb17fc3 Merge pull request #4671 from mpg/x509-crt-profile-public by Dave Rodgman · 4 years, 1 month ago
  49. 9d4c2c4 Clarify how to create custom profiles by Manuel Pégourié-Gonnard · 4 years, 2 months ago
  50. 3995750 Remove secp256k1 from the default X.509 and TLS profiles by Gilles Peskine · 4 years, 2 months ago
  51. 2c69fa2 Initializer element was not constant by Gilles Peskine · 4 years, 2 months ago
  52. ae270bf Upgrade the default TLS hash and curve selection, matching X.509 by Gilles Peskine · 4 years, 2 months ago
  53. ffb92da Upgrade the default X.509 profile to the former "next" profile by Gilles Peskine · 4 years, 2 months ago
  54. 02b76b7 Merge pull request #4619 from TRodziewicz/remove_MBEDTLS_X509_CHECK_x_KEY_USAGE_options by Gilles Peskine · 4 years, 2 months ago
  55. 3ecb92e Remove _X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION by TRodziewicz · 4 years, 3 months ago
  56. 442fdc2 Remove MBEDTLS_X509_CHECK_*_KEY_USAGE options but enable the code by TRodziewicz · 4 years, 2 months ago
  57. dee975a Remove MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 option by TRodziewicz · 4 years, 2 months ago
  58. 0ec05ec mbed-os: allow storing certificates in filesystem by Martino Facchin · 4 years, 3 months ago
  59. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  60. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  61. 7ac83f9 Print X.509 verify info strings even if MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  62. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  63. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  64. a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
  65. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  66. fb91a48 Fix memsan build with clang 11 by Paul Elliott · 4 years, 5 months ago
  67. a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 8 months ago
  68. ca17ebf Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  69. 9e4d438 Merge pull request #3433 from raoulstrackx/raoul/verify_crl_without_time by Gilles Peskine · 5 years ago
  70. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  71. a4e8614 Always revoke certificate on CRL by Raoul Strackx · 5 years ago
  72. f3e4bd8 Fix comparison between different name types by Manuel Pégourié-Gonnard · 5 years ago
  73. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  74. c84b1e6 Pass "certificate policies" extension to callback by Nicola Di Lieto · 5 years ago
  75. 87a51aa Merge pull request #3243 from ndilieto/development by Manuel Pégourié-Gonnard · 5 years ago
  76. 565b52b mbedtls_x509_crt_parse_der_with_ext_cb improvement by Nicola Di Lieto · 5 years ago
  77. 5659e7e Add opaque context to mbedtls_x509_crt_ext_cb_t by Nicola Di Lieto · 5 years ago
  78. 2c3a917 Minor style improvement by Nicola Di Lieto · 5 years ago
  79. 4dbe567 mbedtls_x509_crt_parse_der_with_ext_cb enhancement by Nicola Di Lieto · 5 years ago
  80. fae25a1 mbedtls_x509_crt_ext_cb_t definition changed by Nicola Di Lieto · 5 years ago
  81. fde98f7 Rename mbedtls_x509_crt_parse_der_ext by Nicola Di Lieto · 5 years ago
  82. 6e24980 Minor style and documentation improvements by ndilieto · 5 years ago
  83. 19dc784 Merge remote-tracking branch 'upstream/development' into fix_x509_crt.c by irwir · 5 years ago
  84. 502d4b4 New mbedtls_x509_crt_parse_der_ext() routine by Nicola Di Lieto · 5 years ago
  85. 74aee1c Remove non-working check from x509_get_subject_alt_name (#2802) FIx one comment. by irwir · 6 years ago
  86. 1605074 Guard from undefined behaviour in case of an INT_MAX max_pathlen by Andrzej Kurek · 5 years ago
  87. 3605073 Fixed possibly undefined variable warnings by initializing variables to 0. by Benjamin Kier · 6 years ago
  88. 85de7a6 Revert "Merge pull request #3008 from jp-bennett/development" by Janos Follath · 6 years ago
  89. fdc16f3 Allow loading symlinked certificates by Jonathan Bennett · 6 years ago
  90. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  91. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  92. 1f62714 Fix uninitialized variable in x509_crt by Andy Gross · 7 years ago
  93. 661d725 Deref pointer when using sizeof in x509_get_other_name by Sébastien Duquette · 6 years ago
  94. 6ccfb18 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  95. 12f62fb Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  96. 5aebeeb Set next sequence of subject_alt_names to NULL by Ron Eldor · 6 years ago
  97. 6aeae9e Style fix by Ron Eldor · 6 years ago
  98. a291391 Fix minor issues by Ron Eldor · 6 years ago
  99. dbbd966 Check that SAN is not malformed when parsing by Ron Eldor · 6 years ago
  100. c8b5f3f Documentation fixes by Ron Eldor · 6 years ago