- 6a0b57b Fix most of the doc compilation warning/errors by Jonathan Ballet · 14 years ago
- 648875f Fix markup to be compatible with Sphinx and add rough API doc by Jonathan Ballet · 14 years ago
- 78b92a2 Convert Epytext markup to RST markup by Jonathan Ballet · 14 years ago
- 871a4d8 "Parse" "arguments" to get_servername by Jean-Paul Calderone · 14 years ago
- c4cb658 And SSL_get_servername, SSL_set_tlsext_host_name, and SSL_CTX_set_tlsext_servername_callback by Jean-Paul Calderone · 14 years ago
- 95613b7 Add SSL_set_SSL_CTX wrapper, Connection.set_context. by Jean-Paul Calderone · 14 years ago
- 13d190b so now maybe it works on windows by Jean-Paul Calderone · 14 years ago
- 0a7e06a Switch from a tuple to a list for the return value of get_peer_cert_chain; also incref all of the X509 objects so that they remain valid after the connection is destroyed. by Jean-Paul Calderone · 14 years ago
- fcced2a Braces everywhere, cuddled, whitespace and docstring fixes by Jean-Paul Calderone · 14 years ago
- 95b92c7 Apply the get_peer_cert_chain parts of okuda's patch by Jean-Paul Calderone · 14 years ago
- 9eff569 Support OpenSSL 1.0 by Jean-Paul Calderone · 14 years ago
- 5163f57 Compatibility with CPython 2.5 though CPython 3.2 by Jean-Paul Calderone · 14 years ago
- 026f664 Fix a lot of reference counting bugs introduced by stupid copy/pasting by Jean-Paul Calderone · 14 years ago
- 57e604a A bunch of PyPy fixes by Jean-Paul Calderone · 14 years ago
- dc77b20 Catch up to trunk by Jean-Paul Calderone · 14 years ago
- 2ca3302 Expose OPENSSL_VERSION_NUMBER and SSLeay_version() by Jean-Paul Calderone · 14 years ago
- 1c198f9 Declare the SSL_METHOD const on 1.0 only - enjoy the 28 bit shift by Jean-Paul Calderone · 14 years ago
- 9f2e38e Expose OpenSSL version info and handle missing SSLv2_METHOD support by Jean-Paul Calderone · 14 years ago
- 3fedcc3 Expose symbolic constants for info callback values by Jean-Paul Calderone · 14 years ago
- aed2358 Add a lot of missing Py_INCREF by Jean-Paul Calderone · 14 years ago
- d07d57d try harder to do the thing on pypy, also start fixing more refcounts by Jean-Paul Calderone · 14 years ago
- 46eb1d3 HACK HACK ZOOP HACK by Jean-Paul Calderone · 14 years ago
- ea73107 Catch up to trunk by Jean-Paul Calderone · 14 years ago
- 8671c85 Update copyright headers; remove pointless dates, add a pointer to the LICENSE file. by Jean-Paul Calderone · 14 years ago
- a9aed93 Provide New SSL constant for OpenSSL.SSL by Olivier Hervieu · 14 years ago
- 691e6c9 Give the same treatment to the Connection.sendall method, allowing memoryview to be passed to it. by Jean-Paul Calderone · 15 years ago
- a5d6ea6 On Python versions with Py_buffer, accept Py_buffer objects to Connection.send as the data argument. by Jean-Paul Calderone · 15 years ago
- a250d4b Catch up to trunk by Jean-Paul Calderone · 15 years ago
- 31ba576 Declare storage for them, too. by Jean-Paul Calderone · 15 years ago
- f6d0328 Declare these new names extern, because that is what they are. by Jean-Paul Calderone · 15 years ago
- e56627a 2.x compat! by Jean-Paul Calderone · 15 years ago
- ed9b788 remove debug prints by Jean-Paul Calderone · 15 years ago
- 5bcb303 Apply to the others by Jean-Paul Calderone · 15 years ago
- 040112f and this permutation by Jean-Paul Calderone · 15 years ago
- 8a7b236 renable tests, try different export names by Jean-Paul Calderone · 15 years ago
- e9a86b0 diagnostic by Jean-Paul Calderone · 15 years ago
- 5c0f1f6 Change one more crypto_X509_New by Jean-Paul Calderone · 15 years ago
- 714f2d5 proper casts by Jean-Paul Calderone · 15 years ago
- 1e9312e Apply that strategy to the two other functions by Jean-Paul Calderone · 15 years ago
- d1ce64c cast cast cast by Jean-Paul Calderone · 15 years ago
- ff077d6 Screw MSVC, try this instead by Jean-Paul Calderone · 15 years ago
- c7562c3 diagnostic by Jean-Paul Calderone · 15 years ago
- be6b927 diagnostic by Jean-Paul Calderone · 15 years ago
- 305626a Try dynamically loading crypto_X509Name_New on Windows by Jean-Paul Calderone · 15 years ago
- 9b0744c merge trunk by Jean-Paul Calderone · 15 years ago
- 6ace478 Sort of add a load_tmp_dh test; also a Context.set_cipher_list test by Jean-Paul Calderone · 15 years ago
- 0294e3d Add tests for get_verify_mode by Jean-Paul Calderone · 15 years ago
- 9e4eeae Fix the import_crypto_module helper and factor some str/unicode helpers into the test util module by Jean-Paul Calderone · 15 years ago
- 70dd60f fix the type checking code by Jean-Paul Calderone · 15 years ago
- b6d7525 fix module init return values and type initializers and unicode/bytes conversions by Jean-Paul Calderone · 15 years ago
- 0f31ec5 Convert to getattro some more; also swap PyBytes_AsString for _PyUnicode_AsString when we know the input is unicode, not bytes by Jean-Paul Calderone · 15 years ago
- 997be7e Convert to getattro which appears to be the way forward by Jean-Paul Calderone · 15 years ago
- 83dbcfd OpenSSL.SSL mostly builds cleanly now by Jean-Paul Calderone · 15 years ago
- e1fc4ea Turns out the exception propagation here works after all by Jean-Paul Calderone · 15 years ago
- 8ea2252 Try testing renegotiation some; not much luck by Jean-Paul Calderone · 15 years ago
- 1d69a72 Tests for Connection.pending by Jean-Paul Calderone · 15 years ago
- 024375a Move the src directory to an OpenSSL directory so it can be a package even in a source checkout; also dump the __init__.py into it by Jean-Paul Calderone · 15 years ago