Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #768 from reaperhulk/cffi-modulename-fix | David Reid | 2014-03-17 | 2 | -8/+55 | |
|\ \ \ | | | | | | | | | Workaround for cffi issue 140 | |||||
| * | | | should probably update the test too | Paul Kehrer | 2014-03-17 | 1 | -7/+5 | |
| | | | | ||||||
| * | | | address review comments | Paul Kehrer | 2014-03-17 | 1 | -5/+6 | |
| | | | | ||||||
| * | | | be less dumb | Paul Kehrer | 2014-03-13 | 2 | -12/+6 | |
| | | | | ||||||
| * | | | make create_modulename private, add test | Paul Kehrer | 2014-03-13 | 2 | -4/+36 | |
| | | | | ||||||
| * | | | workaround for cffi issue 140. refs #762 | Paul Kehrer | 2014-03-09 | 1 | -7/+29 | |
| | | | | ||||||
* | | | | Merge pull request #759 from public/no-hex | Alex Gaynor | 2014-03-17 | 1 | -11/+38 | |
|\ \ \ \ | | | | | | | | | | | Don't go via hex() when working with BNs | |||||
| * | | | | Don't go via hex() when working with BNs | Alex Stapleton | 2014-03-14 | 1 | -11/+38 | |
| | | | | | ||||||
* | | | | | Merge pull request #822 from alex/we-support-py34 | David Reid | 2014-03-17 | 1 | -0/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | We support 3.4 | |||||
| * | | | | | We support 3.4 | Alex Gaynor | 2014-03-17 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #820 from reaperhulk/test-python34 | Alex Gaynor | 2014-03-17 | 2 | -0/+16 | |
|\ \ \ \ \ | | | | | | | | | | | | | add python 3.4 to osx and linux builders | |||||
| * | | | | | add python 3.4 to osx and linux builders | Paul Kehrer | 2014-03-17 | 2 | -0/+16 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #821 from alex/newer-py33 | Paul Kehrer | 2014-03-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use the latest python 3.3 on OS X on travis | |||||
| * | | | | | | Use the latest python 3.3 on OS X on travis | Alex Gaynor | 2014-03-17 | 1 | -2/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #818 from reaperhulk/tox-34-target | Alex Gaynor | 2014-03-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | add py34 target for python 3.4 CI | |||||
| * | | | | | add py34 target for python 3.4 CI | Paul Kehrer | 2014-03-17 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #816 from skeuomorf/interface | Paul Kehrer | 2014-03-17 | 2 | -1/+13 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add key_size property to DSAPublicKey | |||||
| * | | | | Update the docs. | Mohammed Attia | 2014-03-17 | 1 | -1/+7 | |
| | | | | | ||||||
| * | | | | Add key_size property to DSAPublicKey | Mohammed Attia | 2014-03-17 | 1 | -0/+6 | |
| |/ / / | ||||||
* | | | | Merge pull request #815 from public/tweak-changelog | Paul Kehrer | 2014-03-17 | 1 | -2/+5 | |
|\ \ \ \ | |/ / / |/| | | | Don't use weird XX fake dates in the changelog. | |||||
| * | | | Don't use weird XX fake dates in the changelog. | Alex Stapleton | 2014-03-17 | 1 | -2/+5 | |
|/ / / | ||||||
* | | | Merge pull request #808 from public/tidy-rsa | Paul Kehrer | 2014-03-16 | 1 | -34/+58 | |
|\ \ \ | | | | | | | | | RSAPrivateKey to evp_pkey utility method | |||||
| * | | | s/set1/assign/ | Alex Stapleton | 2014-03-16 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Just EVP_PKEY GC free the contained keys. | Alex Stapleton | 2014-03-16 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | Fortunately we never use these bare. | |||||
| * | | | RSAPrivateKey to evp_pkey utility method | Alex Stapleton | 2014-03-16 | 1 | -32/+53 | |
| | | | | ||||||
* | | | | Merge pull request #811 from alex/import-style | Paul Kehrer | 2014-03-16 | 6 | -12/+4 | |
|\ \ \ \ | | | | | | | | | | | Tiny style changes to some imports | |||||
| * | | | | Tiny style changes to some imports | Alex Gaynor | 2014-03-16 | 6 | -12/+4 | |
| | | | | | ||||||
* | | | | | Merge pull request #812 from public/circular-fix | Paul Kehrer | 2014-03-16 | 2 | -9/+28 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix circular imports with available_backends() | |||||
| * | | | | s/available_backends/_available_backends/ | Alex Stapleton | 2014-03-16 | 2 | -11/+11 | |
| | | | | | ||||||
| * | | | | Fix circular imports with available_backends() | Alex Stapleton | 2014-03-16 | 2 | -9/+28 | |
|/ / / / | ||||||
* | | | | Merge pull request #807 from Ayrx/add-backend-check-to-rsa | Paul Kehrer | 2014-03-16 | 3 | -0/+51 | |
|\ \ \ \ | | | | | | | | | | | Added backend check to rsa primitives | |||||
| * | | | | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Added backend check to rsa primitives | Ayrx | 2014-03-16 | 3 | -0/+51 | |
| |/ / / | ||||||
* | | | | Merge pull request #806 from Ayrx/add-backend-check-to-cipher | Paul Kehrer | 2014-03-16 | 3 | -1/+23 | |
|\ \ \ \ | | | | | | | | | | | Added backend check to cipher primitives | |||||
| * | | | | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Added backend check to cipher primitives | Ayrx | 2014-03-16 | 3 | -1/+22 | |
| |/ / / | ||||||
* | | | | Merge pull request #805 from Ayrx/add-backend-check-to-hmac | Paul Kehrer | 2014-03-16 | 3 | -4/+29 | |
|\ \ \ \ | | | | | | | | | | | Added backend check to hmac primitives | |||||
| * | | | | Fixed style nitpick | Ayrx | 2014-03-16 | 2 | -2/+4 | |
| | | | | | ||||||
| * | | | | Added backend check to hmac primitives | Ayrx | 2014-03-16 | 3 | -5/+28 | |
| |/ / / | ||||||
* | | | | Merge pull request #804 from Ayrx/add-backend-check-to-hashes | Paul Kehrer | 2014-03-16 | 3 | -3/+27 | |
|\ \ \ \ | |/ / / |/| | | | Added backend check to hash primitives | |||||
| * | | | Style nitpick | Ayrx | 2014-03-16 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Added backend check to hash primitives | Ayrx | 2014-03-16 | 3 | -3/+26 | |
|/ / / | ||||||
* | | | Merge pull request #803 from alex/style | Paul Kehrer | 2014-03-15 | 1 | -2/+4 | |
|\ \ \ | | | | | | | | | Don't put things with side effects in assert statements | |||||
| * | | | Don't put things with side effects in assert statements | Alex Gaynor | 2014-03-15 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | Merge pull request #775 from reaperhulk/rsa-mgf1-class | Alex Gaynor | 2014-03-15 | 3 | -0/+71 | |
|\ \ \ \ | | | | | | | | | | | add MGF1 class, docs, tests | |||||
| * | | | | restructure if statements to be less confusing | Paul Kehrer | 2014-03-15 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | make MAX_LENGTH an object() | Paul Kehrer | 2014-03-14 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | document MAX_LENGTH | Paul Kehrer | 2014-03-11 | 1 | -0/+5 | |
| | | | | | ||||||
| * | | | | make attributes of MGF1 private since that's our general convention | Paul Kehrer | 2014-03-11 | 2 | -6/+6 | |
| | | | | | ||||||
| * | | | | change MAX_LENGTH to be an object rather than a byte string | Paul Kehrer | 2014-03-11 | 1 | -3/+5 | |
| | | | | |