- 9389c92 PKCS12 isn't a module by Jean-Paul Calderone · 16 years ago
- a202edb M-x whitespace-cleanup by Jean-Paul Calderone · 16 years ago
- 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
- 25bcc1f Handle error cases of PySequence_Length() and PySequence_GetItem(). Add an test case for zero length CA. by Rick Dean · 16 years ago
- 42d69e1 Change the API for setting and getting friendlyNames of PKCS12 by Rick Dean · 16 years ago
- 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
- f94096c broke the monster PKCS12 test into little ones, and other PKCS12 test additions. by Rick Dean · 16 years ago
- 38a05c8 Implemented some of the PKCS12 fixups requested by JP. by Rick Dean · 16 years ago
- 4c9ad61 Eliminate Popen() from test cases. by Rick Dean · 16 years ago
- e182f48 Documentation updates and a small test case addition. by Rick Dean · 16 years ago
- 623ee36 new branch is changes lp:~rick-fdd/pyopenssl/pkcs12_mod_and_export applied to trunk by Rick Dean · 16 years ago
- 1880865 Make it easier to be Python 2.3 compatible by making that the default by Jean-Paul Calderone · 16 years ago
- 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
- 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
- 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
- 653f558 Use os.popen2 to support python 2.3 by Jean-Paul Calderone · 16 years ago
- f17e421 Refactor openssl launching code by Jean-Paul Calderone · 16 years ago
- 7191986 remove duplicate imports by Jean-Paul Calderone · 16 years ago
- 5b7b637 FILETYPE_TEXT for dumping certificates, private keys, and certificate signing requests. by Rick Dean · 16 years ago
- 20131f5 Fix the tests by updating the certificate they use so that it is not expired by Jean-Paul Calderone · 16 years ago
- f8c5fab Add X509ExtensionType.get_short_name by Jean-Paul Calderone · 17 years ago
- 2ee1e7c make sure to handle r2i extensions (like proxyCertInfo) without segfaulting by Jean-Paul Calderone · 17 years ago
- 391585f handle some errors from extension creation by Jean-Paul Calderone · 17 years ago
- e7db4b4 switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code by Jean-Paul Calderone · 17 years ago
- 8dd19b8 add X509ReqType.{set,get}_version by Jean-Paul Calderone · 17 years ago
- 6fe60c2 Python 2.3 compatibility in test_crypto by Jean-Paul Calderone · 17 years ago
- 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 17 years ago
- 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 17 years ago
- c54cc18 X509Name.get_components by Jean-Paul Calderone · 17 years ago
- 8114b45 Move server.pem into test module for simplicity of deployment/testing by Jean-Paul Calderone · 17 years ago
- e957a00 Add X509Name.der by Jean-Paul Calderone · 17 years ago
- 38a646d Fix bug in UTCTIME handling for notBefore and notAfter by Jean-Paul Calderone · 17 years ago
- 110cd09 X509Name.hash by Jean-Paul Calderone · 17 years ago
- 76576d5 Add a simple test for X509.digest by Jean-Paul Calderone · 17 years ago
- 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
- ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
- e0615b5 Handle unset notBefore and notAfter values by Jean-Paul Calderone · 17 years ago
- 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 17 years ago
- 78381d2 Support Python long integers in X509.set_serial_number and X509.get_serial_number by Jean-Paul Calderone · 17 years ago
- 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
- 7535dab *Really* make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
- ac930e1 Make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
- 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
- 7da26a7 Define assertTrue for Python 2.3 compatibility by Jean-Paul Calderone · 17 years ago
- d71fe98 disable small bit-size rsa generation test, it hangs a lot of OpenSSL versions by Jean-Paul Calderone · 17 years ago
- ab82db7 slightly better PKey invalid bit tests, and a fix for older versions of OpenSSL by Jean-Paul Calderone · 17 years ago
- eff3cd9 A couple tests for X509Name by Jean-Paul Calderone · 17 years ago
- d8782ad Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handling by Jean-Paul Calderone · 17 years ago