1. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  2. 61937d4 Rename time and index parameter to avoid name conflict. by Hanno Becker · 8 years ago
  3. 31458a1 Only return VERIFY_FAILED from a single point by Manuel Pégourié-Gonnard · 8 years ago
  4. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  5. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  6. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  7. e244f9f Improve doc about length of strings written by Manuel Pégourié-Gonnard · 10 years ago
  8. 9a70225 Add parsing/printing for new X.509 keyUsage flags by Manuel Pégourié-Gonnard · 10 years ago
  9. e7e8984 Fix and document corner-cases of time checking by Manuel Pégourié-Gonnard · 10 years ago
  10. 1685368 Rationalize snprintf() usage in X.509 modules by Manuel Pégourié-Gonnard · 10 years ago
  11. fb317c5 Rename parameter in a x509 helper by Manuel Pégourié-Gonnard · 10 years ago
  12. 9505164 Create cert profile API (unimplemented yet) by Manuel Pégourié-Gonnard · 10 years ago
  13. c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
  14. 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
  15. e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
  16. b5f48ad manually merge 39a183a add x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
  17. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  18. 4772314 Remove functions deprecated in 1.3 by Manuel Pégourié-Gonnard · 10 years ago
  19. 7c4e60f Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  20. 83b04de Rename a few incidental references to PolarSSL by Manuel Pégourié-Gonnard · 10 years ago
  21. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago[Renamed from include/polarssl/x509.h]
  22. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  23. 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
  24. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  25. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  26. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  27. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  28. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  29. 9439f93 Use pk_load_file() in X509 by Manuel Pégourié-Gonnard · 11 years ago
  30. fd6c85c Set a compile-time limit to X.509 chain length by Manuel Pégourié-Gonnard · 11 years ago
  31. 8dcb2d7 Support escaping of commas in x509_string_to_names() by Paul Bakker · 11 years ago
  32. d1539b1 Rename RSASSA_PSS_CERTIFICATES to X509_RSASSA_PSS_SUPPORT by Manuel Pégourié-Gonnard · 11 years ago
  33. 9113603 Use sig_opts in x509_sig_alg_gets() by Manuel Pégourié-Gonnard · 11 years ago
  34. f75f2f7 Add sig_opts member to X509 structures by Manuel Pégourié-Gonnard · 11 years ago
  35. 78117d5 Consider trailerField a constant by Manuel Pégourié-Gonnard · 11 years ago
  36. cac31ee Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  37. cf975a3 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  38. 9df5c96 Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  39. e76b750 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  40. f346bab Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  41. 59a75d5 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  42. b9e4e2c Fix formatting: fix some 'easy' > 80 length lines by Paul Bakker · 11 years ago
  43. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  44. 75342a6 Fixed typos in code by Paul Bakker · 11 years ago
  45. 7afdb88 Test and fix x509_oid functions by Manuel Pégourié-Gonnard · 11 years ago
  46. b28487d Start printing extensions in x509_crt_info() by Manuel Pégourié-Gonnard · 11 years ago
  47. 9533765 Reject certs and CRLs from the future by Manuel Pégourié-Gonnard · 11 years ago
  48. 6304f78 Add x509_time_future() by Manuel Pégourié-Gonnard · 11 years ago
  49. c909308 Revert "Merged RSA-PSS support in Certificate, CSR and CRL" by Manuel Pégourié-Gonnard · 11 years ago
  50. 27b93ad Factor common code for printing sig_alg by Manuel Pégourié-Gonnard · 12 years ago
  51. 5cac583 Factor out some common code by Manuel Pégourié-Gonnard · 12 years ago
  52. ce7c6fd Fix dependencies by Manuel Pégourié-Gonnard · 12 years ago
  53. 3c1e8b5 Finish parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  54. d9fd87b Start parsing RSASSA-PSS parameters by Manuel Pégourié-Gonnard · 12 years ago
  55. b1d4eb1 Basic parsing of certs signed with RSASSA-PSS by Manuel Pégourié-Gonnard · 12 years ago
  56. 50dc850 Const correctness by Paul Bakker · 12 years ago
  57. 30b95fa Fixed cplusplus extern defines in header files by Paul Bakker · 12 years ago
  58. c559c7a Renamed x509_cert structure to x509_crt for consistency by Paul Bakker · 12 years ago
  59. 86d0c19 Generalized function names of x509 functions not parse-specific by Paul Bakker · 12 years ago
  60. 5187656 Renamed X509 / X509WRITE error codes to generic (non-cert-specific) by Paul Bakker · 12 years ago
  61. d1a983f Removed x509parse key functions and moved them to compat-1.2.h by Paul Bakker · 12 years ago
  62. 7c6b2c3 Split up X509 files into smaller modules by Paul Bakker · 12 years ago
  63. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
  64. 2292d1f Fixed warnings in case POLARSSL_X509_PARSE_C is not defined by Paul Bakker · 12 years ago
  65. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago
  66. 0237620 Fix some dependencies declaration by Manuel Pégourié-Gonnard · 12 years ago
  67. f9f377e CSR Parsing (without attributes / extensions) implemented by Paul Bakker · 12 years ago
  68. ca174fe Merged refactored x509write module into development by Paul Bakker · 12 years ago
  69. e5eae76 Generalized the x509write_csr_set_key_usage() function and key_usage storage by Paul Bakker · 12 years ago
  70. 5151b45 Minor comment fixes by Manuel Pégourié-Gonnard · 12 years ago
  71. ef0ba55 Removed old X509 write data from x509.h by Paul Bakker · 12 years ago
  72. ab2d983 Fix some ifdef's in x509parse by Manuel Pégourié-Gonnard · 12 years ago
  73. 991d0f5 Remove rsa member from x509_cert structure by Manuel Pégourié-Gonnard · 12 years ago
  74. 674b224 Prepare transition from x509_cert.rsa to pk by Manuel Pégourié-Gonnard · 12 years ago
  75. 788db11 Get rid of x509_cert.pkoid by Manuel Pégourié-Gonnard · 12 years ago
  76. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 12 years ago
  77. f838eed Add x509_get_ecparams() by Manuel Pégourié-Gonnard · 12 years ago
  78. 5a9b82e Make oid_get_pk_alg handle EC algorithms by Manuel Pégourié-Gonnard · 12 years ago
  79. 26833c2 Add stubs for x509parse_key_ec and co. by Manuel Pégourié-Gonnard · 12 years ago
  80. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  81. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  82. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  83. 89ecb2d ssl_parse_certificate() now calls x509parse_crt_der() directly by Paul Bakker · 12 years ago
  84. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  85. d5c2b54 Indication of x509_get_numeric_string() deprecation by Paul Bakker · 12 years ago
  86. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  87. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  88. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  89. 8d91458 - Added X509 CA Path support by Paul Bakker · 13 years ago
  90. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  91. a8cd239 - Added support for wildcard certificates by Paul Bakker · 13 years ago
  92. 69e095c - Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. by Paul Bakker · 14 years ago
  93. 6c0ceb3 - Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error by Paul Bakker · 14 years ago
  94. efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago
  95. 314052f - Removed extraneous "polarssl/" in front on include directives in header files by Paul Bakker · 14 years ago
  96. ed56b22 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20) by Paul Bakker · 14 years ago
  97. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  98. 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
  99. 917e754 - Added declaration of x509parse_public_key() and x509parse_public_keyfile() to by Paul Bakker · 14 years ago
  100. 400ff6f - Corrected parsing of UTCTime dates before 1990 and after 1950 by Paul Bakker · 14 years ago