Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #1030 from alex/pypy-2.3 | Paul Kehrer | 2014-05-16 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Use PyPy 2.3 on OS X | |||||
| * | | | | ugh. good system. | Alex Gaynor | 2014-05-16 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into pypy-2.3 | Alex Gaynor | 2014-05-16 | 12 | -62/+337 | |
| |\| | | | ||||||
| * | | | | Use PyPy 2.3 on OS X | Alex Gaynor | 2014-05-09 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge pull request #1044 from alex/reduce-duplication | Paul Kehrer | 2014-05-16 | 1 | -20/+11 | |
|\ \ \ \ \ | | | | | | | | | | | | | Reduce duplication. Also improve error message | |||||
| * | | | | | Fix | Alex Gaynor | 2014-05-16 | 1 | -1/+5 | |
| | | | | | | ||||||
| * | | | | | Reduce duplication. Also improve error message | Alex Gaynor | 2014-05-16 | 1 | -25/+12 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #1045 from reaperhulk/fix-coverage-i-are-dumb | Alex Gaynor | 2014-05-16 | 1 | -0/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | fix coverage for CFB8 | |||||
| * | | | | | fix coverage for CFB8 | Paul Kehrer | 2014-05-16 | 1 | -0/+8 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #1043 from reaperhulk/support-some-cfb8 | Alex Stapleton | 2014-05-16 | 7 | -9/+116 | |
|\ \ \ \ \ | |/ / / / |/| | | | | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends | |||||
| * | | | | sometimes you can't read and leave things in | Paul Kehrer | 2014-05-16 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | native_size is not needed with the CFB8 approach we chose | Paul Kehrer | 2014-05-16 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | add some docs and changelog | Paul Kehrer | 2014-05-15 | 2 | -0/+17 | |
| | | | | | ||||||
| * | | | | add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends | Paul Kehrer | 2014-05-15 | 5 | -10/+102 | |
|/ / / / | ||||||
* | | | | Merge pull request #1042 from alex/improve-docs | Paul Kehrer | 2014-05-15 | 1 | -2/+8 | |
|\ \ \ \ | | | | | | | | | | | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs | |||||
| * | | | | Missing semicolon | Alex Gaynor | 2014-05-15 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs | Alex Gaynor | 2014-05-15 | 1 | -2/+8 | |
|/ / / / | ||||||
* | | | | Merge pull request #1040 from alex/pointless-code | Paul Kehrer | 2014-05-15 | 1 | -3/+1 | |
|\ \ \ \ | | | | | | | | | | | Simplify some code that was needlessly complex | |||||
| * | | | | Simplify some code that was needlessly complex | Alex Gaynor | 2014-05-15 | 1 | -3/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #1037 from reaperhulk/update-changelog | Alex Gaynor | 2014-05-13 | 1 | -0/+2 | |
|\ \ \ \ | | | | | | | | | | | add HKDFExpand to changelog | |||||
| * | | | | add HKDFExpand to changelog | Paul Kehrer | 2014-05-12 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #1035 from phibos/get_comp_name | Alex Gaynor | 2014-05-11 | 1 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | Function to get current compression and expansion | |||||
| * | | | | Function to get current compression and expansion | PhiBo | 2014-05-11 | 1 | -0/+5 | |
|/ / / / | ||||||
* | | | | Merge pull request #1016 from Ayrx/hkdf-expand-only | Alex Stapleton | 2014-05-10 | 4 | -22/+204 | |
|\ \ \ \ | | | | | | | | | | | HKDF Expand Only implementation | |||||
| * | | | | Added missing exception to documentation | Ayrx | 2014-05-10 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | Minor fixes | Ayrx | 2014-05-09 | 2 | -8/+2 | |
| | | | | | ||||||
| * | | | | Modified HKDF to use HKDFExpand | Ayrx | 2014-05-07 | 3 | -37/+52 | |
| | | | | | ||||||
| * | | | | Renamed HKDFExpandOnly to HKDFExpand | Ayrx | 2014-05-07 | 3 | -13/+13 | |
| | | | | | ||||||
| * | | | | Added documentation | Ayrx | 2014-05-06 | 1 | -0/+86 | |
| | | | | | ||||||
| * | | | | Fixed test failures | Ayrx | 2014-05-06 | 2 | -4/+5 | |
| | | | | | ||||||
| * | | | | Added tests for HKDFExpandOnly | Ayrx | 2014-05-05 | 1 | -1/+59 | |
| | | | | | ||||||
| * | | | | Added HKDFExpandOnly | Ayrx | 2014-05-05 | 1 | -0/+22 | |
| | | | | | ||||||
* | | | | | Merge pull request #1032 from reaperhulk/bold-docs | Alex Gaynor | 2014-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Use bold instead of italics | |||||
| * | | | | | Use bold instead of italics | Paul Kehrer | 2014-05-09 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #1031 from reaperhulk/rsa-docs-fix | Alex Gaynor | 2014-05-09 | 1 | -0/+14 | |
|\ \ \ \ \ | | | | | | | | | | | | | Improve RSABackend interface docs (fixes #1022) | |||||
| * | | | | | Improve RSABackend interface docs (fixes #1022) | Paul Kehrer | 2014-05-09 | 1 | -0/+14 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1028 from reaperhulk/multibackend-rsabackend | Alex Gaynor | 2014-05-09 | 3 | -34/+102 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Multibackend now supports all of RSABackend | |||||
| * | | | | Multibackend now supports all of RSABackend | Paul Kehrer | 2014-05-09 | 3 | -34/+102 | |
|/ / / / | | | | | | | | | | | | | Also convert some examples to doctest | |||||
* | | | | Merge pull request #1025 from reaperhulk/add-faq-windows | Alex Gaynor | 2014-05-08 | 1 | -0/+13 | |
|\ \ \ \ | | | | | | | | | | | Add FAQ entry to docs for windows OpenSSL issues | |||||
| * | | | | improved language | Paul Kehrer | 2014-05-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | add faq entry to describe the error if a windows user doesn't install openssl | Paul Kehrer | 2014-05-08 | 1 | -0/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #1021 from dreid/conda-linux | Alex Gaynor | 2014-05-07 | 1 | -2/+10 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix #1020 - Add conda instructions for linux. | |||||
| * | | | | | Wrap. | David Reid | 2014-05-07 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Lowercase a. | David Reid | 2014-05-07 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Fix #1020 - Add conda instructions for linux. | David Reid | 2014-05-07 | 1 | -2/+9 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #1019 from phibos/master | Paul Kehrer | 2014-05-06 | 1 | -1/+29 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [OpenSSL bindings] get cipher list + secure renegotation status | |||||
| * | | | | Add missing type SSL_OP_LEGACY_SERVER_CONNECT | PhiBo | 2014-05-07 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Fix to build without secure renegotiation support | PhiBo | 2014-05-07 | 1 | -5/+7 | |
| | | | | | ||||||
| * | | | | Conditional binding for secure renegotiation | PhiBo | 2014-05-06 | 1 | -6/+11 | |
| | | | | | ||||||
| * | | | | style fixes and conditional binding for SSL_OP_ALLOW_UNSAFE_RENEGOTIATION | Paul Kehrer | 2014-05-06 | 1 | -4/+15 | |
| | | | | |