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