- ddbc28f try getting rid of ez_setup by Jean-Paul Calderone · 17 years ago
- 3329c30 update to trunk tip by Jean-Paul Calderone · 17 years ago
- f8c5fab Add X509ExtensionType.get_short_name by Jean-Paul Calderone · 17 years ago
- 3ea41b0 Try to find ssleay32.a in more locations, including on that may be a bit more common windows by Jean-Paul Calderone · 17 years ago
- a1a7801 Remove unintentionally added debug helper by Jean-Paul Calderone · 17 years ago
- 1e4bd4e Add support for creating more kinds of X509Extension by Jean-Paul Calderone · 17 years ago
- 2ee1e7c make sure to handle r2i extensions (like proxyCertInfo) without segfaulting by Jean-Paul Calderone · 17 years ago
- 391585f handle some errors from extension creation by Jean-Paul Calderone · 17 years ago
- e7db4b4 switch to higher level extension creation api, fixing bugs and memory leaks and simplifying the code by Jean-Paul Calderone · 17 years ago
- 24e2b0b Fixes to eliminate compiler warnings by Jean-Paul Calderone · 17 years ago
- 138a312 put braces back by Jean-Paul Calderone · 17 years ago
- 5d2cb2d there are no .cvsignore files anymore by Jean-Paul Calderone · 17 years ago
- 7ef4ee2 only define WIN32 if it is not already defined by Jean-Paul Calderone · 17 years ago
- 28ebb30 apply pyOpenSSL-0.8.patch from Marc-Andre Lemburg by Jean-Paul Calderone · 17 years ago
- d811b68 work around stupid feature deficiencies in unittest.py by Jean-Paul Calderone · 17 years ago
- 8ce4961 arg crummy changesets by Jean-Paul Calderone · 17 years ago
- 4bccf5e make the tests recognize the optionalness of the DTLS constants by Jean-Paul Calderone · 17 years ago
- b43c391 Make all the DTLS constants optional, since one of the buildslaves has a really old version of openssl by Jean-Paul Calderone · 17 years ago
- 327d8f9 Expose some new DTLS-related constants in OpenSSL.SSL - OP_NO_QUERY_MTU, OP_COOKIE_EXCHANGE, and OP_NO_TICKET. by Jean-Paul Calderone · 17 years ago
- b6f0d60 make docs talking about digest names a bit more clear by Jean-Paul Calderone · 17 years ago
- ae4238d Correct documentation for get_verify_mode to refer to the real set_verify instead of the imagined set_verify_mode by Jean-Paul Calderone · 17 years ago
- 5b000d7 Expose the OpenSSL API for using the system's default certificate store by Jean-Paul Calderone · 17 years ago
- f302462 revert r75 - regenerating docs in a branch is stupid by Jean-Paul Calderone · 17 years ago
- 8dd19b8 add X509ReqType.{set,get}_version by Jean-Paul Calderone · 17 years ago
- a4be22a convenience hack: if setuptools is not already present, then this will download it from pypi into the CWD and use it. by zooko · 17 years ago
- 3594e21 If --prefix is in sys.argv, then set up sys.path and os.environ['PYTHONPATH'] to contain the appropriate site-packages subdir of the prefix dir by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 17 years ago
- d78922f Chris Galvan's patch to use setuptools to build pyOpenSSL binaries which include OpenSSL shared lib, at least on Windows by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 17 years ago
- f7f0fb4 bump version to 0.8 for new release by Jean-Paul Calderone · 17 years ago
- 1eeb29e Correct the documentation for set_passwd_cb by Jean-Paul Calderone · 17 years ago
- 002bf46 undeprecate tsafe, since Connection still isn't all that awesome when used in multiple threads by Jean-Paul Calderone · 17 years ago
- b5fdbbf note the release by Jean-Paul Calderone · 17 years ago
- ee6ecc6 regenerate documentation for 0.8a1 by Jean-Paul Calderone · 17 years ago
- 3a0d753 Merge tls-thread-safety - make OpenSSL.SSL.Connection (and anything in pyOpenSSL which interacts with them) thread safe. by Jean-Paul Calderone · 17 years ago
- a319ca9 Deprecate tsafe by Jean-Paul Calderone · 17 years ago
- 5e3891e Change to a version string distutils won't puke over by Jean-Paul Calderone · 17 years ago
- 54f5965 Bump version number now that the buildbot configuration no longer hard codes this by Jean-Paul Calderone · 17 years ago
- 657d3ec Regenerate the documentation by Jean-Paul Calderone · 17 years ago
- b7d6db2 Update ChangeLog and docs which discuss threading issues by Jean-Paul Calderone · 17 years ago
- 26aea02 Update context.c to use the thread state management macros unconditionally, since conn->tstate is always NULL now by Jean-Paul Calderone · 17 years ago
- 00db9da Use TLS for the PyThreadState pointer instead of a field on Connection; this allows a Connection to be used safely in multiple threads concurrently by Jean-Paul Calderone · 17 years ago
- 286b192 sigh - I can think of no way to test the error condition by Jean-Paul Calderone · 17 years ago
- aa9c797 note changes by Jean-Paul Calderone · 17 years ago
- 9eadb96 reject arguments to set_default_verify_paths by Jean-Paul Calderone · 17 years ago
- dd6c86f regenerate the docs by Jean-Paul Calderone · 17 years ago
- 5601c24 update docs for load_verify_locations, add docs for set_default_verify_paths by Jean-Paul Calderone · 17 years ago
- 1cb5d02 support capath parameter to load_verify_locations; add wrapper for set_default_verify_paths by Jean-Paul Calderone · 17 years ago
- 5075fce a test for the obvious error case of load_verify_locations by Jean-Paul Calderone · 17 years ago
- e1bd432 test for the pre-existing load_verify_locations function by Jean-Paul Calderone · 17 years ago
- f1b839d Regenerate all the rest of the docs by Jean-Paul Calderone · 17 years ago
- 9450d5b Change the intro text about the reason for pyOpenSSL to exist and the comparison to M2Crypto by Jean-Paul Calderone · 17 years ago
- 8d6b787 Remove CVSid variables as they are no longer kept up to date by Jean-Paul Calderone · 17 years ago
- b4a60e2 Apply unused.patch removing unused variable in X509Name code by Jean-Paul Calderone · 17 years ago
- f60beec Apply PyObject.patch correcting the return type of several functions by Jean-Paul Calderone · 17 years ago
- cf20dd6 Add #! to setup.py so it can be run directly by Jean-Paul Calderone · 17 years ago
- 6fe60c2 Python 2.3 compatibility in test_crypto by Jean-Paul Calderone · 17 years ago
- 6540775 Python 2.3 compatibility in test_ssl by Jean-Paul Calderone · 17 years ago
- aea5d90 Initialize OpenSSL for use with threads. by Jean-Paul Calderone · 17 years ago
- 5ef8651 Fix a threading bug in the info callback support for context objects. by Jean-Paul Calderone · 17 years ago
- 828c9cb Fix a threading bug in passphrase callback support for context objects. by Jean-Paul Calderone · 17 years ago
- 7e61f9f Some images which are very nice by Jean-Paul Calderone · 17 years ago
- 0db6cdb Okay, that coding declaration was doing something! by Jean-Paul Calderone · 17 years ago
- 4efd534 One more version number to bump by Jean-Paul Calderone · 17 years ago
- e53ccf7 Updates for 0.7 final by Jean-Paul Calderone · 17 years ago
- c54cc18 X509Name.get_components by Jean-Paul Calderone · 17 years ago
- c821543 note fixed bug by Jean-Paul Calderone · 17 years ago
- 8114b45 Move server.pem into test module for simplicity of deployment/testing by Jean-Paul Calderone · 17 years ago
- 9ab16c0 changelog by Jean-Paul Calderone · 17 years ago
- d2532d8 bump version to 0.7a2 by Jean-Paul Calderone · 17 years ago
- a6edbf8 document X509Name.der by Jean-Paul Calderone · 17 years ago
- 38e857f Add file required for notBefore/notAfter tests by Jean-Paul Calderone · 17 years ago
- e957a00 Add X509Name.der by Jean-Paul Calderone · 17 years ago
- 38a646d Fix bug in UTCTIME handling for notBefore and notAfter by Jean-Paul Calderone · 17 years ago
- 2dd8ff5 Document the X509Name.hash method by Jean-Paul Calderone · 17 years ago
- 110cd09 X509Name.hash by Jean-Paul Calderone · 17 years ago
- 76576d5 Add a simple test for X509.digest by Jean-Paul Calderone · 17 years ago
- 14f02a0 Change version from 0.7pre1 to 0.7a1 to satisfy distutils by Jean-Paul Calderone · 17 years ago
- 8b63d45 Put my copyright on everything I've changed so far, put a more reasonable version number on version.py by Jean-Paul Calderone · 17 years ago
- 30c09ea A couple trivial Context tests by Jean-Paul Calderone · 17 years ago
- 3de9f62 Remove expired certificates and add a note about how to generate new ones. Add some coding declarations where necessary. by Jean-Paul Calderone · 17 years ago
- ac0d95f fix segfaults with X509.sign and X509Req.sign with certain PKeys by Jean-Paul Calderone · 17 years ago
- 24c9926 regenerate docs by Jean-Paul Calderone · 17 years ago
- e0615b5 Handle unset notBefore and notAfter values by Jean-Paul Calderone · 17 years ago
- 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 17 years ago
- cc8a54a Add an extra_objects for the Win32 build. This is hard coded to paths on a particular machine, so it is kind of stupid. by Jean-Paul Calderone · 17 years ago
- da92ccc changelog by Jean-Paul Calderone · 17 years ago
- 78381d2 Support Python long integers in X509.set_serial_number and X509.get_serial_number by Jean-Paul Calderone · 17 years ago
- 24aedf4 Correct flag names in Context.set_verify docstring; add a pointer to the OpenSSL man page for those curious to know more by Jean-Paul Calderone · 17 years ago
- f05fbbe Correct documentation for Context.check_privatekey by Jean-Paul Calderone · 17 years ago
- 2aa2b33 incref the X509Req when returning an X509Name from get_subject which refers to it; this prevents a segfault if the X509Name outlives the X509Req; update docs to reflect this and to reflect previous similar changes which were apparently made to X509.get_subject and X509.get_issuer by Jean-Paul Calderone · 17 years ago
- b6f57be Adjust documentation for Connection.pending by Jean-Paul Calderone · 17 years ago
- 7535dab *Really* make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
- ac930e1 Make X509NameTests Python 2.3 compatible by Jean-Paul Calderone · 17 years ago
- e098dc7 Tests for X509Name.__repr__ and X509Name.__cmp__ and a change to X509Name.__cmp__ to get rid of a RuntimeWarning from Python by Jean-Paul Calderone · 17 years ago
- 7da26a7 Define assertTrue for Python 2.3 compatibility by Jean-Paul Calderone · 17 years ago
- d71fe98 disable small bit-size rsa generation test, it hangs a lot of OpenSSL versions by Jean-Paul Calderone · 17 years ago
- ab82db7 slightly better PKey invalid bit tests, and a fix for older versions of OpenSSL by Jean-Paul Calderone · 17 years ago
- 1bfdea0 Include the tests in the distribution by Jean-Paul Calderone · 17 years ago
- eff3cd9 A couple tests for X509Name by Jean-Paul Calderone · 17 years ago
- d8782ad Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handling by Jean-Paul Calderone · 17 years ago
- 5aa15c7 fix module docstring typo by Jean-Paul Calderone · 17 years ago