summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New release.0.22.4Matěj Cepl2015-10-131-5/+5
* Clean up setup.py to be PEP8-compliant.Matěj Cepl2015-10-131-36/+36
* Add support for IP addresses in subjectAltNameMiloslav Trmač2015-10-131-0/+33
* Fix spurious test failures in test_cookie_str_changed_*Miloslav Trmač2015-10-131-3/+3
* Bump the required python to 2.6 in INSTALL file.Matěj Cepl2015-10-131-4/+4
* Clean up whitespace etc.Matěj Cepl2015-10-132-116/+153
* We forgot import platform somewhere so tests were failing.Matěj Cepl2015-10-132-2/+6
* Account for SHA-256 signatures.Miloslav Trmač2015-10-131-1/+1
* Fix test_tls1_nok for recent FedorasMiloslav Trmač2015-10-131-1/+1
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-137-64/+54
* Accommodate change of global mask in crypto/asn1/a_strnid.cMiloslav Trmač2015-10-131-1/+3
* Use randomly assigned ports when testing.Miloslav Trmač2015-10-132-26/+32
* Add a minimal SNI supportOleg Girko2015-10-133-48/+64
* Fix incorrect exception type raised when in FIPS modeMiloslav Trmač2015-10-131-0/+12
* Use correct syntax for testing SSLv2Miloslav Trmač2015-10-131-1/+1
* Replace expired certificates in the test suiteMiloslav Trmač2015-10-1310-245/+240
* Fix https connections over a proxy with Python >= 2.6Miloslav Trmač2015-10-132-3/+5
* Support IPv6 in M2Crypto.httpslibMiloslav Trmač2015-10-132-17/+39
* Memory leak in SWIG/_aes.i: AES_cryptMiloslav Trmač2015-10-131-1/+4
* Fix S/MIME examples and documentation.Miloslav Trmač2015-10-137-14/+24
* Fix handling of buffer() objects as input data to SSLMiloslav Trmač2015-10-133-10/+82
* Allow overriding SSL.Connection.postConnectionCheck from m2urllib2Miloslav Trmač2015-10-132-2/+8
* Fix M2Crypto in FIPS mode.Miloslav Trmač2015-10-138-21/+40
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-1327-31/+138
* Add support for SSL socket timeoutsJames Bowes2015-10-134-110/+307
* Everybody has to be ignorant sometimes.Matěj Cepl2015-10-031-0/+11
* Fixed invalid variable nameHugo Castilho2015-10-031-1/+1
* 0.21.1 release0.21.1Heikki Toivonen2011-01-150-0/+0
* 0.21 release tarball was buggy, so need to release 0.21.1.Heikki Toivonen2011-01-153-4/+8
* Prepare for 0.21Heikki Toivonen2011-01-132-4/+4
* Preparing for 0.21 releaseHeikki Toivonen2011-01-120-0/+0
* Add a warning about when the chain will become invalid.Heikki Toivonen2010-05-081-1/+6
* Bug 12935, 0.20 started releasing Python locks even around some operations thatHeikki Toivonen2010-02-136-17/+36
* Bug 12910, make httpslib.ProxyHTTPSConnection work with Python 2.3.Heikki Toivonen2010-02-132-1/+5
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-1315-126/+213
* Rename m2.engine_init to engine_init_error so that ENGINE_init and ENGINE_fin...Heikki Toivonen2010-02-133-2/+20
* Forgot to attribute RSA PSS issue to Stef Walter.Heikki Toivonen2009-10-061-1/+1
* Bug 12894, (Re)Enable configuration and use with OpenSSL 0.9.7g and older by ...Heikki Toivonen2009-10-064-36/+48
* Make tests more verbose.Heikki Toivonen2009-10-061-1/+1
* Open trunk for 0.21 work.Heikki Toivonen2009-08-273-4/+4
* Bug 12857, fix regression in httpslib.ProxyHTTPSConnection, by Miloslav Trmac.Heikki Toivonen2009-08-122-4/+9
* Don't want to export/document v that was used for version generation, so make...Heikki Toivonen2009-08-071-1/+1
* Simplify document generation by using epydoc config file. Run with:Heikki Toivonen2009-08-071-0/+29
* Docstring should say this is deprecated too.Heikki Toivonen2009-08-071-1/+3
* Created new test certificates that will be valid until 2019.Heikki Toivonen2009-07-2812-257/+266
* Part of bug 12442, make C code follow the way fips_rsa_sign.c does it in Open...Heikki Toivonen2009-07-283-38/+43
* Part of bug 11693, taking out the fast code path because it was not working o...Heikki Toivonen2009-07-281-3/+0
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-2414-10/+171
* Bug 11693, ASN1_INTEGERs can now be larger than fits in an int, for example t...Heikki Toivonen2009-07-245-4/+148
* Forgot to checkin.Heikki Toivonen2009-07-241-0/+8