1. 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
  2. feaebc5 x509.c: Remove one unnecessary cast by Andrzej Kurek · 5 years ago
  3. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  4. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  5. 46b8782 fix mbedtls_x509_dn_gets to escape non-ASCII characters by Koh M. Nakagawa · 5 years ago
  6. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  7. 3aa6405 Correct comment on the configuration option in x509.c by Simon Butcher · 5 years ago
  8. 73c616b Put includes in alphabetical order by Janos Follath · 6 years ago
  9. 865b3eb Initialize return values to an error by Janos Follath · 6 years ago
  10. 3cddba8 Improve documentation of mbedtls_x509_get_ext() by Hanno Becker · 6 years ago
  11. 6ccfb18 Always return a high-level error code from X.509 module by Hanno Becker · 6 years ago
  12. 12f62fb Obey bounds of ASN.1 substructures by Hanno Becker · 6 years ago
  13. 3956a84 Merge remote-tracking branch 'origin/pr/2092' into development by Jaeden Amero · 6 years ago
  14. 1b86e4c Merge remote-tracking branch 'origin/pr/2106' into development by Jaeden Amero · 6 years ago
  15. 1eeca41 Improve macro hygiene by Hanno Becker · 7 years ago
  16. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  17. 39bdab7 x509.c: Fix potential memory leak in X.509 self test by Junhwan Park · 7 years ago
  18. 6a73978 Rename mbedtls_platform_gmtime() to mbedtls_platform_gmtime_r() by Hanno Becker · 7 years ago
  19. 248e27c Remove redundant statement from x509_get_current_time by Andres Amaya Garcia · 7 years ago
  20. 1abb368 Make gmtime() configurable at compile-time by Andres Amaya Garcia · 7 years ago
  21. d717743 Fix check-names.sh fail with USE_GMTIME macro by Andres Amaya Garcia · 7 years ago
  22. ce6eebb Use gmtime when target is not windows or posix by Andres Amaya Garcia · 7 years ago
  23. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  24. a5fbfd7 Enable snprintf on FreeBSD by k-stachowiak · 7 years ago
  25. 2682edf Fix build using -std=c99 by Nicholas Wilson · 8 years ago
  26. 512b4ee Use gmtime_r to fix thread-safety issue, and use mbedtls_time on Windows by Nicholas Wilson · 8 years ago
  27. 8339c8f x509.c: Remove unused includes by Brendan Shanks · 7 years ago
  28. 735b37e Correctly handle leap year in x509_date_is_valid() by Andres Amaya Garcia · 9 years ago
  29. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  30. 750c353 X.509 self-tests: replaced SHA-1 certificates by SHA-256 by Gilles Peskine · 8 years ago
  31. 87c9807 Fix buffer overread in mbedtls_x509_get_time() by Janos Follath · 8 years ago
  32. 1903fb3 Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  33. 488c08c Merge branch fixing date validity in X.509 by Simon Butcher · 9 years ago
  34. 4b76aec Add check for validity of date in x509_get_time() by Andres AG · 9 years ago
  35. 4bdbe09 Fix sig->tag update in mbedtls_x509_get_sig() by Andres AG · 9 years ago
  36. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  37. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  38. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  39. 620ee19 Fix return of x509_self_test without SHA-1 by Manuel Pégourié-Gonnard · 10 years ago
  40. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  41. e7e8984 Fix and document corner-cases of time checking by Manuel Pégourié-Gonnard · 10 years ago
  42. 57e10d7 Fix potential NULL dereference. by Manuel Pégourié-Gonnard · 10 years ago
  43. 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
  44. 60c793b Split HAVE_TIME into HAVE_TIME + HAVE_TIME_DATE by Manuel Pégourié-Gonnard · 10 years ago
  45. fb317c5 Rename parameter in a x509 helper by Manuel Pégourié-Gonnard · 10 years ago
  46. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  47. 864108d Move from gmtime_r to gmtime + mutexes by Manuel Pégourié-Gonnard · 10 years ago
  48. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  49. 1b8de57 Remove a few redundant memset after calloc. by Manuel Pégourié-Gonnard · 10 years ago
  50. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  51. 0fe1f6d Remove debug line from selftest by Manuel Pégourié-Gonnard · 10 years ago
  52. eecb43c Manually merge doc fixes from 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  53. 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
  54. e6ef16f Change X.509 verify flags to uint32_t by Manuel Pégourié-Gonnard · 10 years ago
  55. 8408a94 Remove MBEDTLS_ from internal macros by Manuel Pégourié-Gonnard · 10 years ago
  56. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  57. 26c9f90 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  58. dd5dbca Accept bitstrings in X.509 names by Manuel Pégourié-Gonnard · 10 years ago
  59. ca878db Make md_info_t an opaque structure by Manuel Pégourié-Gonnard · 10 years ago
  60. c70581c Add POLARSSL_DEPRECATED_{WARNING,REMOVED} by Manuel Pégourié-Gonnard · 10 years ago
  61. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  62. 6e06437 Reverse meaning of OID_CMP by Manuel Pégourié-Gonnard · 10 years ago
  63. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  64. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  65. c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 10 years ago
  66. ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
  67. 7d5a55a Remove dependency on sscanf in lib x509 by Rich Evans · 10 years ago
  68. fac657f modify library/x509*.c to use polarssl_snprintf by Rich Evans · 11 years ago
  69. 36796df Added missing stdio in lib x509.c needed for sscanf by Rich Evans · 10 years ago
  70. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  71. 555fbf8 Support composite RDNs in X.509 certs parsing by Manuel Pégourié-Gonnard · 10 years ago
  72. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  73. 7cbe131 Fix more stdio inclusion issues by Manuel Pégourié-Gonnard · 11 years ago
  74. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  75. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  76. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  77. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  78. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  79. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  80. d681443 Fix potential stack overflow by Manuel Pégourié-Gonnard · 11 years ago
  81. 5d86185 Fix memory leak while parsing some X.509 certs by Manuel Pégourié-Gonnard · 11 years ago
  82. ef5087d Added explicit casts to prevent compiler warnings when trying to build for iOS by Sander Niemeijer · 11 years ago
  83. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  84. 1c082f3 Update description and references for X.509 files by Manuel Pégourié-Gonnard · 11 years ago
  85. 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
  86. db20c10 Add #endif comments for #endif more than 10 lines from #if / #else by Paul Bakker · 11 years ago
  87. d8bb826 Fix code styling for return statements by Paul Bakker · 11 years ago
  88. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  89. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  90. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  91. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
  92. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  93. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  94. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  95. 9c9cf5b More checks for length match in rsassa-pss params by Manuel Pégourié-Gonnard · 12 years ago
  96. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  97. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  98. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  99. 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
  100. 2a024ac Merge dependency fixes by Paul Bakker · 11 years ago