- b557e98 Regenerate the documentation for the new version by Jean-Paul Calderone · 14 years ago
- 5e99f44 Bump the version to the final release version by Jean-Paul Calderone · 14 years ago
- 954b778 Bump the third instance of the version number by Jean-Paul Calderone · 14 years ago
- 7fd9c56 Generate documentation for new version by Jean-Paul Calderone · 14 years ago
- 9695e8a Bump version number by Jean-Paul Calderone · 14 years ago
- 042b66d Add PKey.check method by Jean-Paul Calderone · 14 years ago
- e81020e test bad args case of PKey.check by Jean-Paul Calderone · 14 years ago
- 7d74854 whitespace by Jean-Paul Calderone · 14 years ago
- 1378853 tex docs by Jean-Paul Calderone · 14 years ago
- fd0b8d6 Doc changes, braces everywhere by Jean-Paul Calderone · 14 years ago
- eecb198 Fix NUL handling in OpenSSL.crypto.sign and OpenSSL.crypto.verify by Jean-Paul Calderone · 14 years ago
- 0da7acc Catch up to trunk by Jean-Paul Calderone · 14 years ago
- c277333 Add client and server support for SNI. by Jean-Paul Calderone · 14 years ago
- 7fb6b21 Add an example demonstrating SNI usage. by Jean-Paul Calderone · 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
- ee6532d Add a Connection method for inspecting the certificate chain. by Jean-Paul Calderone · 14 years ago
- 13d190b so now maybe it works on windows by Jean-Paul Calderone · 14 years ago
- 24a4243 Add a test for the None case of get_peer_cert_chain; also re-order assert call args, remember? by Jean-Paul Calderone · 14 years ago
- 65b6861 Nope, I guessed wrong; these are text. by Jean-Paul Calderone · 14 years ago
- e33300c This is probably better for 3.x by Jean-Paul Calderone · 14 years ago
- 20222ae Avoid talking to verisign.com for the get_peer_cert_chain test; put it on the right test case, too. Also some other minor cleanups suggested by pyflakes. 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
- 9c77167 Add X509.get_signature_algorithm by Jean-Paul Calderone · 14 years ago
- 5d8e405 trivial test cleanups by Jean-Paul Calderone · 14 years ago
- 4a3a7c1 Updated docstring style by Jean-Paul Calderone · 14 years ago
- 489969f Use PyBytes_ for 3.x compatibility by Jean-Paul Calderone · 14 years ago
- db0bf44 Document the exception get_signature_algorithm by Jean-Paul Calderone · 14 years ago
- 2755fa5 Put the get_signature_algorithm test in the right case; add a test for the undefined case and change the implementation to raise a ValueError for it instead of returning a stupid string by Jean-Paul Calderone · 14 years ago
- ff404b8 always braces, and cuddle them too 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
- 5d19052 Apply get_signature_algorithm parts of okuda's patch by Jean-Paul Calderone · 14 years ago
- 9eff569 Support OpenSSL 1.0 by Jean-Paul Calderone · 14 years ago
- 24dfb33 Adjust another test to account for another changed hash algorithm in OpenSSL 1.0.0 by Jean-Paul Calderone · 14 years ago
- 060a57e Expand the possibly allowed values for the result of subject_name_hash by Jean-Paul Calderone · 14 years ago
- 22cbe50 Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0 by Jean-Paul Calderone · 14 years ago
- d50d204 Normalize another PEM to be indifferent to OpenSSL 0.9.8/1.0.0 by Jean-Paul Calderone · 14 years ago
- b51bda3 Flush the OpenSSL error queue after a successful PKCS12 parse in case there is some garbage in it. by Jean-Paul Calderone · 14 years ago
- 9da338d normalize private key pems to account for formatting differences between different versions of openssl by Jean-Paul Calderone · 14 years ago
- 78705f2 Various fixes which make pyOpenSSL more likely to work with PyPy by Jean-Paul Calderone · 14 years ago
- 5163f57 Compatibility with CPython 2.5 though CPython 3.2 by Jean-Paul Calderone · 14 years ago
- 9ce9afb Switch from tp_setattr to tp_setattro, since PyPy does not support the former; also fix an error case which affects CPython too, where an unknown attribute is set on an X509Name 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
- 5091e78 Change the file manifest to refer to LICENSE which has replaced COPYING. by Jean-Paul Calderone · 14 years ago
- 6a54ff7 Expose OPENSSL_VERSION_NUMBER and SSLeay_version by Jean-Paul Calderone · 14 years ago
- 3307a85 Fix X509Extension documentation by Jean-Paul Calderone · 14 years ago
- 0d53d0b Consolidate by Jean-Paul Calderone · 14 years ago
- 2309cd6 document SSLeay_version et al by Jean-Paul Calderone · 14 years ago
- 2ca3302 Expose OPENSSL_VERSION_NUMBER and SSLeay_version() by Jean-Paul Calderone · 14 years ago
- 70ceff0 Apply winsock header hack/fix 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
- 26ebc9e Regenerate documentation with correct version (0.12) by Jean-Paul Calderone · 14 years ago
- 3ed4a18 Bump the version in the tex sources, which is independent of the two other copies of the version. by Jean-Paul Calderone · 14 years ago
- fbb1981 Merge 0.12 release branch by Jean-Paul Calderone · 14 years ago
- 63394f0 Regenerate documentation for new version number by Jean-Paul Calderone · 14 years ago
- ba8553d Bump version by Jean-Paul Calderone · 14 years ago
- fb4108d Oh my, change this last hold out of LGPL. by Jean-Paul Calderone · 14 years ago
- fc572cf Mark the release in the ChangeLog by Jean-Paul Calderone · 14 years ago
- 78caacc Regenerate documentation by Jean-Paul Calderone · 14 years ago
- 64dc3bb Bump version by Jean-Paul Calderone · 14 years ago
- c2d2bdb Add more access to certificate extension data by Jean-Paul Calderone · 14 years ago
- 49de593 close method by Jean-Paul Calderone · 14 years ago
- 1eba6a8 Add docs for the new X509 and X509Extension methods by Jean-Paul Calderone · 14 years ago
- 90abbc0 Represent all of the extension data as bytes, not text by Jean-Paul Calderone · 14 years ago
- 7776960 encode text to bytes using charmap instead of ascii; charmap can actually represent every possible byte in a byte string by Jean-Paul Calderone · 14 years ago
- 4865961 There is no more PyInt_FromLong in 3.x; PyLong_FromLong works everywhere by Jean-Paul Calderone · 14 years ago
- 9e6fcf8 Sorry, these bytes are mega encoded. by Jean-Paul Calderone · 14 years ago
- 5a9e461 Expose the data in the extension, and tests. by Jean-Paul Calderone · 14 years ago
- ea9c8a3 Make this bytes thing actually work :/ by Jean-Paul Calderone · 14 years ago
- d0f8173 Get rid of X509.get_subjectaltname_of_type by Jean-Paul Calderone · 14 years ago
- 83a593d Add a test for X509.get_extension and fix its error behavior by Jean-Paul Calderone · 14 years ago
- f7b3ee6 Fix a compiler warning; also test get_extension_count a little more, and without relying on a pem blob by Jean-Paul Calderone · 14 years ago
- 24ebc4f Fix some style oddities by Jean-Paul Calderone · 14 years ago
- 7301d8c Fix for #742885 by Jason R. Coombs · 14 years ago
- 3fedcc3 Expose symbolic constants for info callback values by Jean-Paul Calderone · 14 years ago
- f65fe48 ChangeLog entry by Jean-Paul Calderone · 14 years ago
- 31e85a8 Add a minimal test for these new constants by Jean-Paul Calderone · 14 years ago
- 666733a Switch the license over to APL2, with consent from all contributors. 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
- de0a71e Update copyright headers in examples by Jean-Paul Calderone · 14 years ago
- c7b3c89 Update the leak check script copyright headers as well. by Jean-Paul Calderone · 14 years ago
- 59057dc More laggers by Jean-Paul Calderone · 14 years ago
- 97d1fd9 Fix some oversights 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
- 202ae9d Remove redundant distutils metadata by Jean-Paul Calderone · 14 years ago
- 9820bba Update the distutils license field by Jean-Paul Calderone · 14 years ago
- e04fecc Get rid of the old copyright file, drop in a new one with the APL2. by Jean-Paul Calderone · 14 years ago
- a9aed93 Provide New SSL constant for OpenSSL.SSL by Olivier Hervieu · 14 years ago
- f6a4a7c Merge send-memoryview by Jean-Paul Calderone · 15 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
- 77fa260 Exercise the correct function in this test case by Jean-Paul Calderone · 15 years ago