Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | |
| | | | ||||||
| * | | Removed strange use of quotes | Alex Gaynor | 2014-04-24 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #961 from skeuomorf/dsa-size-binding | Alex Gaynor | 2014-04-24 | 1 | -0/+1 | |
|\ \ | | | | | | | Add binding for DSA_size | |||||
| * | | Add binding for DSA_size | Mohammed Attia | 2014-04-24 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #949 from reaperhulk/rsa-oaep-decrypt | Alex Gaynor | 2014-04-23 | 6 | -3/+189 | |
|\ \ | | | | | | | OAEP support for RSA decryption | |||||
| * | | update docs for oaep | Paul Kehrer | 2014-04-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | add OAEP decryption example in docs | Paul Kehrer | 2014-04-22 | 1 | -0/+16 | |
| | | | ||||||
| * | | OAEP support for RSA decryption | Paul Kehrer | 2014-04-22 | 6 | -3/+173 | |
| | | | ||||||
* | | | 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 | |
| | | | |