summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* 0.21 release tarball was buggy, so need to release 0.21.1.Heikki Toivonen2011-01-151-0/+4
* Prepare for 0.21Heikki Toivonen2011-01-131-2/+2
* Bug 12935, 0.20 started releasing Python locks even around some operations thatHeikki Toivonen2010-02-131-0/+3
* Bug 12910, make httpslib.ProxyHTTPSConnection work with Python 2.3.Heikki Toivonen2010-02-131-0/+1
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-131-2/+7
* Rename m2.engine_init to engine_init_error so that ENGINE_init and ENGINE_fin...Heikki Toivonen2010-02-131-0/+2
* 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-061-0/+5
* Open trunk for 0.21 work.Heikki Toivonen2009-08-271-2/+2
* Bug 12857, fix regression in httpslib.ProxyHTTPSConnection, by Miloslav Trmac.Heikki Toivonen2009-08-121-2/+6
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by Milos...Heikki Toivonen2009-07-241-0/+1
* Bug 11693, ASN1_INTEGERs can now be larger than fits in an int, for example t...Heikki Toivonen2009-07-241-0/+3
* Bug 12742, better fix for FIPS mode issues by Miloslav Trmac.Heikki Toivonen2009-07-221-1/+3
* Bug 9062, use urlparse for parsing urls instead of urllib.Heikki Toivonen2009-07-221-0/+1
* Bug 12847, threading_locking_callback did not block on a lock when the lock w...Heikki Toivonen2009-07-221-0/+2
* Bug 12445, added support for disabling padding when using RSA encryption, by ...Heikki Toivonen2009-07-221-1/+3
* Bug 12442, added support for RSASSA-PSS signing and verifying, patch by Konio...Heikki Toivonen2009-07-221-0/+1
* Bug 12776, fixed obj_obj2txt, which returned nonsense, fix by Barney Stratford.Heikki Toivonen2009-06-181-1/+2
* Bug 9605, allow SSL peer certificate to have subjectAltName without dNSName a...Heikki Toivonen2009-06-181-0/+2
* git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@684 2715db39-9adf-031...Heikki Toivonen2009-06-181-0/+2
* Bug 12840, ftpslib now works with Python 2.6, patch by Theodore A. Roth.Heikki Toivonen2009-06-181-0/+1
* Mention that we released 80% test coverage (bug 12392).Heikki Toivonen2009-04-031-0/+1
* Bug 12409, SSLServer.__init__ now takes optional bind_and_activate parameter ...Heikki Toivonen2009-04-031-0/+3
* Bug 12391, deprecate M2Crypto.PGP subpackage since it does not seem to be use...Heikki Toivonen2009-04-031-0/+2
* Bug 12762, added ASN1_UTCTIME.get_datetime and set_datetime, by Pavel Shramov.Heikki Toivonen2009-03-301-0/+1
* Bug 12760, fixed httpslib to send only path+query+fragment part of URL when u...Heikki Toivonen2009-03-241-0/+2
* Added fedora_setup.sh to help work around differences on Fedora Core -basedHeikki Toivonen2009-02-091-0/+2
* Bug 12718, break circular reference so that sockets get closed properly, by M...Heikki Toivonen2009-02-071-0/+1
* Bug 12713, do not raise str exceptions:Heikki Toivonen2009-02-061-0/+7
* Bug 12458, revert change done in 0.17 that changed URL without hostname to co...Heikki Toivonen2009-02-011-0/+2
* Bug 12452, OBJ_* wrappers did not work properly with OpenSSL 0.9.8a and earli...Heikki Toivonen2008-11-261-0/+2
* 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-1/+2
* Bug 12397, Remove shebang from Engine.py since it is not executable, by Milos...Heikki Toivonen2008-10-131-0/+1
* Bug 12396, Re-enable building when OpenSSL built without EC support, by Milos...Heikki Toivonen2008-10-131-0/+4
* Add 0.19 release date.Heikki Toivonen2008-10-061-1/+5
* Bug 12372, SSL.Connection.accept() passed wrong certificate to postConnection...Heikki Toivonen2008-09-301-0/+2
* Bug 10813, wrap OBJ_* functions, by Pavel Shramov.Heikki Toivonen2008-09-151-0/+1
* Wrapped OpenSSL ENGINE interface, proving support for smart cards, by Martin ...Heikki Toivonen2008-09-151-0/+2
* Bug 12333, httpslib.HTTPSConnection now raises ValueError for illegal keyword...Heikki Toivonen2008-09-041-0/+1
* Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation f...Heikki Toivonen2008-08-231-0/+2
* Fixed SMIME.verify to raise the correct PKCS7_Error (used to raise SMIME_Error)Heikki Toivonen2008-07-221-0/+2
* X509_Store.load_info now returns the value from the underlyingHeikki Toivonen2008-07-221-0/+2
* Typo.Heikki Toivonen2008-06-121-1/+1
* Bug 12139, fixed m2urllib.build_opener when optional handlers were in use,Heikki Toivonen2008-06-121-0/+2
* Bug 11813, reverted the incorrect GIL change done in 0.18 to m2.passphrase_ca...Heikki Toivonen2008-06-121-0/+3
* Change size() to struct_size() clarify the meaning.Heikki Toivonen2008-06-111-1/+1
* Bug 11893, fixed SSL.Connection.get_socket_read_timeout and set_socket_read_t...Heikki Toivonen2008-06-111-0/+3
* Bug 12140, use the proxied User-Agent value in CONNECT requests, by James Ant...Heikki Toivonen2008-06-111-0/+2
* Remove wrong comment.Heikki Toivonen2008-06-111-2/+1