summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Make bio_shutdown raise an exception when called on a socket-based ConnectionJean-Paul Calderone2009-05-051-7/+13
* add Connection.bio_shutdownJean-Paul Calderone2009-04-301-2/+22
* Refactor the existing memory bio tests a bit; add a new test which exercises ...Jean-Paul Calderone2009-04-271-18/+66
* Correct a few minor bugsJean-Paul Calderone2009-04-271-1/+3
* Merge rick's bio_read_write branchJean-Paul Calderone2009-04-272-8/+194
|\
| * BIO read/write to allow for socketless SSL ConnectionsRick Dean2009-04-012-8/+194
* | Fix the thread-related segfaultJean-Paul Calderone2009-04-011-0/+1
|\ \
| * | Delete the key from TLS before trying to set a new value for itJean-Paul Calderone2009-03-221-0/+1
| |/
* | Expand comment a bit so I can understand itJean-Paul Calderone2009-04-011-2/+4
* | FILETYPE_TEXT for dumping certificates, private keys, and certificate signing...Rick Dean2009-04-012-3/+25
|/
* Add X509ExtensionType.get_short_nameJean-Paul Calderone2008-12-311-0/+26
* make sure to handle r2i extensions (like proxyCertInfo) without segfaultingJean-Paul Calderone2008-12-311-5/+23
* handle some errors from extension creationJean-Paul Calderone2008-12-311-1/+9
* switch to higher level extension creation api, fixing bugs and memory leaks a...Jean-Paul Calderone2008-12-311-90/+18
* put braces backJean-Paul Calderone2008-12-301-1/+2
* only define WIN32 if it is not already definedJean-Paul Calderone2008-12-292-4/+6
* apply pyOpenSSL-0.8.patch from Marc-Andre LemburgJean-Paul Calderone2008-12-294-17/+23
* Make all the DTLS constants optional, since one of the buildslaves has a real...Jean-Paul Calderone2008-12-281-7/+7
* Expose some new DTLS-related constants in OpenSSL.SSL - OP_NO_QUERY_MTU, OP_C...Jean-Paul Calderone2008-12-281-1/+14
* Expose the OpenSSL API for using the system's default certificate storeJean-Paul Calderone2008-12-281-6/+36
|\
| * sigh - I can think of no way to test the error conditionJean-Paul Calderone2008-09-071-1/+8
| * reject arguments to set_default_verify_pathsJean-Paul Calderone2008-09-071-0/+4
| * support capath parameter to load_verify_locations; add wrapper for set_defaul...Jean-Paul Calderone2008-09-071-6/+25
* | add X509ReqType.{set,get}_versionJean-Paul Calderone2008-12-281-0/+52
* | Update context.c to use the thread state management macros unconditionally, s...Jean-Paul Calderone2008-09-211-5/+2
* | Use TLS for the PyThreadState pointer instead of a field on Connection; this ...Jean-Paul Calderone2008-09-214-6/+31
|/
* Remove CVSid variables as they are no longer kept up to dateJean-Paul Calderone2008-07-226-14/+0
* Apply unused.patch removing unused variable in X509Name codeJean-Paul Calderone2008-07-221-1/+0
* Apply PyObject.patch correcting the return type of several functionsJean-Paul Calderone2008-07-223-3/+3
* Initialize OpenSSL for use with threads.Jean-Paul Calderone2008-04-261-0/+71
* Fix a threading bug in the info callback support for context objects.Jean-Paul Calderone2008-04-261-27/+31
* Fix a threading bug in passphrase callback support for context objects.Jean-Paul Calderone2008-04-261-22/+52
* X509Name.get_componentsJean-Paul Calderone2008-03-261-0/+55
* Add X509Name.derJean-Paul Calderone2008-03-251-0/+25
* Fix bug in UTCTIME handling for notBefore and notAfterJean-Paul Calderone2008-03-251-1/+1
* X509Name.hashJean-Paul Calderone2008-03-241-7/+48
* Put my copyright on everything I've changed so far, put a more reasonable ver...Jean-Paul Calderone2008-03-2110-26/+11
* A couple trivial Context testsJean-Paul Calderone2008-03-211-1/+1
* fix segfaults with X509.sign and X509Req.sign with certain PKeysJean-Paul Calderone2008-03-106-35/+97
* Handle unset notBefore and notAfter valuesJean-Paul Calderone2008-03-091-1/+4
* Add {s,g}et_not{Before,After}Jean-Paul Calderone2008-03-092-3/+156
* Support Python long integers in X509.set_serial_number and X509.get_serial_nu...Jean-Paul Calderone2008-03-061-5/+89
* Correct flag names in Context.set_verify docstring; add a pointer to the Open...Jean-Paul Calderone2008-03-061-2/+4
* incref the X509Req when returning an X509Name from get_subject which refers t...Jean-Paul Calderone2008-03-061-2/+6
* Tests for X509Name.__repr__ and X509Name.__cmp__ and a change to X509Name.__c...Jean-Paul Calderone2008-03-061-1/+8
* slightly better PKey invalid bit tests, and a fix for older versions of OpenSSLJean-Paul Calderone2008-03-061-0/+4
* Add some unit tests for OpenSSL.crypto.PKey and fix a bug in the error handlingJean-Paul Calderone2008-03-041-2/+1
* fix module docstring typoJean-Paul Calderone2008-03-041-1/+1
* Apply patch from Victor StinnerJean-Paul Calderone2008-03-031-0/+21
* Changes to support compilation on WindowsJean-Paul Calderone2008-02-223-3/+36