1. 690b8c9 Add a do-while loop around macros by Demi Marie Obenour · 2 years, 8 months ago
  2. 4d3fc21 Use safe snprintf by Przemek Stekiel · 2 years, 2 months ago
  3. 01cb6eb Fix parsing of SAN IP (use mbedtls_snprintf, validate buffer length) by Przemek Stekiel · 2 years, 2 months ago
  4. 093c97d Add separate case for ip address by Przemek Stekiel · 2 years, 2 months ago
  5. 0ab5b93 Add support for parsing SAN IP address by Przemek Stekiel · 2 years, 2 months ago
  6. 154a605 Change the name of the temporary san variable by Andrzej Kurek · 2 years, 3 months ago
  7. 725688b Fix code style by Przemek Stekiel · 2 years, 4 months ago
  8. 21903ec Fix after rebase by Przemek Stekiel · 2 years, 5 months ago
  9. 5f0c6e8 Add missing deallocation of subject alt name by Andrzej Kurek · 2 years, 5 months ago
  10. bf8ccd8 Adjust error reporting in x509 SAN parsing by Andrzej Kurek · 2 years, 6 months ago
  11. d40c2b6 Introduce proper memory management for SANs by Andrzej Kurek · 2 years, 6 months ago
  12. e12b01d Add support for directoryName subjectAltName by Andrzej Kurek · 2 years, 7 months ago
  13. 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  14. 49e67f8 PKCS5: always use MD by Manuel Pégourié-Gonnard · 2 years, 5 months ago
  15. 82d250d Use const char for names and adapt style by Przemek Stekiel · 2 years, 6 months ago
  16. 5b9e416 Add rfc822Name support in mbedtls_x509_info_subject_alt_name + adapt test by Przemek Stekiel · 2 years, 6 months ago
  17. ecee12f Add parsing of SAN: rfc822Name by Przemek Stekiel · 2 years, 6 months ago
  18. 81b0b89 Clarify comments on subjectAltName types by Andrzej Kurek · 2 years, 6 months ago
  19. 7a05fab Added the uniformResourceIdentifier subtype for the subjectAltName. by Andrzej Kurek · 2 years, 6 months ago
  20. dae916b X.509: Add length consistency checks to x509_get_other_name() by Hanno Becker · 6 years ago
  21. 2a15a0c X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsing by Hanno Becker · 6 years ago
  22. ae8f8c4 Fix X.509 SAN parsing by Hanno Becker · 6 years ago
  23. 32e2091 Remove redundant check and add comment to inform about processing of empty extensions by Przemek Stekiel · 2 years, 6 months ago
  24. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 7 months ago
  25. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  26. 1797b05 Fix typos prior to release by Tom Cosgrove · 2 years, 8 months ago
  27. a4b4041 Shared code to free x509 structs by Glenn Strauss · 3 years, 1 month ago
  28. 4f7feca Merge pull request #6391 from davidhorstmann-arm/fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  29. 078250e Fix incorrect return style by David Horstmann · 2 years, 10 months ago
  30. 178ec96 Remove unnecessary NULL assignments by David Horstmann · 2 years, 10 months ago
  31. 11307a1 Clarify wording on allocation by David Horstmann · 2 years, 10 months ago
  32. 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
  33. ed79483 Free structs in mbedtls_x509_get_name() on error by David Horstmann · 2 years, 10 months ago
  34. 07018f9 Make legacy_or_psa.h public. by Manuel Pégourié-Gonnard · 2 years, 11 months ago
  35. 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
  36. fd18366 Adjust declared dependencies in library/x509* by Przemek Stekiel · 3 years ago
  37. 2f244c4 Merge pull request #5980 from mprse/md_dep_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  38. d86abf2 Merge pull request #5861 from wernerlewis/csr_subject_comma by Gilles Peskine · 3 years, 1 month ago
  39. 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
  40. 9b0e940 Fix case where final special char exceeds buffer by Werner Lewis · 3 years, 1 month ago
  41. 9e30fc9 Remove redundant spaces by Przemek Stekiel · 3 years, 1 month ago
  42. b33dacd Fix parsing of special chars in X509 DN values by Werner Lewis · 3 years, 3 months ago
  43. 6230d0d mbedtls_x509_sig_alg_gets(): remove md dependency by Przemek Stekiel · 3 years, 1 month ago
  44. b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
  45. c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
  46. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  47. 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
  48. 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
  49. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  50. 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
  51. feaebc5 x509.c: Remove one unnecessary cast by Andrzej Kurek · 5 years ago
  52. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  53. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  54. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  55. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  56. 3aa6405 Correct comment on the configuration option in x509.c by Simon Butcher · 5 years ago
  57. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  58. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  59. 3cddba8 Improve documentation of mbedtls_x509_get_ext() by Hanno Becker · 6 years ago
  60. 6ccfb18 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  61. 12f62fb Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  62. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  63. 1b86e4c Merge remote-tracking branch 'origin/pr/2106' into development by Jaeden Amero · 6 years ago
  64. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  65. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  66. 39bdab7 x509.c: Fix potential memory leak in X.509 self test by Junhwan Park · 7 years ago
  67. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  68. 248e27c Remove redundant statement from x509_get_current_time by Andres Amaya Garcia · 7 years ago
  69. 1abb368 Make gmtime() configurable at compile-time by Andres Amaya Garcia · 7 years ago
  70. d717743 Fix check-names.sh fail with USE_GMTIME macro by Andres Amaya Garcia · 7 years ago
  71. ce6eebb Use gmtime when target is not windows or posix by Andres Amaya Garcia · 7 years ago
  72. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  73. a5fbfd7 Enable snprintf on FreeBSD by k-stachowiak · 7 years ago
  74. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  75. 512b4ee Use gmtime_r to fix thread-safety issue, and use mbedtls_time on Windows by Nicholas Wilson · 8 years ago
  76. 8339c8f x509.c: Remove unused includes by Brendan Shanks · 7 years ago
  77. 735b37e Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  78. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  79. 750c353 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  80. 87c9807 Fix buffer overread in mbedtls_x509_get_time() by Janos Follath · 8 years ago
  81. 1903fb3 Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  82. 488c08c Merge branch fixing date validity in X.509 by Simon Butcher · 9 years ago
  83. 4b76aec Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  84. 4bdbe09 Fix sig->tag update in mbedtls_x509_get_sig() by Andres AG · 9 years ago
  85. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  86. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  87. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  88. 620ee19 Fix return of x509_self_test without SHA-1 by Manuel Pégourié-Gonnard · 10 years ago
  89. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  90. e7e8984 Fix and document corner-cases of time checking by Manuel Pégourié-Gonnard · 10 years ago
  91. 57e10d7 Fix potential NULL dereference. by Manuel Pégourié-Gonnard · 10 years ago
  92. 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
  93. 60c793b Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE by Manuel Pégourié-Gonnard · 10 years ago
  94. fb317c5 Rename parameter in a x509 helper by Manuel Pégourié-Gonnard · 10 years ago
  95. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  96. 864108d Move from gmtime_r to gmtime + mutexes by Manuel Pégourié-Gonnard · 10 years ago
  97. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  98. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  99. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  100. 0fe1f6d Remove debug line from selftest by Manuel Pégourié-Gonnard · 10 years ago