- 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
- bcb1bab Regenerate documentation for final 0.11 release by Jean-Paul Calderone · 15 years ago
- 7cb3f6d Note the release in the ChangeLog by Jean-Paul Calderone · 15 years ago
- a819f06 Bump version for final 0.11 release by Jean-Paul Calderone · 15 years ago
- e1716ea Updated documentation 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
- bb5e550 Fix the sign/verify tests to pass digest names as text 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
- fdf61bc Find the header files in the right place by Jean-Paul Calderone · 15 years ago
- ec155e5 Add newly generated doc pages by Jean-Paul Calderone · 15 years ago
- 47136d9 Add versionadded info 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
- d16a364 Python 3.x support 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
- 815f995 Test fixes to improve reliability, particularly on OS X 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
- adce8ed Change the connect addresses used in some tests to make them work on Windows; weaken the egd() error assertion since the behavior appears to differ between Windows and Linux. 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
- 8322d78 Allow EWOULDBLOCK from connect_ex as well by Jean-Paul Calderone · 15 years ago
- 99280e6 Tweak the size of the message used in test_long so it can pass on Windows by Jean-Paul Calderone · 15 years ago
- 6241c70 Tweak the write sizer by Jean-Paul Calderone · 15 years ago
- f3b1994 more debug infgo by Jean-Paul Calderone · 15 years ago
- b4764d0 some debug info by Jean-Paul Calderone · 15 years ago
- 0ba68c9 Remove the forced verbosity setting; it adds extra output which confuses Buildbot on some versions of Python by Jean-Paul Calderone · 15 years ago
- 9b0744c merge trunk by Jean-Paul Calderone · 15 years ago
- e120500 Merge shore-up-tests, adding lots of new unit test coverage and fixing a few bugs as well by Jean-Paul Calderone · 15 years ago
- 84fd374 note what changed by Jean-Paul Calderone · 15 years ago
- 541eaf2 Notes on further tests to write 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
- a8fb0c8 Some more test method docstrings by Jean-Paul Calderone · 15 years ago
- 7526d17 Fix pyflakes by Jean-Paul Calderone · 15 years ago
- 54a2bc0 Rename test method by Jean-Paul Calderone · 15 years ago
- 94f9abd Correct docstring error pointed out by zooko by Jean-Paul Calderone · 15 years ago
- 93dba22 more docstrings by Jean-Paul Calderone · 15 years ago
- aa6c069 A lot of docstrings for test methods by Jean-Paul Calderone · 15 years ago
- 16cf03d Fix the scert.sign(skey, ...) bug; should have been scert.sign(ikey, ...) by Jean-Paul Calderone · 15 years ago
- 37306a6 The hash should always be positive. by Jean-Paul Calderone · 15 years ago
- ea305c5 Update test to pass right types to sign and verify by Jean-Paul Calderone · 15 years ago
- 7b643a9 Update bytes/str stuff in crypt_verify and crypto_sign by Jean-Paul Calderone · 15 years ago
- 281b62b Let set_reason accept bytes or None by Jean-Paul Calderone · 15 years ago
- b1f7f5f Convert some more bytes to text and vice versa by Jean-Paul Calderone · 15 years ago
- a986883 Convert some bytes to text and vice versa by Jean-Paul Calderone · 15 years ago
- a441fdc Convert a couple more things which should be byte strings into byte strings 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
- b894fe1 Fix CRL and NetscapeSPKI str/unicode issues by Jean-Paul Calderone · 15 years ago
- 5be230f Fix load_privatekey str/unicode passphrase stuff by Jean-Paul Calderone · 15 years ago
- e16f9f3 Fix another X509Extension instantiation in the tests to use bytes by Jean-Paul Calderone · 15 years ago
- 2ac721b Fix str/unicode expectations in X509Name tests by Jean-Paul Calderone · 15 years ago
- 40dd099 X509Ext str/unicode fixes by Jean-Paul Calderone · 15 years ago
- add7bf0 Fix the PKCS12 str/unicode usage in tests by Jean-Paul Calderone · 15 years ago
- 07640f1 get_type_name should return bytes by Jean-Paul Calderone · 15 years ago
- eacad4a Fix the bytes/str usage in Revoked and tests by Jean-Paul Calderone · 15 years ago
- 8eb46c7 Fix counting error in the set_serial_number weirdo hex handling check by Jean-Paul Calderone · 15 years ago
- dc3275f Fix X509Name getattro and update tests to expect bytes back from get_components by Jean-Paul Calderone · 15 years ago
- e890db3 Update tests to pass bytes to the {set,get}_not{Before,After} APIs; adjust the argument parser for the implementation of these APIs to accept only bytes on Py 3.x by Jean-Paul Calderone · 15 years ago
- dd467fb Really really really get PyOpenSSL_LongToHex right now by Jean-Paul Calderone · 15 years ago
- 728eba9 Handle the difference between PyNumber_ToBase(16) and PyString_Format("%x") by Jean-Paul Calderone · 15 years ago
- 072195d Make sure not to fall through on the rich compare switch by Jean-Paul Calderone · 15 years ago
- a5a032f Stretch compat back to Python 2.4 by Jean-Paul Calderone · 15 years ago
- c1e89aa skip tsafe for the time being by Jean-Paul Calderone · 15 years ago
- 24b6459 py3k syntax compat by Jean-Paul Calderone · 15 years ago
- c18669e fix x509 serial number handling 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
- dfcebfc Fix module init return value by Jean-Paul Calderone · 15 years ago
- 3fe7f67 Fix type definitions, module init return values, and unicode/bytes conversions by Jean-Paul Calderone · 15 years ago