| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 5601, it is now possible to also get a non-nid member | Heikki Toivonen | 2006-04-12 | 1 | -9/+12 |
* | Remaining part of bug 2835, setblocking caused a refcycle | Heikki Toivonen | 2006-04-05 | 1 | -8/+14 |
* | Got a hint from Phillip J. Eby that making _ctxmap.map a | Heikki Toivonen | 2006-04-05 | 1 | -1/+3 |
* | Removed erronous call to set_debuglevel(1) in m2urllib which | Heikki Toivonen | 2006-04-05 | 1 | -1/+1 |
* | Bug 3257, fix non-hashable type problems with SSL._ctxmap and users, | Heikki Toivonen | 2006-04-03 | 2 | -12/+16 |
* | Error.py is not needed, see in __init__.py. | Heikki Toivonen | 2006-04-01 | 1 | -6/+0 |
* | Bug 3194, get rid of the confusing code in callback.py and | Heikki Toivonen | 2006-04-01 | 2 | -54/+3 |
* | Remove unimplemented function estimate_entropy. | Heikki Toivonen | 2006-03-29 | 1 | -3/+0 |
* | Bug 2841, fixed SSLServer.handle_error takes three arguments, | Heikki Toivonen | 2006-03-28 | 1 | -2/+4 |
* | Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee. | Heikki Toivonen | 2006-03-25 | 5 | -21/+21 |
* | Removed RCS_id, RCS_ID and _RCS_id from Python files. Unneeded | Heikki Toivonen | 2006-03-20 | 39 | -80/+0 |
* | Bug 5381, SSLBio and related additions to help do SSL with | Heikki Toivonen | 2006-03-14 | 2 | -4/+63 |
* | Bug 5275, added serialNumber, SN, surname, GN and givenName fields to X509_Name, | Heikki Toivonen | 2006-03-11 | 1 | -3/+9 |
* | Make Cipher_Stack, X509_Stack and X509_Extension_Stack iterable. | Heikki Toivonen | 2006-03-09 | 2 | -8/+15 |
* | 0 is better default flag for ASN1_String.as_text() | Heikki Toivonen | 2006-03-09 | 1 | -1/+1 |
* | X509_Name and ASN1_String as_text (new to ASN1_String) take | Heikki Toivonen | 2006-03-08 | 2 | -4/+16 |
* | Bug 5319, digest_update and verify_update return types | Heikki Toivonen | 2006-03-07 | 1 | -3/+9 |
* | Fix SSL.Context.set_tmp_(dh|rsa) to return value from | Heikki Toivonen | 2006-03-07 | 1 | -2/+2 |
* | Bug 3745, ECDSA signatures and ECDH key agreement. Original | Heikki Toivonen | 2006-03-07 | 2 | -4/+304 |
* | The free function should be in the class scope. | Heikki Toivonen | 2006-03-01 | 1 | -2/+2 |
* | Bug 4782, enhancements to EVP and X509 so that we can deal with | Heikki Toivonen | 2006-03-01 | 2 | -26/+92 |
* | Get rid of pre-2.3 junk. | Heikki Toivonen | 2006-02-27 | 3 | -162/+64 |
* | Fix copyright year. | Heikki Toivonen | 2006-02-24 | 1 | -1/+1 |
* | Simplify version number calculation. | Heikki Toivonen | 2006-02-24 | 2 | -17/+9 |
* | Nothing here yet. | Heikki Toivonen | 2006-02-24 | 1 | -10/+0 |
* | More informative exceptions, and using new style. | Heikki Toivonen | 2006-02-24 | 1 | -8/+36 |
* | First feature that requires OpenSSL 0.9.8 or newer: X509.check_ca(). | Heikki Toivonen | 2006-02-24 | 1 | -2/+3 |
* | Added docstrings. | Heikki Toivonen | 2006-02-24 | 1 | -1/+8 |
* | Fix default post connection checks that are done for both | Heikki Toivonen | 2005-09-22 | 1 | -4/+4 |
* | Bug 3805, do not access global objects from __del__ methods | Heikki Toivonen | 2005-08-23 | 13 | -146/+175 |
* | Last changes for 0.15 release. | Heikki Toivonen | 2005-08-17 | 1 | -1/+1 |
* | connectXXX/listenXXX should return the value the reactor | Heikki Toivonen | 2005-08-08 | 1 | -4/+4 |
* | X509_check_ca not available in all OpenSSL 0.9.7 versions so commenting out f... | Heikki Toivonen | 2005-07-29 | 1 | -1/+2 |
* | Bug 3121, fix set_tmp_dh_callback crash by ensuring/releasing GIL. | Heikki Toivonen | 2005-06-30 | 1 | -0/+3 |
* | Bug 1721, wrap Python C API calls with GIL ensure/release to fix crash | Heikki Toivonen | 2005-06-30 | 1 | -1/+7 |
* | Commenting API. | Heikki Toivonen | 2005-06-30 | 1 | -4/+3 |
* | Commenting API. | Heikki Toivonen | 2005-06-30 | 1 | -4/+13 |
* | Fix $ mess (diff always shows changes). | Heikki Toivonen | 2005-06-09 | 35 | -35/+35 |
* | Fix host for postConnectionCheck in server case. | Heikki Toivonen | 2005-06-09 | 1 | -1/+1 |
* | fixing tag issue | Mike Taylor | 2005-06-09 | 1 | -1/+1 |
* | Fixed twisted wrapper in server mode, where we should by default do no post | Heikki Toivonen | 2005-06-09 | 1 | -5/+10 |
* | Fix bogus assertion in Context.load_verify_locations. | Heikki Toivonen | 2005-06-09 | 1 | -3/+2 |
* | Bug 3203, should do post connection checks by default for all client modes. | Heikki Toivonen | 2005-06-09 | 1 | -51/+126 |
* | Bug 3203, should do post connection checks by default for all client modes. | Heikki Toivonen | 2005-06-09 | 1 | -4/+22 |
* | Wrapped X509_check* functions. | Heikki Toivonen | 2005-06-03 | 1 | -1/+19 |
* | Really implement pkey_write_pem so that EVP.PKey_save_key_bio works, this is ... | Heikki Toivonen | 2005-06-03 | 1 | -3/+4 |
* | Bug 3094, replace more raw pointers from interfaces with | Heikki Toivonen | 2005-06-01 | 2 | -13/+25 |
* | Added BN module with rand, rand_range and randfname methods and associated te... | Heikki Toivonen | 2005-05-19 | 1 | -0/+49 |
* | Bug 1701, eliminate C pointers from interfaces and use M2Crypto objects inste... | Heikki Toivonen | 2005-05-17 | 2 | -26/+44 |
* | Forgot self. | Heikki Toivonen | 2005-05-14 | 1 | -4/+4 |