| Commit message (Expand) | Author | Age | Files | Lines |
| * | Oops. | Jean-Paul Calderone | 2013-10-04 | 1 | -1/+1 |
| * | Try exposing TLSv1.1 and TLSv1.2. | Jean-Paul Calderone | 2013-10-03 | 3 | -3/+37 |
| * | explain the way things are | Jean-Paul Calderone | 2012-03-10 | 1 | -0/+78 |
| * | Allocate Py_buffer on the heap (leaking memory sometimes) to make this code P... | Jean-Paul Calderone | 2012-03-10 | 1 | -12/+19 |
| * | Re-instate the OPENSSL_NO_SSL2 check; it is necessary for the case where SSLv... | Jean-Paul Calderone | 2012-03-09 | 1 | -0/+5 |
| * | Get rid of the OPENSSL_NO_SSL2 check, which is not a complete solution on all... | Jean-Paul Calderone | 2012-03-09 | 1 | -5/+5 |
| * | Use the future-proof-er macro to get the type structure to call the inherited... | Jean-Paul Calderone | 2012-02-14 | 1 | -1/+1 |
| * | I don't always read OpenSSL source, but when I do I WISH I WERE DEAD | Jean-Paul Calderone | 2012-02-14 | 1 | -1/+2 |
| * | Wrap SSL_set_session, allowing pyOpenSSL clients to actually re-use sessions ... | Jean-Paul Calderone | 2012-02-14 | 1 | -0/+26 |
| * | Add Connection.get_session and have the Session object actually wrap an SSL_S... | Jean-Paul Calderone | 2012-02-13 | 3 | -24/+71 |
| * | Minimal skeleton of a Python Session type | Jean-Paul Calderone | 2012-02-13 | 4 | -0/+174 |
| * | minor doc tweak | Jean-Paul Calderone | 2012-02-08 | 1 | -1/+1 |
| * | Formatting and other mostly-stylistic changes. | Jean-Paul Calderone | 2012-02-08 | 1 | -14/+15 |
| * | Grab Context.{set,get}_session_cache_mode from the sessions branch, plus the ... | Jean-Paul Calderone | 2012-02-08 | 2 | -0/+48 |
| * | Update set_mode API docs to use rst instead of epytext. | Jean-Paul Calderone | 2011-09-11 | 1 | -2/+2 |
| * | merge trunk | Jean-Paul Calderone | 2011-09-11 | 2 | -0/+27 |
| |\ |
|
| | * | Brace style | Jean-Paul Calderone | 2011-09-08 | 1 | -3/+3 |
| | * | - Add Context.set_mode method | Guillermo Gonzalez | 2011-08-29 | 2 | -0/+27 |
| * | | Fix most of the doc compilation warning/errors | Jonathan Ballet | 2011-07-16 | 1 | -1/+1 |
| * | | Fix markup to be compatible with Sphinx and add rough API doc | Jonathan Ballet | 2011-07-16 | 1 | -4/+4 |
| * | | Convert Epytext markup to RST markup | Jonathan Ballet | 2011-07-16 | 3 | -106/+106 |
| |/ |
|
| * | "Parse" "arguments" to get_servername | Jean-Paul Calderone | 2011-05-26 | 1 | -1/+3 |
| * | And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_serv... | Jean-Paul Calderone | 2011-05-26 | 3 | -0/+121 |
| * | Add SSL_set_SSL_CTX wrapper, Connection.set_context. | Jean-Paul Calderone | 2011-05-25 | 1 | -0/+40 |
| * | so now maybe it works on windows | Jean-Paul Calderone | 2011-05-20 | 1 | -1/+1 |
| * | Switch from a tuple to a list for the return value of get_peer_cert_chain; al... | Jean-Paul Calderone | 2011-05-19 | 1 | -7/+14 |
| * | Braces everywhere, cuddled, whitespace and docstring fixes | Jean-Paul Calderone | 2011-05-19 | 1 | -14/+8 |
| * | Apply the get_peer_cert_chain parts of okuda's patch | Jean-Paul Calderone | 2011-05-17 | 1 | -0/+38 |
| * | Support OpenSSL 1.0 | Jean-Paul Calderone | 2011-05-10 | 1 | -1/+20 |
| |\ |
|
| | * | Declare the SSL_METHOD const on 1.0 only - enjoy the 28 bit shift | Jean-Paul Calderone | 2011-04-14 | 1 | -1/+4 |
| | * | Expose OpenSSL version info and handle missing SSLv2_METHOD support | Jean-Paul Calderone | 2011-04-14 | 2 | -2/+49 |
| * | | Compatibility with CPython 2.5 though CPython 3.2 | Jean-Paul Calderone | 2011-04-22 | 1 | -4/+4 |
| * | | Fix a lot of reference counting bugs introduced by stupid copy/pasting | Jean-Paul Calderone | 2011-04-20 | 1 | -2/+2 |
| * | | A bunch of PyPy fixes | Jean-Paul Calderone | 2011-04-18 | 3 | -7/+19 |
| |\ \ |
|
| | * | | Add a lot of missing Py_INCREF | Jean-Paul Calderone | 2011-03-12 | 3 | -7/+19 |
| * | | | Catch up to trunk | Jean-Paul Calderone | 2011-04-18 | 6 | -12/+68 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Expose OPENSSL_VERSION_NUMBER and SSLeay_version() | Jean-Paul Calderone | 2011-04-15 | 1 | -0/+31 |
| | |/ |
|
| | * | Expose symbolic constants for info callback values | Jean-Paul Calderone | 2011-03-21 | 1 | -0/+22 |
| | |\ |
|
| | | * | Provide New SSL constant for OpenSSL.SSL | Olivier Hervieu | 2011-03-02 | 1 | -0/+22 |
| | * | | Update copyright headers; remove pointless dates, add a pointer to the LICENS... | Jean-Paul Calderone | 2011-03-02 | 6 | -12/+15 |
| | |/ |
|
| * | | try harder to do the thing on pypy, also start fixing more refcounts | Jean-Paul Calderone | 2011-03-12 | 1 | -4/+4 |
| * | | HACK HACK ZOOP HACK | Jean-Paul Calderone | 2011-03-12 | 1 | -4/+4 |
| * | | Catch up to trunk | Jean-Paul Calderone | 2011-03-12 | 1 | -4/+32 |
| |\ \
| |/ |
|
| | * | Give the same treatment to the Connection.sendall method, allowing memoryview... | Jean-Paul Calderone | 2011-01-21 | 1 | -1/+15 |
| | * | On Python versions with Py_buffer, accept Py_buffer objects to Connection.sen... | Jean-Paul Calderone | 2011-01-05 | 1 | -3/+17 |
| * | | Catch up to trunk | Jean-Paul Calderone | 2010-12-03 | 3 | -1/+11 |
| |/ |
|
| * | Declare storage for them, too. | Jean-Paul Calderone | 2010-11-01 | 1 | -0/+5 |
| * | Declare these new names extern, because that is what they are. | Jean-Paul Calderone | 2010-11-01 | 1 | -3/+3 |
| * | 2.x compat! | Jean-Paul Calderone | 2010-11-01 | 1 | -0/+4 |
| * | remove debug prints | Jean-Paul Calderone | 2010-10-31 | 1 | -4/+0 |