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