Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #957 from reaperhulk/some-serialization-bindings | Hynek Schlawack | 2014-04-23 | 1 | -1/+43 |
|\ | | | | | Add many d2i/i2d bindings | ||||
| * | Add many d2i/i2d bindings | Paul Kehrer | 2014-04-23 | 1 | -1/+43 |
| | | |||||
* | | Merge pull request #956 from alex/update-url | David Reid | 2014-04-23 | 1 | -1/+1 |
|\ \ | | | | | | | New Anchor here | ||||
| * | | New Anchor here | Alex Gaynor | 2014-04-23 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #955 from reaperhulk/more-evp-bindings | Alex Gaynor | 2014-04-23 | 1 | -0/+11 |
|\ \ | |/ |/| | add some more functions for manipulating EVP_PKEY objects | ||||
| * | add some more functions for manipulating EVP_PKEY objects | Paul Kehrer | 2014-04-23 | 1 | -0/+11 |
|/ | |||||
* | Merge pull request #950 from Ayrx/cmac-multibackend | Paul Kehrer | 2014-04-22 | 4 | -6/+54 |
|\ | | | | | CMAC multibackend | ||||
| * | Added changelog and versionadded for CMAC | Ayrx | 2014-04-22 | 2 | -0/+4 |
| | | |||||
| * | Added _REASON | Ayrx | 2014-04-22 | 2 | -5/+4 |
| | | |||||
| * | Added tests for multibackend | Ayrx | 2014-04-22 | 2 | -6/+42 |
| | | |||||
| * | Added CMACBackend to multibackend | Ayrx | 2014-04-22 | 2 | -3/+12 |
|/ | |||||
* | Merge pull request #952 from reaperhulk/fix-missing-coverage | Alex Stapleton | 2014-04-22 | 2 | -2/+13 |
|\ | | | | | Fix a bug/coverage miss in the DSA sig vector loader | ||||
| * | fix a coverage miss in the dsa sig vector loader | Paul Kehrer | 2014-04-22 | 2 | -2/+13 |
| | | |||||
* | | Merge pull request #953 from Ayrx/fix-cmac-missing-coverage | Paul Kehrer | 2014-04-22 | 2 | -13/+19 |
|\ \ | |/ |/| | Added missing tests for CMAC 100% coverage | ||||
| * | Added missing tests for 100% coverage | Ayrx | 2014-04-22 | 2 | -13/+19 |
| | | |||||
* | | Merge pull request #951 from skeuomorf/sig-gen | Paul Kehrer | 2014-04-22 | 2 | -3/+236 |
|\ \ | | | | | | | Modify DSA SigVer loader to be able to load SigGen vectors | ||||
| * | | Modify DSA SigVer loader to be able to load SigGen vectors | Mohammed Attia | 2014-04-22 | 2 | -3/+236 |
|/ / | |||||
* | | Merge pull request #946 from skeuomorf/dsa-sigver-loader | Alex Stapleton | 2014-04-22 | 2 | -39/+362 |
|\ \ | | | | | | | DSA SigVer vectors loader | ||||
| * | | Add DSA SigVer vectors loader | Mohammed Attia | 2014-04-22 | 2 | -39/+362 |
| | | | |||||
* | | | Merge pull request #948 from skeuomorf/dsa-sig-bindings | Alex Stapleton | 2014-04-22 | 1 | -0/+8 |
|\ \ \ | |_|/ |/| | | Add bindings for DSA_SIG and related functions | ||||
| * | | Add bindings for DSA_SIG and related functions | Mohammed Attia | 2014-04-22 | 1 | -0/+8 |
| |/ | |||||
* | | Merge pull request #931 from Ayrx/cmac-implementation | Alex Stapleton | 2014-04-22 | 11 | -9/+498 |
|\ \ | | | | | | | CMAC implementation and docs | ||||
| * | | Added test skip for test_copy_with_backend() | Ayrx | 2014-04-22 | 1 | -0/+5 |
| | | | |||||
| * | | Added more copy() tests | Ayrx | 2014-04-22 | 2 | -3/+9 |
| | | | |||||
| * | | Added documentation to note rfc 4493 | Ayrx | 2014-04-22 | 2 | -2/+3 |
| | | | |||||
| * | | Added wikipedia link | Ayrx | 2014-04-22 | 2 | -3/+6 |
| | | | |||||
| * | | Fix pep8 errors | Ayrx | 2014-04-22 | 3 | -3/+3 |
| | | | |||||
| * | | Changed doctests to code-block | Ayrx | 2014-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | Removed multibackend changes for another PR | Ayrx | 2014-04-22 | 1 | -10/+1 |
| | | | |||||
| * | | Changed stub keys and ivs to use null bytes | Ayrx | 2014-04-22 | 2 | -3/+6 |
| | | | |||||
| * | | Updated multibackend | Ayrx | 2014-04-22 | 1 | -2/+2 |
| | | | |||||
| * | | Various fixes | Ayrx | 2014-04-22 | 2 | -7/+12 |
| | | | |||||
| * | | Fixed pep8 error | Ayrx | 2014-04-22 | 1 | -4/+9 |
| | | | |||||
| * | | Updated tests | Ayrx | 2014-04-22 | 2 | -26/+55 |
| | | | |||||
| * | | Updated CMAC documentation | Ayrx | 2014-04-22 | 2 | -2/+11 |
| | | | |||||
| * | | Added CMACBackend to MultiBackend | Ayrx | 2014-04-22 | 1 | -2/+11 |
| | | | |||||
| * | | Added CMAC docs | Ayrx | 2014-04-22 | 5 | -4/+105 |
| | | | |||||
| * | | Added CMAC tests | Ayrx | 2014-04-22 | 3 | -3/+176 |
| | | | |||||
| * | | CMAC primitive implementation | Ayrx | 2014-04-22 | 1 | -0/+75 |
| | | | |||||
| * | | OpenSSL backend's CMAC implementation | Ayrx | 2014-04-22 | 1 | -2/+76 |
| | | | |||||
* | | | Merge pull request #944 from reaperhulk/fix-773 | Alex Stapleton | 2014-04-22 | 2 | -13/+49 |
|\ \ \ | |/ / |/| | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed | ||||
| * | | move some comments | Paul Kehrer | 2014-04-20 | 1 | -3/+3 |
| | | | |||||
| * | | fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed | Paul Kehrer | 2014-04-20 | 2 | -13/+49 |
| | | | |||||
* | | | Merge pull request #888 from reaperhulk/rsa-decrypt | Alex Gaynor | 2014-04-21 | 10 | -6/+261 |
|\ \ \ | | | | | | | | | RSA PKCS1v15 Decryption Support | ||||
| * | | | more key length checks, docs update | Paul Kehrer | 2014-04-20 | 2 | -4/+6 |
| | | | | |||||
| * | | | remove InvalidDecryption and replace with ValueError | Paul Kehrer | 2014-04-20 | 5 | -19/+8 |
| | | | | |||||
| * | | | remove redundant blinding | Paul Kehrer | 2014-04-20 | 1 | -2/+0 |
| | | | | |||||
| * | | | more docs | Paul Kehrer | 2014-04-20 | 2 | -0/+51 |
| | | | | |||||
| * | | | remove OAEP decryption to simplify review | Paul Kehrer | 2014-04-20 | 5 | -164/+1 |
| | | | | |||||
| * | | | move an assignment for clarity | Paul Kehrer | 2014-04-20 | 1 | -1/+1 |
| | | | |