summaryrefslogtreecommitdiff
path: root/M2Crypto
Commit message (Expand)AuthorAgeFilesLines
* Bug 5601, it is now possible to also get a non-nid memberHeikki Toivonen2006-04-121-9/+12
* Remaining part of bug 2835, setblocking caused a refcycleHeikki Toivonen2006-04-051-8/+14
* Got a hint from Phillip J. Eby that making _ctxmap.map aHeikki Toivonen2006-04-051-1/+3
* Removed erronous call to set_debuglevel(1) in m2urllib whichHeikki Toivonen2006-04-051-1/+1
* Bug 3257, fix non-hashable type problems with SSL._ctxmap and users,Heikki Toivonen2006-04-032-12/+16
* Error.py is not needed, see in __init__.py.Heikki Toivonen2006-04-011-6/+0
* Bug 3194, get rid of the confusing code in callback.py andHeikki Toivonen2006-04-012-54/+3
* Remove unimplemented function estimate_entropy.Heikki Toivonen2006-03-291-3/+0
* Bug 2841, fixed SSLServer.handle_error takes three arguments,Heikki Toivonen2006-03-281-2/+4
* Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee.Heikki Toivonen2006-03-255-21/+21
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-2039-80/+0
* Bug 5381, SSLBio and related additions to help do SSL withHeikki Toivonen2006-03-142-4/+63
* Bug 5275, added serialNumber, SN, surname, GN and givenName fields to X509_Name,Heikki Toivonen2006-03-111-3/+9
* Make Cipher_Stack, X509_Stack and X509_Extension_Stack iterable.Heikki Toivonen2006-03-092-8/+15
* 0 is better default flag for ASN1_String.as_text()Heikki Toivonen2006-03-091-1/+1
* X509_Name and ASN1_String as_text (new to ASN1_String) takeHeikki Toivonen2006-03-082-4/+16
* Bug 5319, digest_update and verify_update return typesHeikki Toivonen2006-03-071-3/+9
* Fix SSL.Context.set_tmp_(dh|rsa) to return value fromHeikki Toivonen2006-03-071-2/+2
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-072-4/+304
* The free function should be in the class scope.Heikki Toivonen2006-03-011-2/+2
* Bug 4782, enhancements to EVP and X509 so that we can deal withHeikki Toivonen2006-03-012-26/+92
* Get rid of pre-2.3 junk.Heikki Toivonen2006-02-273-162/+64
* Fix copyright year.Heikki Toivonen2006-02-241-1/+1
* Simplify version number calculation.Heikki Toivonen2006-02-242-17/+9
* Nothing here yet.Heikki Toivonen2006-02-241-10/+0
* More informative exceptions, and using new style.Heikki Toivonen2006-02-241-8/+36
* First feature that requires OpenSSL 0.9.8 or newer: X509.check_ca().Heikki Toivonen2006-02-241-2/+3
* Added docstrings.Heikki Toivonen2006-02-241-1/+8
* Fix default post connection checks that are done for bothHeikki Toivonen2005-09-221-4/+4
* Bug 3805, do not access global objects from __del__ methodsHeikki Toivonen2005-08-2313-146/+175
* Last changes for 0.15 release.Heikki Toivonen2005-08-171-1/+1
* connectXXX/listenXXX should return the value the reactorHeikki Toivonen2005-08-081-4/+4
* X509_check_ca not available in all OpenSSL 0.9.7 versions so commenting out f...Heikki Toivonen2005-07-291-1/+2
* Bug 3121, fix set_tmp_dh_callback crash by ensuring/releasing GIL. Heikki Toivonen2005-06-301-0/+3
* Bug 1721, wrap Python C API calls with GIL ensure/release to fix crashHeikki Toivonen2005-06-301-1/+7
* Commenting API.Heikki Toivonen2005-06-301-4/+3
* Commenting API.Heikki Toivonen2005-06-301-4/+13
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-0935-35/+35
* Fix host for postConnectionCheck in server case.Heikki Toivonen2005-06-091-1/+1
* fixing tag issueMike Taylor2005-06-091-1/+1
* Fixed twisted wrapper in server mode, where we should by default do no postHeikki Toivonen2005-06-091-5/+10
* Fix bogus assertion in Context.load_verify_locations.Heikki Toivonen2005-06-091-3/+2
* Bug 3203, should do post connection checks by default for all client modes.Heikki Toivonen2005-06-091-51/+126
* Bug 3203, should do post connection checks by default for all client modes.Heikki Toivonen2005-06-091-4/+22
* Wrapped X509_check* functions.Heikki Toivonen2005-06-031-1/+19
* Really implement pkey_write_pem so that EVP.PKey_save_key_bio works, this is ...Heikki Toivonen2005-06-031-3/+4
* Bug 3094, replace more raw pointers from interfaces withHeikki Toivonen2005-06-012-13/+25
* Added BN module with rand, rand_range and randfname methods and associated te...Heikki Toivonen2005-05-191-0/+49
* Bug 1701, eliminate C pointers from interfaces and use M2Crypto objects inste...Heikki Toivonen2005-05-172-26/+44
* Forgot self.Heikki Toivonen2005-05-141-4/+4