- 2514868 binary mode is actually important by Jean-Paul Calderone · 16 years ago
- 55d1ce6 Better command line quoting for Windows. by Rick Dean · 16 years ago
- 321a051 Allow alternate outcomes that some libopenssl produce for somewhat-useless incomplete PKCS12, as long as we don't crash. by Rick Dean · 16 years ago
- da1ffa7 a few more minor test twiddles by Jean-Paul Calderone · 16 years ago
- d0a9876 avoid GC untrack if we haven't yet GC tracked by Jean-Paul Calderone · 16 years ago
- 7426ed8 a bunch of test twiddles, docstrings and whitespace, but also split out loading a macless pkcs12 into a new test, since this seems to crash by Jean-Paul Calderone · 16 years ago
- c3a41f7 merge the two PKCS12Tests into one by Jean-Paul Calderone · 16 years ago
- 7e4a0f4 merge in trunk to help with the pkcs12 type unit tests a bit by Jean-Paul Calderone · 16 years ago
- dc857b5 adjust a docstring by Jean-Paul Calderone · 16 years ago
- 9389c92 PKCS12 isn't a module by Jean-Paul Calderone · 16 years ago
- a202edb M-x whitespace-cleanup by Jean-Paul Calderone · 16 years ago
- b1a3af1 expand these comments a bit by Jean-Paul Calderone · 16 years ago
- 304866b whitespace twiddles and a semantic change to an untested codepath - report Py_BuildValue failures instead of silencing them by Jean-Paul Calderone · 16 years ago
- b96d13e nicer local names by Jean-Paul Calderone · 16 years ago
- 32eb031 move locals up, add braces, other cosmetics by Jean-Paul Calderone · 16 years ago
- 4a45cbc twiddle whitespace, relocate local decls by Jean-Paul Calderone · 16 years ago
- d866543 crypto_PKey_Check this time by Jean-Paul Calderone · 16 years ago
- bade313 another crypto_X509_Check by Jean-Paul Calderone · 16 years ago
- fed4d15 use crypto_X509_Check, coz that's what we're doin' by Jean-Paul Calderone · 16 years ago
- 206c227 Switch to some more PyTuple APIs for simpler error handling by Jean-Paul Calderone · 16 years ago
- 4c6b72e use PyTuple_GetItem to simplify reference counting by Jean-Paul Calderone · 16 years ago
- 499fa1d move a variable declaration to the top by Jean-Paul Calderone · 16 years ago
- e58415f initialize a local to suppress a warning by Jean-Paul Calderone · 16 years ago
- e7901d7 M-x whitespace-cleanup by Jean-Paul Calderone · 16 years ago
- 94f4982 Remove some linux and posix assumptions from the test suite, and skip a test that isn't going to be trivial to fix by Jean-Paul Calderone · 16 years ago
- 28fb8f0 skip on darwin and win32 by Jean-Paul Calderone · 16 years ago
- 8fefeb0 Only allocate a STACK_OF(X509) in crypto_PKCS12_export() when needed. by Rick Dean · 16 years ago
- aace5e9 More fixes of STACK_OF(X509) in crypto_PKCS12_New(). by Rick Dean · 16 years ago
- 8849f15 Stop leaking a STACK_OF(X509) in crypto_PKCS12_export. Jean-Paul's find. by Rick Dean · 16 years ago
- ee56830 Stop leaking a STACK_OF(X509) on error cases of crypto_PKCS12_New(). Add a test case of that. Jean-Paul's find. by Rick Dean · 16 years ago
- 3727311 Use PyString_CheckExact() in crypto_PKCS12_set_friendlyname(). Jean-Paul's find. by Rick Dean · 16 years ago
- 99251c2 Fix return type of crypto_PKCS12_set_friendlyname(). Jean-Paul's find. by Rick Dean · 16 years ago
- e84d146 Convert cacerts to tuple() before type checking so iterators can't play games with us. Jean-Paul's find. by Rick Dean · 16 years ago
- 246dda8 Update to trunk to get working builds by Jean-Paul Calderone · 16 years ago
- b19c694 Simplify support for building on Windows; make sure to include all the necessary dlls when making binary distributions by Jean-Paul Calderone · 16 years ago
- f23c5d9 Windows is a poor sport; getsockname is not guaranteed to return the correct result until someone has connected to you; joy by Jean-Paul Calderone · 16 years ago
- 379917c doc string fix by Rick Dean · 16 years ago
- baba569 update windows install docs by Jean-Paul Calderone · 16 years ago
- 71d62c0 Make sure the egg is never zipped; the dlls will not work like that by Jean-Paul Calderone · 16 years ago
- e0d94c8 Use package_data instead of data_files to put the dlls into the package; this should cause them to end up in the right place more often by Jean-Paul Calderone · 16 years ago
- 61b0c43 work with mingw32 and msvc by Jean-Paul Calderone · 16 years ago
- 2d79b30 This works on mingw32 by Jean-Paul Calderone · 16 years ago
- 25bcc1f Handle error cases of PySequence_Length() and PySequence_GetItem(). Add an test case for zero length CA. by Rick Dean · 16 years ago
- 42d69e1 Change the API for setting and getting friendlyNames of PKCS12 by Rick Dean · 16 years ago
- e5e94c0 more by Jean-Paul Calderone · 16 years ago
- 1ba729d la la la by Jean-Paul Calderone · 16 years ago
- b4ea1ea some debug info about the build environment, please by Jean-Paul Calderone · 16 years ago
- a65cf6c Avoid using symlink, since we cannot use it on windows by Jean-Paul Calderone · 16 years ago
- 6af9678 what by Jean-Paul Calderone · 16 years ago
- b80b320 try this approach by Jean-Paul Calderone · 16 years ago
- c7030f4 schwackity schwack by Jean-Paul Calderone · 16 years ago
- d27be6e gut gut gut by Jean-Paul Calderone · 16 years ago
- d9d229d maybe eay32 is nicer by Jean-Paul Calderone · 16 years ago
- 9971e6f hack hack hack by Jean-Paul Calderone · 16 years ago
- 0c41810 hack hack hack by Jean-Paul Calderone · 16 years ago
- cb5e16f I sink low by Jean-Paul Calderone · 16 years ago
- f2844fc Look in the openssl mingw32 lib dir by Jean-Paul Calderone · 16 years ago
- 4830525 Convert crypto_PKCS12Obj->cacerts to a tuple as Jean-Paul pointed out. by Rick Dean · 16 years ago
- 585cd9e The PyObjets of struct crypto_PKCS12Obj are never NULL so stop checking. by Rick Dean · 16 years ago
- 94e46fd Move all the PEM to test_crypto.py, so both it and test_ssl.py can use them without circular includes. by Rick Dean · 16 years ago
- f94096c broke the monster PKCS12 test into little ones, and other PKCS12 test additions. by Rick Dean · 16 years ago
- 38a05c8 Implemented some of the PKCS12 fixups requested by JP. by Rick Dean · 16 years ago
- 6864905 Add a bunch of tests which assert that extension types are defined nicely. by Jean-Paul Calderone · 16 years ago
- 864e15e Fix warning. Silly comments about more correct datatype. Should our header files define Py_ssize_t for Python before 2.5? by Rick Dean · 16 years ago
- 9ac425c Add support for specifying subject and issuer information when creating X509 extensions by Jean-Paul Calderone · 16 years ago
- 4c9ad61 Eliminate Popen() from test cases. by Rick Dean · 16 years ago
- e182f48 Documentation updates and a small test case addition. by Rick Dean · 16 years ago
- f0179c7 split test_issuer_and_subject into a bunch of little tests by Jean-Paul Calderone · 16 years ago
- e04be5f more cosmetic changes by Jean-Paul Calderone · 16 years ago
- 5ae32fb Add some comments and make some other minor stylistic adjustments by Jean-Paul Calderone · 16 years ago
- cbeaca0 convert PKCS12 to more modern type. by Rick Dean · 16 years ago
- 623ee36 new branch is changes lp:~rick-fdd/pyopenssl/pkcs12_mod_and_export applied to trunk by Rick Dean · 16 years ago
- 2eb9b8c Change the internal socket_pair sanity check to use blocking sockets, because those are easier by Jean-Paul Calderone · 16 years ago
- 94b24a8 Try doing socket_pair with blocking sockets by Jean-Paul Calderone · 16 years ago
- d2ead82 Compatibility with Python < 2.5 - ValueError in older versions do not have a message attribute by Jean-Paul Calderone · 16 years ago
- 8b32799 Fix X509Name.__getattr__ and flush_error_queue by Jean-Paul Calderone · 16 years ago
- 5026f15 A comment about this local, as recommended by rick by Jean-Paul Calderone · 16 years ago
- 88f38b2 minor tweaks by Jean-Paul Calderone · 16 years ago
- ef414d5 Flush the error queue after a NID lookup fails by Jean-Paul Calderone · 16 years ago
- a193328 It is bad to put a function call inside a macro - it might be evaluated more than once by Jean-Paul Calderone · 16 years ago
- 1206daf Expose exception_from_error_queue in the most inelegant way; use this in the base TestCase to make sure no tests leave garbage errors lying around by Jean-Paul Calderone · 16 years ago
- 4a557c5 Add OpenSSL.rand.bytes function by Jean-Paul Calderone · 16 years ago
- 5293b56 remove duplicate by Jean-Paul Calderone · 16 years ago
- b3b94e0 note changes by Jean-Paul Calderone · 16 years ago
- b534ff4 make sure cleanup happens by Jean-Paul Calderone · 16 years ago
- bc2bb81 break up the tests a bit, explain why status is kind of lame by Jean-Paul Calderone · 16 years ago
- 04113e7 compare type(foo) to Foo not just FooType by Rick Dean · 16 years ago
- 10e3a08 Merge actual_socket_test - adds a test which runs some data over Connections wrapping actual sockets, not just memory BIOs (they pass, woo!) by Jean-Paul Calderone · 16 years ago
- 7903cbd remove redundant set_{connect,accept}_state by Jean-Paul Calderone · 16 years ago
- ce8324d Give _server and _client docstrings and make their sock parameter required; pass None to these methods from the existing memory bio tests; update test method names to match the prevailing test method naming convention (which is inconsistent with the rest of the naming convention in pyOpenSSL, oh my). by Jean-Paul Calderone · 16 years ago
- 1a9613b Adjust socket_pair docstring style; also make it simpler to avoid possible undesirable socket behaviors by Jean-Paul Calderone · 16 years ago
- cc787d5 replace quotes with latex markup; reflow to 78 cols; talk about the socket's "send buffer" as being full by Jean-Paul Calderone · 16 years ago
- 71fa096 Documentation update to WantReadError by Rick Dean · 16 years ago
- b1ccd56 Add a new test case of connecting to ourself over an actual socket to pass data. by Rick Dean · 16 years ago
- e15b147 More unit tests about types by Rick Dean · 16 years ago
- 47262da Add subject and issuer parameters to X509Extension(). Fix bug in OpenSSL.test.util.failUnlessRaises(). by Rick Dean · 16 years ago
- a45e2b9 merge from upstream branch by Jean-Paul Calderone · 16 years ago
- 4fd5a4e Function names should be in alphabetical order in documentation. by Rick Dean · 16 years ago
- d369c93 Convert exception_from_error_queue() macros into a single function. Besides code maintainability, this makes our fast path shorter for better cache performance. by Rick Dean · 16 years ago
- fc69c81 Documentation for OpenSSL.rand.Error. by Rick Dean · 16 years ago