summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.16 release.0.16Heikki Toivonen2006-07-050-0/+0
* Fix Vrije Universiteit copyright years.Heikki Toivonen2006-07-057-7/+7
* Ensure that we have valid certificates, by Matt Rodriguez.Heikki Toivonen2006-06-211-7/+49
* Do the iterator in a way that works also in Python 2.3, patch by Thomas D. Uram.Heikki Toivonen2006-06-201-2/+2
* Bug 6031, OpenSSL can be configured without EC so needHeikki Toivonen2006-06-123-4/+9
* Create 0.16 branch.Heikki Toivonen2006-06-020-0/+0
* Bug 5869, demo scripts on how to generate, query and destroyHeikki Toivonen2006-05-314-0/+424
* Just test that we get the right exception, different OpenSSLHeikki Toivonen2006-05-241-8/+1
* Add set_params function, last part of bug 5519.Heikki Toivonen2006-05-222-0/+28
* SSL module documentation fixes and additions.Heikki Toivonen2006-05-102-29/+67
* Warn about set_params method.Heikki Toivonen2006-05-101-0/+7
* Bug 5519, various DSA enhancements, by Larry Bugbee.Heikki Toivonen2006-05-106-77/+385
* Bug 5582, fix twisted wrapper memory leak by removingHeikki Toivonen2006-05-092-13/+29
* Forgot to import m2.Heikki Toivonen2006-05-041-1/+1
* Commenting out the search_paths_first trick for now becauseHeikki Toivonen2006-05-031-1/+1
* Added test_HTTPS.Heikki Toivonen2006-05-031-0/+18
* According to Martin Paljak, latest darwin universal PythonHeikki Toivonen2006-05-021-0/+1
* Since OpenSSL didn't get sha224-512 until 0.9.8, set theHeikki Toivonen2006-05-025-14/+21
* Fix read() regression: the parameter should be size=1024.Heikki Toivonen2006-04-281-3/+3
* Fixed SSL.Connection.set_client_CA_list_from_file to use theHeikki Toivonen2006-04-282-2/+4
* Fix minor import and indentation problems found with pylint.Heikki Toivonen2006-04-285-54/+52
* Minor changes, mostly commented out, to show that readingHeikki Toivonen2006-04-271-3/+3
* I believe we need to write both the signature AND the bufferHeikki Toivonen2006-04-271-1/+1
* Bug 5501, added sign and verify methods to RSA and get_rsa to PKey,Heikki Toivonen2006-04-276-6/+251
* Removed SMIME.save_certs which was not implemented.Heikki Toivonen2006-04-251-3/+0
* Fixed load_pkcs7 (was always raising exceptions). FixedHeikki Toivonen2006-04-252-10/+79
* Got signEncryptDecryptVerify working but the decrypt partHeikki Toivonen2006-04-251-19/+21
* Fixed what I believe was an error in making an unencryptedHeikki Toivonen2006-04-251-5/+5
* More certificate verification tests.Heikki Toivonen2006-04-251-11/+66
* Fixed all but decryptVerify tests, still not sure how to fixHeikki Toivonen2006-04-241-49/+42
* Hmph, of course I need to make it so the test actually passes...Heikki Toivonen2006-04-241-6/+1
* Removed pkcs7_get0_signers because it was not implementedHeikki Toivonen2006-04-242-7/+0
* Added test_verify_cert_fail.Heikki Toivonen2006-04-241-0/+16
* Don't need separate server_key.pem.Heikki Toivonen2006-04-241-9/+0
* New test certificates to replace expired ones.Heikki Toivonen2006-04-2410-140/+414
* This is not used anywhere, deleting.Heikki Toivonen2006-04-201-19/+0
* Figued out how X509_Name.C was supposed to work so added it to test.Heikki Toivonen2006-04-121-10/+9
* Bug 5601, it is now possible to also get a non-nid memberHeikki Toivonen2006-04-123-9/+18
* Add mention that connect() and accept() were fixed.Heikki Toivonen2006-04-121-1/+2
* Should init and cleanup threading since we use threading code.Heikki Toivonen2006-04-071-0/+3
* Remaining part of bug 2835, setblocking caused a refcycleHeikki Toivonen2006-04-052-8/+41
* Report only uncollectable gc, thanks to pje.Heikki Toivonen2006-04-051-4/+4
* Got a hint from Phillip J. Eby that making _ctxmap.map aHeikki Toivonen2006-04-051-1/+3
* It seems only the twisted sample leaks in a way that the currentHeikki Toivonen2006-04-051-0/+6
* Leak tests for test_ssl, disabled by default.Heikki Toivonen2006-04-052-22/+31
* Removed the caveat about PRNG because AFAIK we use what OpenSSLHeikki Toivonen2006-04-051-14/+4
* Removed the caveat about Python/OpenSSL security bugs. BothHeikki Toivonen2006-04-051-8/+4
* Add memory leak reporting, off by default (if test_sslHeikki Toivonen2006-04-051-4/+32
* Removed erronous call to set_debuglevel(1) in m2urllib whichHeikki Toivonen2006-04-054-26/+17
* Add test for HTTPSConnection.Heikki Toivonen2006-04-051-3/+23