1. 9389c92 PKCS12 isn't a module by Jean-Paul Calderone · 16 years ago
  2. a202edb M-x whitespace-cleanup by Jean-Paul Calderone · 16 years ago
  3. ee56830 Stop leaking a STACK_OF(X509) on error cases of crypto_PKCS12_New(). Add a test case of that. Jean-Paul's find. by Rick Dean · 16 years ago
  4. 25bcc1f Handle error cases of PySequence_Length() and PySequence_GetItem(). Add an test case for zero length CA. by Rick Dean · 16 years ago
  5. 42d69e1 Change the API for setting and getting friendlyNames of PKCS12 by Rick Dean · 16 years ago
  6. 94e46fd Move all the PEM to test_crypto.py, so both it and test_ssl.py can use them without circular includes. by Rick Dean · 16 years ago
  7. f94096c broke the monster PKCS12 test into little ones, and other PKCS12 test additions. by Rick Dean · 16 years ago
  8. 38a05c8 Implemented some of the PKCS12 fixups requested by JP. by Rick Dean · 16 years ago
  9. 4c9ad61 Eliminate Popen() from test cases. by Rick Dean · 16 years ago
  10. e182f48 Documentation updates and a small test case addition. by Rick Dean · 16 years ago
  11. 623ee36 new branch is changes lp:~rick-fdd/pyopenssl/pkcs12_mod_and_export applied to trunk by Rick Dean · 16 years ago
  12. 1880865 Make it easier to be Python 2.3 compatible by making that the default by Jean-Paul Calderone · 16 years ago
  13. 0b88b6a Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ways the test suite can be invoked by Jean-Paul Calderone · 16 years ago
  14. 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
  15. 16c4d5e Support Windows - open the openssl pipe in binary mode, because we're totally pushing binary stuff over it by Jean-Paul Calderone · 16 years ago
  16. 653f558 Use os.popen2 to support python 2.3 by Jean-Paul Calderone · 16 years ago
  17. f17e421 Refactor openssl launching code by Jean-Paul Calderone · 16 years ago
  18. 7191986 remove duplicate imports by Jean-Paul Calderone · 16 years ago
  19. 5b7b637 FILETYPE_TEXT for dumping certificates, private keys, and certificate signing requests. by Rick Dean · 16 years ago
  20. 20131f5 Fix the tests by updating the certificate they use so that it is not expired by Jean-Paul Calderone · 16 years ago
  21. f8c5fab Add X509ExtensionType.get_short_name by Jean-Paul Calderone · 17 years ago
  22. 2ee1e7c make sure to handle r2i extensions (like proxyCertInfo) without segfaulting by Jean-Paul Calderone · 17 years ago
  23. 391585f handle some errors from extension creation by Jean-Paul Calderone · 17 years ago
  24. e7db4b4 switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code by Jean-Paul Calderone · 17 years ago
  25. 8dd19b8 add X509ReqType.{set,get}_version by Jean-Paul Calderone · 17 years ago
  26. 6fe60c2 Python 2.3 compatibility in test_crypto by Jean-Paul Calderone · 17 years ago
  27. 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 17 years ago
  28. 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 17 years ago
  29. c54cc18 X509Name.get_components by Jean-Paul Calderone · 17 years ago
  30. 8114b45 Move server.pem into test module for simplicity of deployment/testing by Jean-Paul Calderone · 17 years ago
  31. e957a00 Add X509Name.der by Jean-Paul Calderone · 17 years ago
  32. 38a646d Fix bug in UTCTIME handling for notBefore and notAfter by Jean-Paul Calderone · 17 years ago
  33. 110cd09 X509Name.hash by Jean-Paul Calderone · 17 years ago
  34. 76576d5 Add a simple test for X509.digest by Jean-Paul Calderone · 17 years ago
  35. 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
  36. ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
  37. e0615b5 Handle unset notBefore and notAfter values by Jean-Paul Calderone · 17 years ago
  38. 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 17 years ago
  39. 78381d2 Support Python long integers in X509.set_serial_number and X509.get_serial_number by Jean-Paul Calderone · 17 years ago
  40. 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
  41. 7535dab *Really* make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
  42. ac930e1 Make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
  43. 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
  44. 7da26a7 Define assertTrue for Python 2.3 compatibility by Jean-Paul Calderone · 17 years ago
  45. d71fe98 disable small bit-size rsa generation test, it hangs a lot of OpenSSL versions by Jean-Paul Calderone · 17 years ago
  46. ab82db7 slightly better PKey invalid bit tests, and a fix for older versions of OpenSSL by Jean-Paul Calderone · 17 years ago
  47. eff3cd9 A couple tests for X509Name by Jean-Paul Calderone · 17 years ago
  48. d8782ad Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handling by Jean-Paul Calderone · 17 years ago