Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
| * | | Add macro to get secure renegotiation support | PhiBo | 2014-05-04 | 1 | -0/+2 |
| | | | |||||
| * | | Add support for SSL_get_ciphers() | PhiBo | 2014-05-04 | 1 | -0/+7 |
| | | | |||||
* | | | Merge pull request #1017 from Ayrx/fix-documentation-typo | Paul Kehrer | 2014-05-06 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Fixed misspelling | ||||
| * | | Fixed misspelling | Ayrx | 2014-05-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1014 from public/098k | Paul Kehrer | 2014-05-04 | 1 | -0/+1 |
|\ \ | |/ |/| | We also test on Ubuntu Lucid 0.9.8k | ||||
| * | We also test on Ubuntu Lucid 0.9.8k | Alex Stapleton | 2014-05-04 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1011 from Ayrx/add-release-item | Alex Stapleton | 2014-05-04 | 1 | -0/+3 |
|\ \ | | | | | | | Added item to post-release tasks | ||||
| * | | Added item to post-release tasks | Ayrx | 2014-05-04 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #1010 from alex/deprecated | Paul Kehrer | 2014-05-03 | 2 | -20/+24 |
|\ \ | | | | | | | Switch tests to pass salt length to the right place, except where actually testing the deprecation support | ||||
| * | | Whoopsie daysie. | Alex Gaynor | 2014-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | That's a fun commit message. So lyrical. | ||||
| * | | Always use deprecated_call | Alex Gaynor | 2014-05-03 | 1 | -4/+8 |
| | | | |||||
| * | | Here too | Alex Gaynor | 2014-05-03 | 1 | -4/+4 |
| | | | |||||
| * | | Switch tests to pass salt length to the right place, except where actually ↵ | Alex Gaynor | 2014-05-03 | 1 | -12/+12 |
| | | | | | | | | | | | | testing the deprecation support | ||||
* | | | Merge pull request #1009 from reaperhulk/fix-artifact-download | Alex Gaynor | 2014-05-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix jenkins artifact download for release automation |