1. 2ee1e7c make sure to handle r2i extensions (like proxyCertInfo) without segfaulting by Jean-Paul Calderone · 17 years ago
  2. 391585f handle some errors from extension creation by Jean-Paul Calderone · 17 years ago
  3. e7db4b4 switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code by Jean-Paul Calderone · 17 years ago
  4. d811b68 work around stupid feature deficiencies in unittest.py by Jean-Paul Calderone · 17 years ago
  5. 8ce4961 arg crummy changesets by Jean-Paul Calderone · 17 years ago
  6. 4bccf5e make the tests recognize the optionalness of the DTLS constants by Jean-Paul Calderone · 17 years ago
  7. 327d8f9 Expose some new DTLS-related constants in OpenSSL.SSL - OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and OP_NO_TICKET. by Jean-Paul Calderone · 17 years ago
  8. 5b000d7 Expose the OpenSSL API for using the system's default certificate store by Jean-Paul Calderone · 17 years ago
  9. 8dd19b8 add X509ReqType.{set,get}_version by Jean-Paul Calderone · 17 years ago
  10. 9eadb96 reject arguments to set_default_verify_paths by Jean-Paul Calderone · 17 years ago
  11. 1cb5d02 support capath parameter to load_verify_locations; add wrapper for set_default_verify_paths by Jean-Paul Calderone · 17 years ago
  12. 5075fce a test for the obvious error case of load_verify_locations by Jean-Paul Calderone · 17 years ago
  13. e1bd432 test for the pre-existing load_verify_locations function by Jean-Paul Calderone · 17 years ago
  14. 6fe60c2 Python 2.3 compatibility in test_crypto by Jean-Paul Calderone · 17 years ago
  15. 6540775 Python 2.3 compatibility in test_ssl by Jean-Paul Calderone · 17 years ago
  16. 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 17 years ago
  17. 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 17 years ago
  18. c54cc18 X509Name.get_components by Jean-Paul Calderone · 17 years ago
  19. 8114b45 Move server.pem into test module for simplicity of deployment/testing by Jean-Paul Calderone · 17 years ago
  20. 38e857f Add file required for notBefore/notAfter tests by Jean-Paul Calderone · 17 years ago
  21. e957a00 Add X509Name.der by Jean-Paul Calderone · 17 years ago
  22. 38a646d Fix bug in UTCTIME handling for notBefore and notAfter by Jean-Paul Calderone · 17 years ago
  23. 110cd09 X509Name.hash by Jean-Paul Calderone · 17 years ago
  24. 76576d5 Add a simple test for X509.digest by Jean-Paul Calderone · 17 years ago
  25. 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
  26. 30c09ea A couple trivial Context tests by Jean-Paul Calderone · 17 years ago
  27. ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
  28. e0615b5 Handle unset notBefore and notAfter values by Jean-Paul Calderone · 17 years ago
  29. 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 17 years ago
  30. 78381d2 Support Python long integers in X509.set_serial_number and X509.get_serial_number by Jean-Paul Calderone · 17 years ago
  31. 2aa2b33 incref the X509Req when returning an X509Name from get_subject which refers to it; this prevents a segfault if the X509Name outlives the X509Req; update docs to reflect this and to reflect previous similar changes which were apparently made to X509.get_subject and X509.get_issuer by Jean-Paul Calderone · 17 years ago
  32. 7535dab *Really* make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
  33. ac930e1 Make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
  34. e098dc7 Tests for X509Name.__repr__ and X509Name.__cmp__ and a change to X509Name.__cmp__ to get rid of a RuntimeWarning from Python by Jean-Paul Calderone · 17 years ago
  35. 7da26a7 Define assertTrue for Python 2.3 compatibility by Jean-Paul Calderone · 17 years ago
  36. d71fe98 disable small bit-size rsa generation test, it hangs a lot of OpenSSL versions by Jean-Paul Calderone · 17 years ago
  37. ab82db7 slightly better PKey invalid bit tests, and a fix for older versions of OpenSSL by Jean-Paul Calderone · 17 years ago
  38. eff3cd9 A couple tests for X509Name by Jean-Paul Calderone · 17 years ago
  39. d8782ad Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handling by Jean-Paul Calderone · 17 years ago