- 5888747 Give some hint about the signature of CRL.export in the docstring by Jean-Paul Calderone · 16 years ago
- 9178ee6 merge trunk and resolve simple conflict by Jean-Paul Calderone · 16 years ago
- 4fd058a Add a couple tests for Connection.get_context by Jean-Paul Calderone · 16 years ago
- 215d51b Regenerate documentation for 0.10 release by Jean-Paul Calderone · 16 years ago
- 5cc6197 Prepare for 0.10 - bump version by Jean-Paul Calderone · 16 years ago
- 7675191 Re-merge the client CA changes, this time with Windows build fixes to so I can tell if anything actually works by Jean-Paul Calderone · 16 years ago
- 2023169 A few minor edits to the install text, plus reflowing to make the diff really hard to read, sweet! Also mention some more people who've been invaluable to the Windows support effort by Jean-Paul Calderone · 16 years ago
- 99a5ee2 Add client ca stuff by Jean-Paul Calderone · 16 years ago
- 7a6012e Grab windows fixes by Jean-Paul Calderone · 16 years ago
- 3b48cb7 See if this helps by Jean-Paul Calderone · 16 years ago
- 6ef6588 Try to ignore things like C:\Program Files\Subversion by Jean-Paul Calderone · 16 years ago
- bcd4545 Some changes to setup.py by Jean-Paul Calderone · 16 years ago
- 12608a8 Minimal tests for Context.add_extra_chain_cert by Jean-Paul Calderone · 16 years ago
- f606a84 a few more brace re-arrangements by Jean-Paul Calderone · 16 years ago
- 6e2b685 remove pre-2.5 warning with PyObject_GetAttrString; reformat some braces by Jean-Paul Calderone · 16 years ago
- 3578890 doc formatting and wording tweak by Jean-Paul Calderone · 16 years ago
- 055a917 Break up big add_client_ca test into a bunch of smaller ones by Jean-Paul Calderone · 16 years ago
- 911c911 Break up big set_client_ca_list test into a bunch of smaller ones by Jean-Paul Calderone · 16 years ago
- f93bf10 Lowercase *client_CA* methods for consistency with the rest of PyOpenSSL. by Ziga Seilnacht · 16 years ago
- 9d831fb Clarify documentation for SSL.Context.set_client_CA_list and remove silly comments. by Ziga Seilnacht · 16 years ago
- fdeadb1 Revert all changes unrelated to the new *client_CA* functionality. by Ziga Seilnacht · 16 years ago
- f483e79 Check that what we promised in the docs is true. by Ziga Seilnacht · 16 years ago
- 444e7cb Documentation for *client_CA* methods. by Ziga Seilnacht · 16 years ago
- 1de8707 Use a test for PDF support that is more portable across teTeX major versions. by Ziga Seilnacht · 16 years ago
- 679c426 Allow setting and inspecting the preferred client certificate signer list. by Ziga Seilnacht · 16 years ago
- d897235 Get rid of unnecessary casts. by Ziga Seilnacht · 16 years ago
- ea77fd8 Add missing error checks found during code reading. by Ziga Seilnacht · 16 years ago
- 6079e37 Fix names of extension types and subsequent fallout. by Ziga Seilnacht · 16 years ago
- 44611bf Types should have a correct __module__ attribute. by Ziga Seilnacht · 16 years ago
- 2953db8 Add additional PKCS12 features by Jean-Paul Calderone · 16 years ago
- 5092450 Actually use the new quoting function! by Jean-Paul Calderone · 16 years ago
- 7b874db Some more, oh let's hopefully call them fixes, for argument quoting for the openssl child process by Jean-Paul Calderone · 16 years ago
- 3df55e7 fudge me by Jean-Paul Calderone · 16 years ago
- 038de95 try to use popen2(list) on posix by Jean-Paul Calderone · 16 years ago
- 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
- 6385faf reason codes for CRL 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
- 2bb177f better accuracy in error message about FILETYPE by Rick Dean · 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
- 536ba02 Add support for CRL and Revoked objects. by Rick Dean · 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