| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make bio_shutdown raise an exception when called on a socket-based Connection | Jean-Paul Calderone | 2009-05-05 | 1 | -7/+13 |
| * | add Connection.bio_shutdown | Jean-Paul Calderone | 2009-04-30 | 1 | -2/+22 |
| * | Refactor the existing memory bio tests a bit; add a new test which exercises ... | Jean-Paul Calderone | 2009-04-27 | 1 | -18/+66 |
| * | Correct a few minor bugs | Jean-Paul Calderone | 2009-04-27 | 1 | -1/+3 |
| * | Merge rick's bio_read_write branch | Jean-Paul Calderone | 2009-04-27 | 2 | -8/+194 |
| |\ |
|
| | * | BIO read/write to allow for socketless SSL Connections | Rick Dean | 2009-04-01 | 2 | -8/+194 |
| * | | Fix the thread-related segfault | Jean-Paul Calderone | 2009-04-01 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Delete the key from TLS before trying to set a new value for it | Jean-Paul Calderone | 2009-03-22 | 1 | -0/+1 |
| | |/ |
|
| * | | Expand comment a bit so I can understand it | Jean-Paul Calderone | 2009-04-01 | 1 | -2/+4 |
| * | | FILETYPE_TEXT for dumping certificates, private keys, and certificate signing... | Rick Dean | 2009-04-01 | 2 | -3/+25 |
| |/ |
|
| * | Add X509ExtensionType.get_short_name | Jean-Paul Calderone | 2008-12-31 | 1 | -0/+26 |
| * | make sure to handle r2i extensions (like proxyCertInfo) without segfaulting | Jean-Paul Calderone | 2008-12-31 | 1 | -5/+23 |
| * | handle some errors from extension creation | Jean-Paul Calderone | 2008-12-31 | 1 | -1/+9 |
| * | switch to higher level extension creation api, fixing bugs and memory leaks a... | Jean-Paul Calderone | 2008-12-31 | 1 | -90/+18 |
| * | put braces back | Jean-Paul Calderone | 2008-12-30 | 1 | -1/+2 |
| * | only define WIN32 if it is not already defined | Jean-Paul Calderone | 2008-12-29 | 2 | -4/+6 |
| * | apply pyOpenSSL-0.8.patch from Marc-Andre Lemburg | Jean-Paul Calderone | 2008-12-29 | 4 | -17/+23 |
| * | Make all the DTLS constants optional, since one of the buildslaves has a real... | Jean-Paul Calderone | 2008-12-28 | 1 | -7/+7 |
| * | Expose some new DTLS-related constants in OpenSSL.SSL - OP_NO_QUERY_MTU, OP_C... | Jean-Paul Calderone | 2008-12-28 | 1 | -1/+14 |
| * | Expose the OpenSSL API for using the system's default certificate store | Jean-Paul Calderone | 2008-12-28 | 1 | -6/+36 |
| |\ |
|
| | * | sigh - I can think of no way to test the error condition | Jean-Paul Calderone | 2008-09-07 | 1 | -1/+8 |
| | * | reject arguments to set_default_verify_paths | Jean-Paul Calderone | 2008-09-07 | 1 | -0/+4 |
| | * | support capath parameter to load_verify_locations; add wrapper for set_defaul... | Jean-Paul Calderone | 2008-09-07 | 1 | -6/+25 |
| * | | add X509ReqType.{set,get}_version | Jean-Paul Calderone | 2008-12-28 | 1 | -0/+52 |
| * | | Update context.c to use the thread state management macros unconditionally, s... | Jean-Paul Calderone | 2008-09-21 | 1 | -5/+2 |
| * | | Use TLS for the PyThreadState pointer instead of a field on Connection; this ... | Jean-Paul Calderone | 2008-09-21 | 4 | -6/+31 |
| |/ |
|
| * | Remove CVSid variables as they are no longer kept up to date | Jean-Paul Calderone | 2008-07-22 | 6 | -14/+0 |
| * | Apply unused.patch removing unused variable in X509Name code | Jean-Paul Calderone | 2008-07-22 | 1 | -1/+0 |
| * | Apply PyObject.patch correcting the return type of several functions | Jean-Paul Calderone | 2008-07-22 | 3 | -3/+3 |
| * | Initialize OpenSSL for use with threads. | Jean-Paul Calderone | 2008-04-26 | 1 | -0/+71 |
| * | Fix a threading bug in the info callback support for context objects. | Jean-Paul Calderone | 2008-04-26 | 1 | -27/+31 |
| * | Fix a threading bug in passphrase callback support for context objects. | Jean-Paul Calderone | 2008-04-26 | 1 | -22/+52 |
| * | X509Name.get_components | Jean-Paul Calderone | 2008-03-26 | 1 | -0/+55 |
| * | Add X509Name.der | Jean-Paul Calderone | 2008-03-25 | 1 | -0/+25 |
| * | Fix bug in UTCTIME handling for notBefore and notAfter | Jean-Paul Calderone | 2008-03-25 | 1 | -1/+1 |
| * | X509Name.hash | Jean-Paul Calderone | 2008-03-24 | 1 | -7/+48 |
| * | Put my copyright on everything I've changed so far, put a more reasonable ver... | Jean-Paul Calderone | 2008-03-21 | 10 | -26/+11 |
| * | A couple trivial Context tests | Jean-Paul Calderone | 2008-03-21 | 1 | -1/+1 |
| * | fix segfaults with X509.sign and X509Req.sign with certain PKeys | Jean-Paul Calderone | 2008-03-10 | 6 | -35/+97 |
| * | Handle unset notBefore and notAfter values | Jean-Paul Calderone | 2008-03-09 | 1 | -1/+4 |
| * | Add {s,g}et_not{Before,After} | Jean-Paul Calderone | 2008-03-09 | 2 | -3/+156 |
| * | Support Python long integers in X509.set_serial_number and X509.get_serial_nu... | Jean-Paul Calderone | 2008-03-06 | 1 | -5/+89 |
| * | Correct flag names in Context.set_verify docstring; add a pointer to the Open... | Jean-Paul Calderone | 2008-03-06 | 1 | -2/+4 |
| * | incref the X509Req when returning an X509Name from get_subject which refers t... | Jean-Paul Calderone | 2008-03-06 | 1 | -2/+6 |
| * | Tests for X509Name.__repr__ and X509Name.__cmp__ and a change to X509Name.__c... | Jean-Paul Calderone | 2008-03-06 | 1 | -1/+8 |
| * | slightly better PKey invalid bit tests, and a fix for older versions of OpenSSL | Jean-Paul Calderone | 2008-03-06 | 1 | -0/+4 |
| * | Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handling | Jean-Paul Calderone | 2008-03-04 | 1 | -2/+1 |
| * | fix module docstring typo | Jean-Paul Calderone | 2008-03-04 | 1 | -1/+1 |
| * | Apply patch from Victor Stinner | Jean-Paul Calderone | 2008-03-03 | 1 | -0/+21 |
| * | Changes to support compilation on Windows | Jean-Paul Calderone | 2008-02-22 | 3 | -3/+36 |