Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add verification tests | Mohammed Attia | 2014-04-30 | 1 | -5/+99 |
| | |||||
* | Add DSA verification | Mohammed Attia | 2014-04-30 | 3 | -1/+134 |
| | |||||
* | 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 | ||||
| * | | | set defaults on build_ffi | Paul Kehrer | 2014-04-24 | 3 | -9/+2 |
| | | | | |||||
| * | | | expand build_ffi helper function | Paul Kehrer | 2014-04-24 | 3 | -6/+22 |
| |/ / | |||||
* | | | Merge pull request #966 from reaperhulk/more-i2d-bindings | Alex Gaynor | 2014-04-24 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | More d2i/i2d bindings | ||||
| * | | | fix a style violation | Paul Kehrer | 2014-04-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | add more d2i/i2d bindings because sometimes you just don't want bios | Paul Kehrer | 2014-04-24 | 1 | -0/+10 |
| |/ / | |||||
* | | | Merge pull request #964 from alex/i-hate-strings | Paul Kehrer | 2014-04-24 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | No more comma seperated string strings | ||||
| * | | No more comma seperated string strings | Alex Gaynor | 2014-04-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #963 from alex/docs-typo | Paul Kehrer | 2014-04-24 | 1 | -8/+9 |
|\ \ \ | |/ / |/| | | Some docs fixes | ||||
| * | | More phrasing | Alex Gaynor | 2014-04-24 | 1 | -4/+4 |
| | | | |||||
| * | | Also fix up some phrasings | Alex Gaynor | 2014-04-24 | 1 | -8/+9 |
| | | |