summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 1757, Added alias X509.Request.set_subject for set_subject_name to match ↵Heikki Toivonen2008-11-261-0/+2
| | | | | | X509.X509, by Pavel Shramov. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@654 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12173, Added X509.load_request_bio and load_request_string, by Hartmut ↵Heikki Toivonen2008-11-251-1/+2
| | | | | | Goebel and Pavel Shramov. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@652 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12397, Remove shebang from Engine.py since it is not executable, by ↵Heikki Toivonen2008-10-131-0/+1
| | | | | | Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@641 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12396, Re-enable building when OpenSSL built without EC support, by ↵Heikki Toivonen2008-10-131-0/+4
| | | | | | Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@640 2715db39-9adf-0310-9c64-84f055769b4b
* Add 0.19 release date.Heikki Toivonen2008-10-061-1/+5
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@637 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12372, SSL.Connection.accept() passed wrong certificate to ↵Heikki Toivonen2008-09-301-0/+2
| | | | | | postConnectionCheck callback. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@627 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 10813, wrap OBJ_* functions, by Pavel Shramov.Heikki Toivonen2008-09-151-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@615 2715db39-9adf-0310-9c64-84f055769b4b
* Wrapped OpenSSL ENGINE interface, proving support for smart cards, by Martin ↵Heikki Toivonen2008-09-151-0/+2
| | | | | | Paljak and Pavel Shramov. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@614 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12333, httpslib.HTTPSConnection now raises ValueError for illegal ↵Heikki Toivonen2008-09-041-0/+1
| | | | | | keyword argument. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@613 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 11686, EVP.PKey.get_rsa() now returns RSA_pub, which fixes segmentation ↵Heikki Toivonen2008-08-231-0/+2
| | | | | | | | | | fault when trying to encrypt using public key from X509 certificate, by Ben Timby. This cascaded into fixing RSA_pub save_key* methods, and some unit tests as well. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@612 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed SMIME.verify to raise the correct PKCS7_Error (used to raise SMIME_Error)Heikki Toivonen2008-07-221-0/+2
| | | | | | when verification fails. This error happened only with Python 2.6 and later. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@611 2715db39-9adf-0310-9c64-84f055769b4b
* X509_Store.load_info now returns the value from the underlyingHeikki Toivonen2008-07-221-0/+2
| | | | | | m2.x509_store_load_locations call, and in case of error raises X509Error. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@610 2715db39-9adf-0310-9c64-84f055769b4b
* Typo.Heikki Toivonen2008-06-121-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@609 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12139, fixed m2urllib.build_opener when optional handlers were in use,Heikki Toivonen2008-06-121-0/+2
| | | | | | affected Python 2.5 and later, by Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@608 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 11813, reverted the incorrect GIL change done in 0.18 to ↵Heikki Toivonen2008-06-121-0/+3
| | | | | | | | | m2.passphrase_callback, which caused a deadlock when called from mod_python for example. Thanks to Michal Kochel and Keith Jackson. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@607 2715db39-9adf-0310-9c64-84f055769b4b
* Change size() to struct_size() clarify the meaning.Heikki Toivonen2008-06-111-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@606 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 11893, fixed SSL.Connection.get_socket_read_timeout and ↵Heikki Toivonen2008-06-111-0/+3
| | | | | | | | | | set_socket_read_timeout on 64bit platforms by adding SSL.timeout.size() and using it instead of hardcoded size for socket.getsockopt. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@605 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 12140, use the proxied User-Agent value in CONNECT requests, by James ↵Heikki Toivonen2008-06-111-0/+2
| | | | | | Antill and Miloslav Trmac. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@604 2715db39-9adf-0310-9c64-84f055769b4b
* Remove wrong comment.Heikki Toivonen2008-06-111-2/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@602 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 11813 was also fixed with r600, reflecting in changes list.Heikki Toivonen2008-02-111-1/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@601 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 5521, old PrivateKey write routines deprecated, use ↵Heikki Toivonen2008-01-291-0/+2
| | | | | | PEM_write_[bio_]PKCS8PrivateKey. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@600 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 11077, X509.load_cert, load_cert_bio, load_cert_der_string, ↵Heikki Toivonen2007-10-171-0/+4
| | | | | | | | | | | new_stack_from_der, load_request and load_crl now raise X509Error for invalid data. Previously some of these raised a string as an error, some did not raise but caused strange errors later, for example x509.verify() would return -1. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@599 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 11042, typedef Py_ssize_t was insufficiently guarded, now follows PEP ↵Heikki Toivonen2007-10-121-0/+5
| | | | | | | | 353. This prevented building on at least Red Hat Linux and Debian Linux (unstable). git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@593 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9404, redo build fix when OpenSSL configured without EC.Heikki Toivonen2007-10-081-0/+5
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@585 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 10884, httpslib.ProxyHTTPSConnection now sends the required Host header, ↵Heikki Toivonen2007-09-241-0/+5
| | | | | | by Karl Grindley. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@582 2715db39-9adf-0310-9c64-84f055769b4b
* 0.18 release date.Heikki Toivonen2007-07-261-2/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@578 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 7550, added X509_Name.as_hash, patch by Thomas Uram.Heikki Toivonen2007-07-021-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@566 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9477, moved --openssl option from general setup.py option to build_ext ↵Heikki Toivonen2007-06-221-0/+3
| | | | | | | | | | | option, meaning you need to do: python setup.py build build_ext --openssl=/path Patch by Philip Kershaw. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@564 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9558, fix leak in SSL.Connection.makefile (or actually in BIO.IOBuffer).Heikki Toivonen2007-06-211-1/+2
| | | | | | SSL unit tests no longer leak BIO memory according to Valgrind. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@563 2715db39-9adf-0310-9c64-84f055769b4b
* Partial fix to bug 9558, fixed the leaking BIO in twisted wrapper in r561.Heikki Toivonen2007-06-211-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@562 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 7973, PKey.verify_final needs sign parameter.Heikki Toivonen2007-06-201-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@560 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9520, SSL.Connection.ssl SSL struct was leaked if connect() was never ↵Heikki Toivonen2007-06-151-2/+3
| | | | | | | | called or there were some connection errors. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@558 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed memory leak in threading_init.Heikki Toivonen2007-06-141-2/+3
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@555 2715db39-9adf-0310-9c64-84f055769b4b
* Trying to raise the EVP exception from digest_final, cipher_init, ↵Heikki Toivonen2007-06-141-2/+3
| | | | | | | | | cipher_update, cipher_final, sign_update and sign_final was raising SystemError because EVP.EVPError was not initialized; now raising the correct EVP.EVPError. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@552 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed memory leak in X509_Stack (which manifested for example when calling ↵Heikki Toivonen2007-06-131-1/+2
| | | | | | new_stack_from_der). git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@550 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed memory leak in ecdsa_verify.Heikki Toivonen2007-06-131-2/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@547 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed memory leak in X509.verify.Heikki Toivonen2007-06-131-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@545 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed memory leak in m2.pkey_get_modulus.Heikki Toivonen2007-06-131-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@544 2715db39-9adf-0310-9c64-84f055769b4b
* Fixed memory leak in m2.ec_key_new_by_curve_name.Heikki Toivonen2007-06-121-0/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@543 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9259, added the ability to save and load DER formatted X509 certificates ↵Heikki Toivonen2007-06-121-1/+3
| | | | | | | | and certificate requests, by Keith Jackson git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@542 2715db39-9adf-0310-9c64-84f055769b4b
* Added X509_Name_Entry.set_data.Heikki Toivonen2007-06-111-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@541 2715db39-9adf-0310-9c64-84f055769b4b
* Added 0.17 release date.Heikki Toivonen2007-06-111-2/+2
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@540 2715db39-9adf-0310-9c64-84f055769b4b
* Clarify what exact methods were added.Heikki Toivonen2007-06-081-2/+4
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@539 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 5380, added methods to get X509_Name_Entry objects from X509_Name, which ↵Heikki Toivonen2007-06-081-0/+3
| | | | | | | | | | | allows for example enumerating through all commonName fields. This also allowed me to support multiple commonName fields for SSL peer hostname checking. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@538 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9309, if a subjectAltName extension of type dNSName is present in peer ↵Heikki Toivonen2007-06-081-0/+3
| | | | | | | | | certificate, use only the dNSNames when checking peer certificate hostname, as specified by RFC 2818. If no dNSNames are present, use subject commonName. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@534 2715db39-9adf-0310-9c64-84f055769b4b
* But I do want to leave the mention about when get0_signers was removed.Heikki Toivonen2007-06-081-1/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@533 2715db39-9adf-0310-9c64-84f055769b4b
* Should be enough to just say what was done in the CHANGES file.Heikki Toivonen2007-06-081-2/+1
| | | | git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@532 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 7795, added back PKCS7.get0_signers (which was removed in 0.16 due to ↵Heikki Toivonen2007-06-081-0/+2
| | | | | | always causing a crash). git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@531 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 8462, checking for erroneous returns from more OpenSSL EVP_* functions, ↵Heikki Toivonen2007-06-081-0/+4
| | | | | | | | | which means that certain things that used to fail silently will now raise an exception. Affected m2 functions are: digest_final, cipher_init, cipher_update, cipher_final and sign_update. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@529 2715db39-9adf-0310-9c64-84f055769b4b
* Bug 9404, fixed build problem affecting some systems where OpenSSL was built ↵Heikki Toivonen2007-06-071-0/+2
| | | | | | without EC support. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@527 2715db39-9adf-0310-9c64-84f055769b4b