Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 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 | 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 |
|\ \ | |||||
| * | | 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 | Mohammed Attia | 2014-04-22 | 1 | -0/+8 |
| |/ | |||||
* | | Merge pull request #931 from Ayrx/cmac-implementation | Alex Stapleton | 2014-04-22 | 11 | -9/+498 |
|\ \ | |||||
| * | | 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 |
|\ \ \ | |/ / |/| | | |||||
| * | | 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 |
|\ \ \ | |||||
| * | | | 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 |
| * | | | change some alignment | Paul Kehrer | 2014-04-20 | 1 | -8/+8 |
| * | | | cover a missing line | Paul Kehrer | 2014-04-20 | 1 | -0/+11 |
| * | | | improve comment based on review | Paul Kehrer | 2014-04-20 | 1 | -1/+1 |
| * | | | more testing for rsa decrypt | Paul Kehrer | 2014-04-20 | 3 | -0/+29 |
| * | | | register the EVP_PKEY_CTX for gc | Paul Kehrer | 2014-04-20 | 1 | -0/+1 |
| * | | | test should check for the right exception | Paul Kehrer | 2014-04-20 | 1 | -1/+1 |
| * | | | add InvalidDecryption exception, check for ct > key size | Paul Kehrer | 2014-04-20 | 4 | -4/+29 |
| * | | | update docs for OAEP | Paul Kehrer | 2014-04-20 | 1 | -2/+2 |
| * | | | fix indentation | Paul Kehrer | 2014-04-20 | 1 | -45/+45 |
| * | | | split 0.9.8 and evp_pkey_ctx branches into separate methods | Paul Kehrer | 2014-04-20 | 1 | -1/+8 |