summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate Python 2 support.Matěj Cepl2023-02-021-0/+2
| | | | Fixes #326.
* Remove use of parameterized in favour of unittest.subTest.Matěj Cepl2023-02-011-0/+8
| | | | Fixes #327.
* New release0.38.0Matěj Cepl2021-06-141-0/+13
|
* Fix typo parametrized -> parameterizedMatěj Cepl2020-12-081-1/+1
|
* Administrative tasks to create release 0.37.0.37.0Matěj Cepl2020-12-081-0/+18
|
* New release0.36.0Matěj Cepl2020-07-131-0/+35
|
* New release.0.35.1Matěj Cepl2019-06-081-0/+14
| | | | Next time, don't forget to update Changelog. AGAIN!!!
* New release 0.33.00.33.0Matěj Cepl2019-04-261-0/+10
|
* Release 0.32.00.32.0Matěj Cepl2019-03-041-0/+8
|
* Release 0.31.00.31.0Matěj Cepl2018-11-081-0/+10
|
* Fix packaging.0.30.1Matěj Cepl2018-04-291-0/+4
| | | | Fixes #212
* Release 0.30.00.30.0Matěj Cepl2018-04-251-0/+14
|
* Add a record to ChangeLog.0.29.0Matěj Cepl2018-02-231-0/+6
|
* Fix CHANGES for 0.28.0 (too late again)0.28.1Matěj Cepl2018-02-081-1/+7
|
* Metadata for py3k port.Matěj Cepl2018-02-081-0/+7
|
* Fix metadata for new release.0.27.0Matěj Cepl2017-10-051-0/+11
| | | | | | Also, fix licence (it is MIT, not BSD). Fixes #121
* Another too late update of CHANGESMatěj Cepl2017-09-261-36/+42
|
* Update CHANGES to 0.26.3Matěj Cepl2017-09-221-0/+26
|
* Add changelog from 0.21.1 onwards.Matěj Cepl2016-07-221-0/+66
|
* 0.21 release tarball was buggy, so need to release 0.21.1.Heikki Toivonen2011-01-151-0/+4
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/branches/0.21@737 2715db39-9adf-0310-9c64-84f055769b4b
* Prepare for 0.21Heikki Toivonen2011-01-131-2/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/branches/0.21@735 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12935, 0.20 started releasing Python locks even around some operations thatHeikki Toivonen2010-02-131-0/+3
| | | | | | | interacted with the Python runtime, potentially causing crashes and other weirdness, fix by Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@723 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12910, make httpslib.ProxyHTTPSConnection work with Python 2.3.Heikki Toivonen2010-02-131-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@722 2715db39-9adf-0310-9c64-84f055769b4b
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix ↵Heikki Toivonen2010-02-131-2/+7
| | | | | | test_smime.py. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@721 2715db39-9adf-0310-9c64-84f055769b4b
* Rename m2.engine_init to engine_init_error so that ENGINE_init and ↵Heikki Toivonen2010-02-131-0/+2
| | | | | | ENGINE_finish can be exposed, thanks to Erlo (see http://stackoverflow.com/questions/2195179/need-help-using-m2crypto-engine-to-access-usb-token). git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@720 2715db39-9adf-0310-9c64-84f055769b4b
* Forgot to attribute RSA PSS issue to Stef Walter.Heikki Toivonen2009-10-061-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@716 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12894, (Re)Enable configuration and use with OpenSSL 0.9.7g and older by ↵Heikki Toivonen2009-10-061-0/+5
| | | | | | disabling RSA PSS methods when using such old OpenSSL. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@715 2715db39-9adf-0310-9c64-84f055769b4b
* Open trunk for 0.21 work.Heikki Toivonen2009-08-271-2/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@713 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12857, fix regression in httpslib.ProxyHTTPSConnection, by Miloslav Trmac.Heikki Toivonen2009-08-121-2/+6
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@709 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12775, allow more blocking OpenSSL functions to run without GIL, by ↵Heikki Toivonen2009-07-241-0/+1
| | | | | | Miloslav Trmac. This bumps swig dependency to >= 1.3.28. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@695 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 11693, ASN1_INTEGERs can now be larger than fits in an int, for example ↵Heikki Toivonen2009-07-241-0/+3
| | | | | | to support X509 certificates with large serial numbers, patch by Mikhail Vorozhtsov and testcase by Barry G. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@694 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12742, better fix for FIPS mode issues by Miloslav Trmac.Heikki Toivonen2009-07-221-1/+3
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@692 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9062, use urlparse for parsing urls instead of urllib.Heikki Toivonen2009-07-221-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@691 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12847, threading_locking_callback did not block on a lock when the lock ↵Heikki Toivonen2009-07-221-0/+2
| | | | | | was held by another thread, by Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@690 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12445, added support for disabling padding when using RSA encryption, by ↵Heikki Toivonen2009-07-221-1/+3
| | | | | | Chris Collis. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@689 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12442, added support for RSASSA-PSS signing and verifying, patch by ↵Heikki Toivonen2009-07-221-0/+1
| | | | | | Koniosis. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@688 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12776, fixed obj_obj2txt, which returned nonsense, fix by Barney Stratford.Heikki Toivonen2009-06-181-1/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@686 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9605, allow SSL peer certificate to have subjectAltName without dNSName ↵Heikki Toivonen2009-06-181-0/+2
| | | | | | and use commonName for hostname check, fix by Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@685 2715db39-9adf-0310-9c64-84f055769b4b
* git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@684 ↵Heikki Toivonen2009-06-181-0/+2
| | | | 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12840, ftpslib now works with Python 2.6, patch by Theodore A. Roth.Heikki Toivonen2009-06-181-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@683 2715db39-9adf-0310-9c64-84f055769b4b
* Mention that we released 80% test coverage (bug 12392).Heikki Toivonen2009-04-031-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@681 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12409, SSLServer.__init__ now takes optional bind_and_activate parameter ↵Heikki Toivonen2009-04-031-0/+3
| | | | | | and initializes by calling SocketServer.BaseServer.__init__, which are Python 2.6 compatibility fixes, by Christian. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@680 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12391, deprecate M2Crypto.PGP subpackage since it does not seem to be ↵Heikki Toivonen2009-04-031-0/+2
| | | | | | used nor is it maintained. If I get reports that there are users or someone willing to step up to maintain it, I can leave it in. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@679 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12762, added ASN1_UTCTIME.get_datetime and set_datetime, by Pavel Shramov.Heikki Toivonen2009-03-301-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@678 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12760, fixed httpslib to send only path+query+fragment part of URL when ↵Heikki Toivonen2009-03-241-0/+2
| | | | | | using CONNECT proxy, by James Bowes. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@677 2715db39-9adf-0310-9c64-84f055769b4b
* Added fedora_setup.sh to help work around differences on Fedora Core -basedHeikki Toivonen2009-02-091-0/+2
| | | | | | | distributions (RedHat, CentOS, ...); thanks to Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@668 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12718, break circular reference so that sockets get closed properly, by ↵Heikki Toivonen2009-02-071-0/+1
| | | | | | Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@666 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12713, do not raise str exceptions:Heikki Toivonen2009-02-061-0/+7
| | | | | | | | | | | | | | | - EVP.load_key and load_key_bio fixed to raise EVP.EVPError and BIO.BIOError - SSL.Session.load_session fixed to raise SSL.SSLError - SMIME.load_pkcs7, load_pkcs7_bio, smime_load_pkcs7, smime_load_pkcs7_bio, text_crlf, text_crlf_bio fixed to raise BIO.BIOError, SMIME.PKCS7_Error and SMIME.SMIME_Error as appropriate Additionally fixed: - SMIME.text_crlf and text_crlf_bio were always raising TypeError git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@663 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12458, revert change done in 0.17 that changed URL without hostname to ↵Heikki Toivonen2009-02-011-0/+2
| | | | | | contain hostname while it should leave the URL untouched. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@660 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12452, OBJ_* wrappers did not work properly with OpenSSL 0.9.8a and ↵Heikki Toivonen2008-11-261-0/+2
| | | | | | earlier, fix by Pavel Shramov. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@659 2715db39-9adf-0310-9c64-84f055769b4b