summaryrefslogtreecommitdiff
path: root/M2Crypto
Commit message (Expand)AuthorAgeFilesLines
* Add support for IP addresses in subjectAltNameMiloslav Trmač2015-10-131-0/+33
* Clean up whitespace etc.Matěj Cepl2015-10-131-18/+22
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-132-3/+3
* Add a minimal SNI supportOleg Girko2015-10-131-0/+4
* 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
* Allow overriding SSL.Connection.postConnectionCheck from m2urllib2Miloslav Trmač2015-10-132-2/+8
* Add support for SSL socket timeoutsJames Bowes2015-10-132-28/+36
* Fixed invalid variable nameHugo Castilho2015-10-031-1/+1
* 0.21 release tarball was buggy, so need to release 0.21.1.Heikki Toivonen2011-01-151-2/+2
* Add a warning about when the chain will become invalid.Heikki Toivonen2010-05-081-1/+6
* Bug 12910, make httpslib.ProxyHTTPSConnection work with Python 2.3.Heikki Toivonen2010-02-131-1/+4
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-131-1/+1
* Rename m2.engine_init to engine_init_error so that ENGINE_init and ENGINE_fin...Heikki Toivonen2010-02-131-1/+11
* Bug 12894, (Re)Enable configuration and use with OpenSSL 0.9.7g and older by ...Heikki Toivonen2009-10-061-0/+4
* Open trunk for 0.21 work.Heikki Toivonen2009-08-271-1/+1
* Bug 12857, fix regression in httpslib.ProxyHTTPSConnection, by Miloslav Trmac.Heikki Toivonen2009-08-121-2/+3
* Don't want to export/document v that was used for version generation, so make...Heikki Toivonen2009-08-071-1/+1
* Docstring should say this is deprecated too.Heikki Toivonen2009-08-071-1/+3
* Part of bug 12442, make C code follow the way fips_rsa_sign.c does it in Open...Heikki Toivonen2009-07-281-12/+4
* Bug 9062, use urlparse for parsing urls instead of urllib.Heikki Toivonen2009-07-221-9/+16
* Bug 12445, added support for disabling padding when using RSA encryption, by ...Heikki Toivonen2009-07-221-1/+5
* Bug 12442, added support for RSASSA-PSS signing and verifying, patch by Konio...Heikki Toivonen2009-07-221-0/+58
* Bug 9605, allow SSL peer certificate to have subjectAltName without dNSName a...Heikki Toivonen2009-06-181-3/+4
* git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@684 2715db39-9adf-031...Heikki Toivonen2009-06-181-1/+1
* Bug 12840, ftpslib now works with Python 2.6, patch by Theodore A. Roth.Heikki Toivonen2009-06-181-2/+1
* Bug 12409, SSLServer.__init__ now takes optional bind_and_activate parameter ...Heikki Toivonen2009-04-031-5/+5
* Bug 12391, deprecate M2Crypto.PGP subpackage since it does not seem to be use...Heikki Toivonen2009-04-034-0/+12
* Bug 12762, added ASN1_UTCTIME.get_datetime and set_datetime, by Pavel Shramov.Heikki Toivonen2009-03-301-0/+77
* Bug 12760, fixed httpslib to send only path+query+fragment part of URL when u...Heikki Toivonen2009-03-241-1/+1
* Take out debug variable and methods we don't need to override.Heikki Toivonen2009-02-221-48/+0
* Bug 12718, break circular reference so that sockets get closed properly, by M...Heikki Toivonen2009-02-071-1/+17
* Add 2009 copyrights.Heikki Toivonen2009-02-061-1/+1
* Bug 12713, do not raise str exceptions:Heikki Toivonen2009-02-063-22/+20
* Bug 12591, comment fix from Miloslav Trmac.Heikki Toivonen2009-02-011-1/+2
* Bug 12458, revert change done in 0.17 that changed URL without hostname to co...Heikki Toivonen2009-02-011-1/+1
* Bug 1757, Added alias X509.Request.set_subject for set_subject_name to match ...Heikki Toivonen2008-11-261-0/+2
* Bug 12173, Added X509.load_request_bio and load_request_string, by Hartmut Go...Heikki Toivonen2008-11-251-0/+50
* Bug 12397, Remove shebang from Engine.py since it is not executable, by Milos...Heikki Toivonen2008-10-131-1/+0
* Improve the quality of the generated epydoc documentation. All modules should...Heikki Toivonen2008-09-3012-9/+54
* Bug 12372, SSL.Connection.accept() passed wrong certificate to postConnection...Heikki Toivonen2008-09-301-1/+1
* Trunk is moving towards 0.20.Heikki Toivonen2008-09-171-1/+11
* Wrapped OpenSSL ENGINE interface, proving support for smart cards, by Martin ...Heikki Toivonen2008-09-152-0/+111
* Bug 12333, httpslib.HTTPSConnection now raises ValueError for illegal keyword...Heikki Toivonen2008-09-041-1/+1
* Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f...Heikki Toivonen2008-08-232-5/+13
* X509_Store.load_info now returns the value from the underlyingHeikki Toivonen2008-07-221-1/+4
* Bug 12139, fixed m2urllib.build_opener when optional handlers were in use,Heikki Toivonen2008-06-121-3/+6
* Change size() to struct_size() clarify the meaning.Heikki Toivonen2008-06-112-3/+3
* Bug 11893, fixed SSL.Connection.get_socket_read_timeout and set_socket_read_t...Heikki Toivonen2008-06-112-2/+4
* Bug 12140, use the proxied User-Agent value in CONNECT requests, by James Ant...Heikki Toivonen2008-06-111-0/+6