summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bug 11813 was also fixed with r600, reflecting in changes list.Heikki Toivonen2008-02-111-1/+2
* Bug 5521, old PrivateKey write routines deprecated, use PEM_write_[bio_]PKCS8...Heikki Toivonen2008-01-291-0/+2
* Bug 11077, X509.load_cert, load_cert_bio, load_cert_der_string, new_stack_fro...Heikki Toivonen2007-10-171-0/+4
* Bug 11042, typedef Py_ssize_t was insufficiently guarded, now follows PEP 353...Heikki Toivonen2007-10-121-0/+5
* Bug 9404, redo build fix when OpenSSL configured without EC.Heikki Toivonen2007-10-081-0/+5
* Bug 10884, httpslib.ProxyHTTPSConnection now sends the required Host header, ...Heikki Toivonen2007-09-241-0/+5
* 0.18 release date.Heikki Toivonen2007-07-261-2/+2
* Bug 7550, added X509_Name.as_hash, patch by Thomas Uram.Heikki Toivonen2007-07-021-0/+1
* Bug 9477, moved --openssl option from general setup.py option to build_ext op...Heikki Toivonen2007-06-221-0/+3
* Bug 9558, fix leak in SSL.Connection.makefile (or actually in BIO.IOBuffer).Heikki Toivonen2007-06-211-1/+2
* Partial fix to bug 9558, fixed the leaking BIO in twisted wrapper in r561.Heikki Toivonen2007-06-211-1/+1
* Bug 7973, PKey.verify_final needs sign parameter.Heikki Toivonen2007-06-201-0/+1
* Bug 9520, SSL.Connection.ssl SSL struct was leaked if connect() was never cal...Heikki Toivonen2007-06-151-2/+3
* Fixed memory leak in threading_init.Heikki Toivonen2007-06-141-2/+3
* Trying to raise the EVP exception from digest_final, cipher_init, cipher_upda...Heikki Toivonen2007-06-141-2/+3
* Fixed memory leak in X509_Stack (which manifested for example when calling ne...Heikki Toivonen2007-06-131-1/+2
* Fixed memory leak in ecdsa_verify.Heikki Toivonen2007-06-131-2/+2
* Fixed memory leak in X509.verify.Heikki Toivonen2007-06-131-0/+1
* Fixed memory leak in m2.pkey_get_modulus.Heikki Toivonen2007-06-131-1/+1
* Fixed memory leak in m2.ec_key_new_by_curve_name.Heikki Toivonen2007-06-121-0/+1
* Bug 9259, added the ability to save and load DER formatted X509 certificates ...Heikki Toivonen2007-06-121-1/+3
* Added X509_Name_Entry.set_data.Heikki Toivonen2007-06-111-1/+1
* Added 0.17 release date.Heikki Toivonen2007-06-111-2/+2
* Clarify what exact methods were added.Heikki Toivonen2007-06-081-2/+4
* Bug 5380, added methods to get X509_Name_Entry objects from X509_Name, which ...Heikki Toivonen2007-06-081-0/+3
* Bug 9309, if a subjectAltName extension of type dNSName is present in peer ce...Heikki Toivonen2007-06-081-0/+3
* But I do want to leave the mention about when get0_signers was removed.Heikki Toivonen2007-06-081-1/+1
* Should be enough to just say what was done in the CHANGES file.Heikki Toivonen2007-06-081-2/+1
* Bug 7795, added back PKCS7.get0_signers (which was removed in 0.16 due to alw...Heikki Toivonen2007-06-081-0/+2
* Bug 8462, checking for erroneous returns from more OpenSSL EVP_* functions, w...Heikki Toivonen2007-06-081-0/+4
* Bug 9404, fixed build problem affecting some systems where OpenSSL was built ...Heikki Toivonen2007-06-071-0/+2