- 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
- 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
- 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
- ba8553d Bump version by Jean-Paul Calderone · 14 years ago
- 64dc3bb Bump version 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
- 31e85a8 Add a minimal test for these new constants 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
- 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
- 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
- 77fa260 Exercise the correct function in this test case by Jean-Paul Calderone · 15 years ago
- 9cbbe26 Add some direct tests for Connection.send, including one that tries to pass in a memoryview, not previously supported. by Jean-Paul Calderone · 15 years ago
- a250d4b Catch up to trunk by Jean-Paul Calderone · 15 years ago
- b3bd773 Merge fixes for building on 3.x on Windows 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
- db33e63 A wild stab at something cross-platform 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
- 566c9dd try this again 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
- cd50520 Skip another load_verify test by Jean-Paul Calderone · 15 years ago
- 4e72dee Skip another crasher by Jean-Paul Calderone · 15 years ago
- 757f890 skip add_extra_chain_cert test on 3.x/win32 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
- 9389606 Try just putting this on the prototype by Jean-Paul Calderone · 15 years ago
- 99a8622 Try to make the linkage on the prototype match the linkage on the implementation by Jean-Paul Calderone · 15 years ago
- 182d0ff Try exporting one of the functions used in another module by Jean-Paul Calderone · 15 years ago
- 8f57ca9 HEAD_INIT with NULL to satisfy particularly nit-picky C compilers (I guess) by Jean-Paul Calderone · 15 years ago
- a819f06 Bump version for final 0.11 release by Jean-Paul Calderone · 15 years ago
- 0dae203 Bump version by Jean-Paul Calderone · 15 years ago
- 8ab52f4 Try getting the real RTLD_ flag values by Jean-Paul Calderone · 15 years ago
- 4d77c48 Fix sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
- ba443a8 Fix the sign/verify tests on 3.x by Jean-Paul Calderone · 15 years ago
- 76a2749 Remove consequences of stdio buffering insanity by Jean-Paul Calderone · 15 years ago
- 9538f14 Change the other digest names in this too-long test to str (aka unicode (aka text)) by Jean-Paul Calderone · 15 years ago
- d08feb0 The digest name is text. by Jean-Paul Calderone · 15 years ago
- 08e72bc Try to get RTLD_NOW and RTLD_GLOBAL from a real definition - DLFCN or dl or ctypes by Jean-Paul Calderone · 15 years ago
- be1e9d8 Let's try an alpha first by Jean-Paul Calderone · 15 years ago
- b444b70 Bump version number by Jean-Paul Calderone · 15 years ago
- 5d441aa Make the digest name to the verify function text instead of bytes, matching up with digest names elsewhere. by Jean-Paul Calderone · 15 years ago
- 22cb312 Convert rand functions to accept bytes instead of bytes or text by Jean-Paul Calderone · 15 years ago
- f874203 Convert the verify location tests to do the handshake properly by Jean-Paul Calderone · 15 years ago
- 06c7cc9 Switch to the loopback setup helper in test_socketConnect, incidentally converting the connections to blocking, which avoids the OS X recv error. by Jean-Paul Calderone · 15 years ago
- f19fade Ensure the handshake really completes before returning from _loopback by Jean-Paul Calderone · 15 years ago
- 05d43e8 Try triggering the error by shutting down the sending underlying TCP socket by Jean-Paul Calderone · 15 years ago
- 7b61487 Skip test_connect_ex on OS X by Jean-Paul Calderone · 15 years ago
- 08339a4 Remove this entirely, it was for debugging purposes by Jean-Paul Calderone · 15 years ago
- 32958d3 Write text to files instead of bytes by Jean-Paul Calderone · 15 years ago
- 02ea268 Only delete orig if it was defined by Jean-Paul Calderone · 15 years ago
- 769845a Replace file with open for 3.x by Jean-Paul Calderone · 15 years ago
- b859778 Try to support Windows here - ie, do not do any of the dl flags stuff by Jean-Paul Calderone · 15 years ago
- 2db1de5 Some fields of X509Extension are bytes, not text by Jean-Paul Calderone · 15 years ago
- 4e6aed6 Make timestamps bytes by Jean-Paul Calderone · 15 years ago
- f404785 Avoid bytes literal by Jean-Paul Calderone · 15 years ago
- 9e4c135 merge trunk by Jean-Paul Calderone · 15 years ago
- b6e0fd9 Hard-code loopback address because of Windows by Jean-Paul Calderone · 15 years ago
- d28ca27 Allow -1 as well as 0 from egd in the error case by Jean-Paul Calderone · 15 years ago