summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.14 final0.14release-0.14Jean-Paul Calderone2014-02-231-1/+1
* Merge branch 'osx-wantwrite' into release-0.14Jean-Paul Calderone2014-02-221-2/+2
|\
| * Make sure we still write a lot of bytes, too.Jean-Paul Calderone2014-02-181-1/+1
| * Fill the send buffer with smaller strings in order to more completely fill it.Jean-Paul Calderone2014-02-181-1/+1
* | Bump to 0.14a40.14a4Jean-Paul Calderone2014-02-121-1/+1
* | Merge commit 'f73a3cb' into release-0.14 (Re-enable support for `long` in mos...Jean-Paul Calderone2014-02-122-48/+215
|\ \ | |/
| * tests and fixes for other int/long casesJean-Paul Calderone2014-02-092-4/+58
| * Add some missing test coverage for handling values of type `long` and fix the...Jean-Paul Calderone2014-02-022-44/+157
* | Merge commit '3835e52' into release-0.14 (Fix info callback support so it get...Jean-Paul Calderone2014-02-122-9/+13
|\ \ | |/
| * clean up messy commentJean-Paul Calderone2014-02-021-5/+5
| * Change the info callback test to at least assert that the connection argument...Jean-Paul Calderone2014-02-022-9/+13
| * Merge pull request #20 from kouk/longintJean-Paul Calderone2014-02-022-6/+9
| |\
* | \ Merge commit '410d042' into release-0.14 (Fix many tests on 64 bit Python on ...Jean-Paul Calderone2014-02-122-6/+9
|\ \ \ | | |/ | |/|
| * | allow tests to run even without execinfo.hKonstantinos Koukopoulos2014-01-301-1/+5
| * | use six's integer_types instead of py3 incompatible type 'long'Konstantinos Koukopoulos2014-01-281-4/+4
| * | support 64 bit fd'sKonstantinos Koukopoulos2014-01-271-4/+3
* | | Merge commit '541150d' into release-0.14 (Fix `test_closed` on Windows)Jean-Paul Calderone2014-02-122-5/+11
|\ \ \ | | |/ | |/|
| * | make test_closed pass on windowsKonstantinos Koukopoulos2014-01-312-5/+11
| |/
* | Bump to alpha 30.14a3Jean-Paul Calderone2014-01-201-1/+1
* | Merge pull request 'pyca/python3-porting-fixes' into release-0.14Jean-Paul Calderone2014-01-206-21/+79
|\ \ | |/
| * Accommodate Python 3.2Jean-Paul Calderone2014-01-181-1/+3
| * Use the initialization functions that cryptography 0.1 exposesJean-Paul Calderone2014-01-182-14/+5
| * Allow unicode as well as bytes in all the load APIs as wellJean-Paul Calderone2014-01-181-0/+18
| * Make error messages native strings again.Jean-Paul Calderone2014-01-182-4/+7
| * And use_privatekey_fileJean-Paul Calderone2014-01-181-0/+4
| * And use_certificate_fileJean-Paul Calderone2014-01-181-1/+4
| * make use_certificate_chain_file can accept unicode tooJean-Paul Calderone2014-01-182-5/+9
| * Do the other initialization that is probably required.Jean-Paul Calderone2014-01-183-3/+17
| * Simple docstring reformattingJean-Paul Calderone2014-01-181-3/+3
| * Accept bytes or text in set_cipher_listJean-Paul Calderone2014-01-182-5/+24
* | Bump to alpha 20.14a2Jean-Paul Calderone2014-01-111-1/+1
* | Merge remote-tracking branch 'pyca/master' into release-0.14Jean-Paul Calderone2014-01-119-151/+229
|\ \ | |/
| * UTF-9 is sort of a thing but not a thing we're concerned with here.Jean-Paul Calderone2014-01-111-1/+1
| * Lots of Python 3.2 porting workJean-Paul Calderone2014-01-118-136/+194
| * Drop ancient Python 2.3 support which used deprecated unittest apis.Jean-Paul Calderone2014-01-111-9/+0
| * Don't use the deprecated assertEqualsJean-Paul Calderone2014-01-111-1/+1
| * bytes for filenames elsewhere, too.Jean-Paul Calderone2014-01-111-2/+2
| * The maximum of Py_ssize_t is the more relevant value here. Plus there is no ...Jean-Paul Calderone2014-01-111-1/+1
| * Enforce byte strings, not native strings.Jean-Paul Calderone2014-01-111-2/+2
| * Try making mktemp always return bytes.Jean-Paul Calderone2014-01-111-1/+1
| * Avoid using `long` if it does not exist.Jean-Paul Calderone2014-01-111-1/+7
| * Add a second `collect()` call which hopefully will make the test pass on PyPy.Jean-Paul Calderone2014-01-111-0/+6
| * Maybe locals() works differently on PyPy, dunno, not going to investigate, ju...Jean-Paul Calderone2014-01-111-2/+1
| * Try adding some more debug information to the last test that fails on PyPy to...Jean-Paul Calderone2014-01-111-2/+9
| * Add OpenSSL_add_all_algorithms.Jean-Paul Calderone2014-01-111-0/+9
| * Try "adding" the algorithms or whatever.Jean-Paul Calderone2014-01-111-0/+2
| * Obey the Python 3 exception variable handling rulesJean-Paul Calderone2014-01-101-2/+2
* | Hmm maybe start off with a non-final version.v0.14a1Jean-Paul Calderone2014-01-091-1/+1
* | version bumpJean-Paul Calderone2014-01-091-1/+1
|/
* this __builtin__ thing is not Python 3 compatible, apparentlyJean-Paul Calderone2014-01-091-4/+4