Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | SSL_state_string_long to support pyOpenSSL `Connection.state_string` | Jean-Paul Calderone | 2014-05-01 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Merge pull request #987 from ashfall/dh-bindings | Paul Kehrer | 2014-05-01 | 1 | -0/+12 | |
|\ \ \ | | | | | | | | | Add more bindings for DH | |||||
| * | | | Fix another function signature | ashfall | 2014-05-01 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Address review comments, fix signatures that the docs lied about | ashfall | 2014-05-01 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Add some functions from DH docs | ashfall | 2014-05-01 | 1 | -0/+12 | |
|/ / / | ||||||
* | | | Merge pull request #985 from Ayrx/document-preferred-mac | Alex Stapleton | 2014-05-01 | 1 | -0/+7 | |
|\ \ \ | | | | | | | | | Fixes #983: Added note about preferred MAC algorithm | |||||
| * | | | Added link to crypto.se answer | Ayrx | 2014-05-01 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Added note about preferred MAC algorithm | Ayrx | 2014-05-01 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | Merge pull request #981 from alex/c-style-guide | Paul Kehrer | 2014-04-30 | 1 | -4/+4 | |
|\ \ \ | |/ / |/| | | Fixed C style guide violation | |||||
| * | | Foolish hobgoblin is best hobgoblin. | Alex Gaynor | 2014-04-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix two more violations | Alex Gaynor | 2014-04-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fixed C style guide violation | Alex Gaynor | 2014-04-30 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #980 from reaperhulk/dsa-sig-serializer | Alex Stapleton | 2014-04-30 | 5 | -5/+45 | |
|\ \ | |/ |/| | dss_sig_value: Pure python conversion of (r, s) to byte stream | |||||
| * | negative test | Paul Kehrer | 2014-04-30 | 1 | -0/+3 | |
| | | ||||||
| * | we should use der rather than ber | Paul Kehrer | 2014-04-30 | 1 | -1/+1 | |
| | | | | | | | | Doesn't make a difference in this specific case but it is correct. | |||||
| * | rename dss_sig_value -> der_encode_dsa_signature | Paul Kehrer | 2014-04-30 | 2 | -7/+9 | |
| | | ||||||
| * | make DSSSigValue class private | Paul Kehrer | 2014-04-30 | 1 | -2/+2 | |
| | | ||||||
| * | use pyasn1 for creating the dss-sig-value structure | Paul Kehrer | 2014-04-30 | 5 | -33/+15 | |
| | | ||||||
| * | dss_sig_value: Pure python conversion of (r, s) to byte stream | Paul Kehrer | 2014-04-30 | 2 | -5/+58 | |
|/ | ||||||
* | Merge pull request #979 from alex/short-link | Paul Kehrer | 2014-04-29 | 1 | -1/+1 | |
|\ | | | | | Use the short name in the docs | |||||
| * | Use the short name in the docs | Alex Gaynor | 2014-04-29 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #978 from alex/exception-import-fix | Paul Kehrer | 2014-04-29 | 1 | -12/+14 | |
|\ | | | | | Don't import the exceptions module directly. | |||||
| * | Don't import the exceptions module directly. | Alex Gaynor | 2014-04-29 | 1 | -12/+14 | |
|/ | | | | | The name "exceptions" is way too common for modules, so it's crappy to put that name in the namespace, just import the classes we need. | |||||
* | Merge pull request #974 from reaperhulk/padding-docs | Alex Gaynor | 2014-04-27 | 1 | -0/+4 | |
|\ | | | | | document exceptions for padding | |||||
| * | document exceptions for padding | Paul Kehrer | 2014-04-27 | 1 | -0/+4 | |
|/ | ||||||
* | Merge pull request #962 from reaperhulk/rsa-enc | Alex Gaynor | 2014-04-26 | 9 | -35/+283 | |
|\ | | | | | RSA encryption support | |||||
| * | update some decryption tests | Paul Kehrer | 2014-04-25 | 1 | -3/+3 | |
| | | ||||||
| * | move ct length check into decrypt function, address review comments | Paul Kehrer | 2014-04-25 | 2 | -17/+12 | |
| | | ||||||
| * | another style fix in the rsa tests that I missed last time... | Paul Kehrer | 2014-04-24 | 1 | -2/+2 | |
| | | ||||||
| * | improve style in test, update docs for rsa encryption review | Paul Kehrer | 2014-04-24 | 2 | -2/+3 | |
| | | ||||||
| * | determine operation type by isinstance on the key | Paul Kehrer | 2014-04-24 | 1 | -13/+13 | |
| | | ||||||
| * | change doctest to codeblock until we add multibackend support for encrypt | Paul Kehrer | 2014-04-24 | 1 | -16/+16 | |
| | | ||||||
| * | update changelog | Paul Kehrer | 2014-04-24 | 1 | -0/+2 | |
| | | ||||||
| * | RSA encryption support | Paul Kehrer | 2014-04-24 | 7 | -30/+280 | |
| | | ||||||
* | | Merge pull request #972 from public/padding-docs | Paul Kehrer | 2014-04-26 | 3 | -8/+19 | |
|\ \ | | | | | | | Use AlreadyFinalized instead of ValueError | |||||
| * | | Update padding docs | Alex Stapleton | 2014-04-26 | 1 | -0/+9 | |
| | | | ||||||
| * | | Use AlreadyFinalized not ValueError | Alex Stapleton | 2014-04-25 | 2 | -8/+10 | |
| | | | ||||||
* | | | Merge pull request #958 from public/openssl-loading-backend-iface | Paul Kehrer | 2014-04-25 | 8 | -25/+35 | |
|\ \ \ | | | | | | | | | Rename OpenSSLSerializationBackend | |||||
| * | | | Rename OpenSSLSerializationBackend | Alex Stapleton | 2014-04-25 | 8 | -25/+35 | |
| | | | | ||||||
* | | | | Merge pull request #970 from reaperhulk/tiny-fix | Alex Stapleton | 2014-04-25 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / |/| | | | backend->self in a few places | |||||
| * | | | backend->self in a few places | Paul Kehrer | 2014-04-25 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Merge pull request #971 from alex/fix-travis-install | Alex Stapleton | 2014-04-25 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / |/| | | | Fix installation on travis. Curl doesn't follow redirects | |||||
| * | | | Fix installation on travis. Curl doesn't follow redirects | Alex Gaynor | 2014-04-25 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Merge pull request #969 from reaperhulk/update-changelog | Alex Gaynor | 2014-04-25 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | add SEED to changelog | |||||
| * | | | add SEED to changelog since it was forgotten | Paul Kehrer | 2014-04-24 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #968 from alex/typo-fixes | Paul Kehrer | 2014-04-25 | 3 | -3/+3 | |
|\ \ \ | | | | | | | | | Fix some typos. | |||||
| * | | | Fix some typos. | Alex Gaynor | 2014-04-25 | 3 | -3/+3 | |
|/ / / | | | | | | | | | | Found with https://github.com/intgr/topy/ | |||||
* | | | Merge pull request #967 from skeuomorf/more-bindings | Alex Stapleton | 2014-04-25 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | Add bindings for DSA_sign and DSA_verify | |||||
| * | | | Add bindings for DSA_sign and DSA_verify | Mohammed Attia | 2014-04-25 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | Merge pull request #965 from reaperhulk/make-build-ffi-more-flexible | Alex Gaynor | 2014-04-24 | 3 | -6/+15 | |
|\ \ \ | | | | | | | | | expand build_ffi helper function |