1. e12abf9 Fix url by Manuel Pégourié-Gonnard · 11 years ago
  2. 0edee5e Update copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  3. 4cdb3ba Add POLARSSL_X509_MAX_INTERMEDIATE_CA by Manuel Pégourié-Gonnard · 11 years ago
  4. 50a5c53 Reject certs and CRLs from the future by Paul Bakker · 11 years ago
  5. 0d844dd Add x509parse_time_future() by Paul Bakker · 11 years ago
  6. 1fd4321 PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  7. 1922a4e ssl_parse_certificate() now calls x509parse_crt_der() directly by Paul Bakker · 12 years ago
  8. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  9. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  10. 8d91458 - Added X509 CA Path support by Paul Bakker · 13 years ago
  11. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  12. a8cd239 - Added support for wildcard certificates by Paul Bakker · 13 years ago
  13. 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
  14. 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
  15. efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago
  16. 314052f - Removed extraneous "polarssl/" in front on include directives in header files by Paul Bakker · 14 years ago
  17. ed56b22 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20) by Paul Bakker · 14 years ago
  18. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  19. 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
  20. 917e754 - Added declaration of x509parse_public_key() and x509parse_public_keyfile() to by Paul Bakker · 14 years ago
  21. 400ff6f - Corrected parsing of UTCTime dates before 1990 and after 1950 by Paul Bakker · 14 years ago
  22. 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
  23. cdf07e9 - Information about missing or non-verified client certificate is not provided as well. by Paul Bakker · 15 years ago
  24. f3b86c1 - Updated Doxygen documentation generation and documentation on small parts by Paul Bakker · 15 years ago
  25. 0f5f72e - Fixed doxygen syntax to standard '\' instead of '@' by Paul Bakker · 15 years ago
  26. dd47699 - Moved storing of a printable serial into a separate function by Paul Bakker · 15 years ago
  27. 74111d3 - Improved X509 certificate parsing to include extended certificate fields, such as Key Usage by Paul Bakker · 15 years ago
  28. b63b0af - Added verification callback in certificate verification chain in order to allow external blacklisting by Paul Bakker · 15 years ago
  29. 1b57b06 - Added reading of DHM context from memory and file by Paul Bakker · 15 years ago
  30. 37ca75d - Added Doxygen source code documentation parts (donated by Fox-IT) by Paul Bakker · 15 years ago
  31. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  32. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  33. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  34. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  35. 27d6616 - Added x509_get_sig_alg() to allow easy future X509 signature algorithm determination expansion by Paul Bakker · 15 years ago
  36. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  37. 9120018 - Added support for GeneralizedTime in X509 certificates by Paul Bakker · 15 years ago
  38. 3391b12 - Fixed error codes. Negative when needed (SSL error codes). Non-negative if error-codes are OR'ed to other error codes (ASN1, Base64, MPI, DHM). The rest is negative by default. by Paul Bakker · 16 years ago
  39. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  40. 13e2dfe - Cleaned up header documentation by Paul Bakker · 16 years ago
  41. b5bf176 - Major change: Errors are now positive numbers instead of negative. by Paul Bakker · 16 years ago
  42. 40ea7de - Added CRL revocation support to x509parse_verify() by Paul Bakker · 16 years ago
  43. d98030e - Added prelimenary CRL parsing and info support by Paul Bakker · 16 years ago
  44. 592457c - Fixed documentation typos.. by Paul Bakker · 16 years ago
  45. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  46. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  47. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  48. 8e831ed by Paul Bakker · 17 years ago
  49. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago