1. ab2d983 Fix some ifdef's in x509parse by Manuel Pégourié-Gonnard · 12 years ago
  2. 991d0f5 Remove rsa member from x509_cert structure by Manuel Pégourié-Gonnard · 12 years ago
  3. 674b224 Prepare transition from x509_cert.rsa to pk by Manuel Pégourié-Gonnard · 12 years ago
  4. 788db11 Get rid of x509_cert.pkoid by Manuel Pégourié-Gonnard · 12 years ago
  5. 8838099 Add x509parse_{,public}_key{,file}() by Manuel Pégourié-Gonnard · 12 years ago
  6. f838eed Add x509_get_ecparams() by Manuel Pégourié-Gonnard · 12 years ago
  7. 5a9b82e Make oid_get_pk_alg handle EC algorithms by Manuel Pégourié-Gonnard · 12 years ago
  8. 26833c2 Add stubs for x509parse_key_ec and co. by Manuel Pégourié-Gonnard · 12 years ago
  9. ba4878a Rename x509parse_key & co with _rsa suffix by Manuel Pégourié-Gonnard · 12 years ago
  10. 407a0da Moved __cplusplus extern statement to include struct definitions as well. by Paul Bakker · 12 years ago
  11. 28144de PKCS#5 v2 PBES2 support and use in PKCS#8 encrypted certificates by Paul Bakker · 12 years ago
  12. 89ecb2d ssl_parse_certificate() now calls x509parse_crt_der() directly by Paul Bakker · 12 years ago
  13. ed27a04 More granular define selections within code to allow for smaller code sizes by Paul Bakker · 12 years ago
  14. d5c2b54 Indication of x509_get_numeric_string() deprecation by Paul Bakker · 12 years ago
  15. c70b982 OID functionality moved to a separate module. by Paul Bakker · 12 years ago
  16. 9a73632 - Merged changesets 1399 up to and including 1415 into 1.2 branch by Paul Bakker · 13 years ago
  17. 915275b - Revamped x509_verify() and the SSL f_vrfy callback implementations by Paul Bakker · 13 years ago
  18. 8d91458 - Added X509 CA Path support by Paul Bakker · 13 years ago
  19. bdb912d - Added preliminary ASN.1 buffer writing support by Paul Bakker · 13 years ago
  20. a8cd239 - Added support for wildcard certificates by Paul Bakker · 13 years ago
  21. 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
  22. 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
  23. efc3029 - Extracted ASN.1 parsing code from the X.509 parsing code. Added new module. by Paul Bakker · 14 years ago
  24. 314052f - Removed extraneous "polarssl/" in front on include directives in header files by Paul Bakker · 14 years ago
  25. ed56b22 - Added support for PKCS#8 wrapper on reading private keys (Fixes ticket #20) by Paul Bakker · 14 years ago
  26. 9d78140 - A error_strerror function() has been added to translate between error codes and their description. by Paul Bakker · 14 years ago
  27. 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
  28. 917e754 - Added declaration of x509parse_public_key() and x509parse_public_keyfile() to by Paul Bakker · 14 years ago
  29. 400ff6f - Corrected parsing of UTCTime dates before 1990 and after 1950 by Paul Bakker · 14 years ago
  30. 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
  31. cdf07e9 - Information about missing or non-verified client certificate is not provided as well. by Paul Bakker · 15 years ago
  32. f3b86c1 - Updated Doxygen documentation generation and documentation on small parts by Paul Bakker · 15 years ago
  33. 0f5f72e - Fixed doxygen syntax to standard '\' instead of '@' by Paul Bakker · 15 years ago
  34. dd47699 - Moved storing of a printable serial into a separate function by Paul Bakker · 15 years ago
  35. 74111d3 - Improved X509 certificate parsing to include extended certificate fields, such as Key Usage by Paul Bakker · 15 years ago
  36. b63b0af - Added verification callback in certificate verification chain in order to allow external blacklisting by Paul Bakker · 15 years ago
  37. 1b57b06 - Added reading of DHM context from memory and file by Paul Bakker · 15 years ago
  38. 37ca75d - Added Doxygen source code documentation parts (donated by Fox-IT) by Paul Bakker · 15 years ago
  39. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  40. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  41. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  42. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  43. 27d6616 - Added x509_get_sig_alg() to allow easy future X509 signature algorithm determination expansion by Paul Bakker · 15 years ago
  44. ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
  45. 9120018 - Added support for GeneralizedTime in X509 certificates by Paul Bakker · 15 years ago
  46. 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
  47. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  48. 13e2dfe - Cleaned up header documentation by Paul Bakker · 16 years ago
  49. b5bf176 - Major change: Errors are now positive numbers instead of negative. by Paul Bakker · 16 years ago
  50. 40ea7de - Added CRL revocation support to x509parse_verify() by Paul Bakker · 16 years ago
  51. d98030e - Added prelimenary CRL parsing and info support by Paul Bakker · 16 years ago
  52. 592457c - Fixed documentation typos.. by Paul Bakker · 16 years ago
  53. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  54. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  55. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  56. 8e831ed by Paul Bakker · 17 years ago
  57. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago