summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 9401, fix threading regressions caused in 0.16, patch by Aaron Reizes and...Heikki Toivonen2007-06-051-0/+2
* Bug 9409, added SSL session caching support to HTTPSConnection, by Keith Jack...Heikki Toivonen2007-06-041-0/+1
* Bug 7521, 64-bit corretness fixes, original patch by Miloslav Trmac.Heikki Toivonen2007-05-081-0/+1
* Bug 8937, fix m2xmlrpclib.py to work with Python 2.5, by Miloslav Trmac.Heikki Toivonen2007-04-271-0/+1
* Added EVP.pbkdf2 to derive key from password.Heikki Toivonen2007-03-101-0/+1
* X509_Store_Context got the new method get1_chain.Heikki Toivonen2007-01-241-1/+1
* X509.get1_chain added.Heikki Toivonen2007-01-231-0/+1
* Bug 7724, X509_Extension.get_value accepts optional flag and indent parameters.Heikki Toivonen2007-01-161-0/+1
* Bug 7592, remove unnecessary email address, by Larry Bugbee.Heikki Toivonen2006-12-191-1/+0
* Bug 5277, support multiple dNSName fields in subjectAltName.Heikki Toivonen2006-12-191-0/+1
* You can control the sleep time after launching the test server by settingHeikki Toivonen2006-12-151-1/+3
* Change trunk version numbers to 0.18.Heikki Toivonen2006-12-141-0/+4
* Part of bug 7530, X509.new_extension('subjectKeyIdentifier', 'hash') raisesHeikki Toivonen2006-12-141-0/+2
* Bug 7532, added Err.peek_error_code, by Thomas Uram.Heikki Toivonen2006-12-141-0/+1
* Bug 6628, prevent Connection.makefile from freeing bio redundantly, by Thomas...Heikki Toivonen2006-12-141-0/+1
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-0/+1
* Added release dates for 0.15 and 0.16.Heikki Toivonen2006-12-061-4/+4
* Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der andHeikki Toivonen2006-12-061-0/+2
* Bug 6975, CONNECT proxy for httpslib and m2urllib2, by James Bowes.Heikki Toivonen2006-12-051-0/+1
* Bug 7045, fixed twisted wrapper to work with >16kb BIO buffers, by Martin Pal...Heikki Toivonen2006-11-221-0/+1
* save_key and save_pub_key did not work, typoed parameter name. Fix by Larry B...Heikki Toivonen2006-11-201-0/+1
* Typo.Heikki Toivonen2006-10-311-1/+1
* Bug 6018, added support for remaining ECs, by Larry Bugbee.Heikki Toivonen2006-10-311-1/+2
* Bug 6969, m2urllib.open_https needs to return response headers orHeikki Toivonen2006-10-161-0/+2
* Bug 5929, SMIME.smime_load_pkcs7_bio failed with memory BIO.Heikki Toivonen2006-09-061-0/+3
* Fixed X509.check_purpose()Heikki Toivonen2006-08-291-0/+1
* Bug 6148, added m2urllib2, original patch by James bowes.Heikki Toivonen2006-08-251-0/+1
* SSL.Context.load_verify_locations raises ValueError if cafile andHeikki Toivonen2006-08-251-0/+5
* Bug 5519, various DSA enhancements, by Larry Bugbee.Heikki Toivonen2006-05-101-1/+2
* Fixed SSL.Connection.set_client_CA_list_from_file to use theHeikki Toivonen2006-04-281-1/+3
* Bug 5501, added sign and verify methods to RSA and get_rsa to PKey,Heikki Toivonen2006-04-271-0/+2
* Bug 5601, it is now possible to also get a non-nid memberHeikki Toivonen2006-04-121-0/+2
* Add mention that connect() and accept() were fixed.Heikki Toivonen2006-04-121-1/+2
* Removed erronous call to set_debuglevel(1) in m2urllib whichHeikki Toivonen2006-04-051-1/+3
* Bug 3257, fix non-hashable type problems with SSL._ctxmap and users,Heikki Toivonen2006-04-031-0/+5
* Bug 5520, EVP.MessageDigest now properly cleans up the underlying dataHeikki Toivonen2006-03-311-0/+2
* Bug 5509, multithreaded SSL no longer uses the SSL_set/get_app_data to set andHeikki Toivonen2006-03-311-0/+2
* Bug 3236, EVP.Cipher can now be used with aes_* ciphers. TheyHeikki Toivonen2006-03-291-0/+2
* Bug 2841, fixed SSLServer.handle_error takes three arguments,Heikki Toivonen2006-03-281-0/+2
* Bug 5313, added --openssl option to build command, whichHeikki Toivonen2006-03-281-0/+2
* Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee.Heikki Toivonen2006-03-251-0/+3
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-0/+1
* Bug 5381, SSLBio and related additions to help do SSL withHeikki Toivonen2006-03-141-0/+2
* Bug 5275, added serialNumber, SN, surname, GN and givenName fields to X509_Name,Heikki Toivonen2006-03-111-0/+2
* Make Cipher_Stack, X509_Stack and X509_Extension_Stack iterable.Heikki Toivonen2006-03-091-0/+1
* X509_Name and ASN1_String as_text (new to ASN1_String) takeHeikki Toivonen2006-03-081-0/+2
* Bug 5365, fix swig warnings (%name to %rename).Heikki Toivonen2006-03-081-1/+1
* Bug 5319, digest_update and verify_update return typesHeikki Toivonen2006-03-071-0/+3
* Fix SSL.Context.set_tmp_(dh|rsa) to return value fromHeikki Toivonen2006-03-071-1/+6
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-071-0/+2