summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.14 final0.14release-0.14Jean-Paul Calderone2014-02-233-4/+4
|
* Merge remote-tracking branch 'pyca/updated-cryptography-dependency' into ↵Jean-Paul Calderone2014-02-231-1/+1
|\ | | | | | | release-0.14
| * cryptography 0.2.1 is out, might as well tell everyone to use that.Jean-Paul Calderone2014-02-231-1/+1
| |
| * Merge pull request #31 from pyca/osx-wantwriteJean-Paul Calderone2014-02-221-2/+2
| |\ | | | | | | Fix the WantWriteError test on OS X (purely a test bug).
* | \ Merge branch 'osx-wantwrite' into release-0.14Jean-Paul Calderone2014-02-221-2/+2
|\ \ \ | | |/ | |/| | | | Fix the WantWriteError test on OS X (purely a test bug).
| * | 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
| |/ | | | | | | | | | | This makes the test pass on OS X. Previously it failed with the wrong exception type probably because there was enough room left in the send buffer for the handshake to start.
| * Merge pull request #28 from pyca/other-int-fixesJean-Paul Calderone2014-02-092-48/+215
| |\ | | | | | | Add some missing test coverage for handling values of type `long` and make them pass by loosening the explicit type checks in various APIs.
* | | Bump to 0.14a40.14a4Jean-Paul Calderone2014-02-123-4/+4
| | |
* | | Merge commit 'f73a3cb' into release-0.14 (Re-enable support for `long` in ↵Jean-Paul Calderone2014-02-122-48/+215
|\ \ \ | | |/ | |/| | | | most APIs on Python 2.x)
| * | 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 ↵Jean-Paul Calderone2014-02-022-44/+157
| |/ | | | | | | the implementation to accept either `int` or `long` on Python 2 (more closely matching the API implemented by the old C code).
| * Merge pull request #27 from pyca/misc-documentation-fixesJean-Paul Calderone2014-02-024-102/+8
| |\ | | | | | | | | | Get rid of obsolete implementation notes and installation instructions. Introduce links to the websites relevant to the project into the README.
* | \ Merge commit '2691849' into release-0.14 (Remove obsolete, incorrect ↵Jean-Paul Calderone2014-02-124-102/+8
|\ \ \ | | |/ | |/| | | | documentation)
| * | github! python.org!Jean-Paul Calderone2014-02-021-0/+4
| | |
| * | There is a top-level INSTALL document now. Let's not be redundant.Jean-Paul Calderone2014-02-022-70/+0
| | |
| * | cffi callbacks are easyJean-Paul Calderone2014-02-021-32/+4
| |/
| * Merge pull request #26 from pyca/info-callback-argumentJean-Paul Calderone2014-02-022-9/+13
| |\ | | | | | | Pass a Connection instance to the info callback (instead of a Context instance). Fixes #16 (a regression introduced by the Python rewrite).
* | \ Merge commit '3835e52' into release-0.14 (Fix info callback support so it ↵Jean-Paul Calderone2014-02-123-9/+16
|\ \ \ | | |/ | |/| | | | gets the Connection instance again)
| * | clean up messy commentJean-Paul Calderone2014-02-021-5/+5
| | |
| * | Change the info callback test to at least assert that the connection ↵Jean-Paul Calderone2014-02-022-9/+13
| |/ | | | | | | | | | | argument is a Connection instance. Fix the implementation to make the test pass.
| * Merge pull request #21 from kouk/gitignoreJean-Paul Calderone2014-02-021-0/+3
| |\ | | | | | | Add a .gitignore to ignore a few common build artifacts.
| | * add .gitignoreKonstantinos Koukopoulos2014-01-281-0/+3
| | |
| * | Merge pull request #20 from kouk/longintJean-Paul Calderone2014-02-023-7/+13
| |\ \ | | | | | | | | | | | | | | | | Add support for file descriptors represented as `long` on Python 2.x. This fixes many failing tests on 64 bit Windows w/ 64 bit Python. Also some other changes to make `memdbg` optional (it is pretty glibc-specific).
| * \ \ Merge pull request #25 from longaccess/fix_test_closedJean-Paul Calderone2014-02-022-5/+11
| |\ \ \ | | |_|/ | |/| | Use `getwinerror` to look up a syscall error code on Windows. Fixes `test_closed` on Windows.
* | | | Merge commit '410d042' into release-0.14 (Fix many tests on 64 bit Python on ↵Jean-Paul Calderone2014-02-123-7/+13
|\ \ \ \ | | |_|/ | |/| | | | | | Windows)
| * | | allow tests to run even without execinfo.hKonstantinos Koukopoulos2014-01-302-2/+9
| | | |
| * | | 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
| |/
| * Merge pull request #10 from pyca/python3-porting-fixesJean-Paul Calderone2014-01-206-21/+79
| |\ | | | | | | Correct some mistakes made during earlier Python 3 porting work. Mainly, keep accepting both bytes and unicode in a few APIs.
* | | Bump to alpha 30.14a3Jean-Paul Calderone2014-01-203-4/+4
| | |
* | | 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-113-4/+4
| |
* | Merge remote-tracking branch 'pyca/master' into release-0.14Jean-Paul Calderone2014-01-1113-156/+261
|\ \ | |/
| * Merge pull request #6 from pyca/python3-fixesJean-Paul Calderone2014-01-1110-149/+204
| |\ | | | | | | Python 3 fixes.
| | * 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-119-138/+196
| | |
| | * Drop ancient Python 2.3 support which used deprecated unittest apis.Jean-Paul Calderone2014-01-111-9/+0
| | |