1. 536ba02 Add support for CRL and Revoked objects. by Rick Dean · 16 years ago
  2. 88f38b2 minor tweaks by Jean-Paul Calderone · 16 years ago
  3. 1206daf Expose exception_from_error_queue in the most inelegant way; use this in the base TestCase to make sure no tests leave garbage errors lying around by Jean-Paul Calderone · 16 years ago
  4. d369c93 Convert exception_from_error_queue() macros into a single function. Besides code maintainability, this makes our fast path shorter for better cache performance. by Rick Dean · 16 years ago
  5. 0cdb7bd switch x509store initialization over to the module-based api as well by Jean-Paul Calderone · 16 years ago
  6. dc138fa some minimal pkcs7 and pkcs12 tests, and minor adjustments to their part of OpenSSL.crypto module initialization; change NetscapeSPKI to be a type that can be instantiated, and add a very minimal amount of testing for it by Jean-Paul Calderone · 16 years ago
  7. 51e9066 convert X509Extension to a type that can be instantiated by Jean-Paul Calderone · 16 years ago
  8. f159252 convert X509Req to a type that can be instantiated by Jean-Paul Calderone · 16 years ago
  9. 2cd7a92 convert X509Name to a type that can be instantiated by Jean-Paul Calderone · 16 years ago
  10. a4230d9 convert X509 to a type that can be instantiated by Jean-Paul Calderone · 16 years ago
  11. 2e1da57 convert PKey to a type that can be instantiated by Jean-Paul Calderone · 16 years ago
  12. 54bcc83 Change docstrings from being C programmer oriented to being Python programmer oriented by Jean-Paul Calderone · 16 years ago
  13. 5b7b637 FILETYPE_TEXT for dumping certificates, private keys, and certificate signing requests. by Rick Dean · 16 years ago
  14. 28ebb30 apply pyOpenSSL-0.8.patch from Marc-Andre Lemburg by Jean-Paul Calderone · 17 years ago
  15. f60beec Apply PyObject.patch correcting the return type of several functions by Jean-Paul Calderone · 17 years ago
  16. aea5d90 Initialize OpenSSL for use with threads. by Jean-Paul Calderone · 17 years ago
  17. 8b63d45 Put my copyright on everything I've changed so far, put a more reasonable version number on version.py by Jean-Paul Calderone · 17 years ago
  18. ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
  19. 7df40db Apply patch from Victor Stinner by Jean-Paul Calderone · 17 years ago
  20. 897bc25 initial source import by Jean-Paul Calderone · 17 years ago