aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | add RSA PSS verification supportPaul Kehrer2014-03-165-2/+374
| | |
* | | Merge pull request #768 from reaperhulk/cffi-modulename-fixDavid Reid2014-03-172-8/+55
|\ \ \ | | | | | | | | Workaround for cffi issue 140
| * | | should probably update the test tooPaul Kehrer2014-03-171-7/+5
| | | |
| * | | address review commentsPaul Kehrer2014-03-171-5/+6
| | | |
| * | | be less dumbPaul Kehrer2014-03-132-12/+6
| | | |
| * | | make create_modulename private, add testPaul Kehrer2014-03-132-4/+36
| | | |
| * | | workaround for cffi issue 140. refs #762Paul Kehrer2014-03-091-7/+29
| | | |
* | | | Merge pull request #759 from public/no-hexAlex Gaynor2014-03-171-11/+38
|\ \ \ \ | | | | | | | | | | Don't go via hex() when working with BNs
| * | | | Don't go via hex() when working with BNsAlex Stapleton2014-03-141-11/+38
| | | | |
* | | | | Merge pull request #822 from alex/we-support-py34David Reid2014-03-171-0/+1
|\ \ \ \ \ | | | | | | | | | | | | We support 3.4
| * | | | | We support 3.4Alex Gaynor2014-03-171-0/+1
|/ / / / /
* | | | | Merge pull request #820 from reaperhulk/test-python34Alex Gaynor2014-03-172-0/+16
|\ \ \ \ \ | | | | | | | | | | | | add python 3.4 to osx and linux builders
| * | | | | add python 3.4 to osx and linux buildersPaul Kehrer2014-03-172-0/+16
| | | | | |
* | | | | | Merge pull request #821 from alex/newer-py33Paul Kehrer2014-03-171-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use the latest python 3.3 on OS X on travis
| * | | | | | Use the latest python 3.3 on OS X on travisAlex Gaynor2014-03-171-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #818 from reaperhulk/tox-34-targetAlex Gaynor2014-03-171-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | add py34 target for python 3.4 CI
| * | | | | add py34 target for python 3.4 CIPaul Kehrer2014-03-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #816 from skeuomorf/interfacePaul Kehrer2014-03-172-1/+13
|\ \ \ \ \ | |/ / / / |/| | | | Add key_size property to DSAPublicKey
| * | | | Update the docs.Mohammed Attia2014-03-171-1/+7
| | | | |
| * | | | Add key_size property to DSAPublicKeyMohammed Attia2014-03-171-0/+6
| |/ / /
* | | | Merge pull request #815 from public/tweak-changelogPaul Kehrer2014-03-171-2/+5
|\ \ \ \ | |/ / / |/| | | Don't use weird XX fake dates in the changelog.
| * | | Don't use weird XX fake dates in the changelog.Alex Stapleton2014-03-171-2/+5
|/ / /
* | | Merge pull request #808 from public/tidy-rsaPaul Kehrer2014-03-161-34/+58
|\ \ \ | | | | | | | | RSAPrivateKey to evp_pkey utility method
| * | | s/set1/assign/Alex Stapleton2014-03-161-2/+2
| | | |
| * | | Just EVP_PKEY GC free the contained keys.Alex Stapleton2014-03-161-2/+5
| | | | | | | | | | | | | | | | Fortunately we never use these bare.
| * | | RSAPrivateKey to evp_pkey utility methodAlex Stapleton2014-03-161-32/+53
| | | |
* | | | Merge pull request #811 from alex/import-stylePaul Kehrer2014-03-166-12/+4
|\ \ \ \ | | | | | | | | | | Tiny style changes to some imports
| * | | | Tiny style changes to some importsAlex Gaynor2014-03-166-12/+4
| | | | |
* | | | | Merge pull request #812 from public/circular-fixPaul Kehrer2014-03-162-9/+28
|\ \ \ \ \ | |/ / / / |/| | | | Fix circular imports with available_backends()
| * | | | s/available_backends/_available_backends/Alex Stapleton2014-03-162-11/+11
| | | | |
| * | | | Fix circular imports with available_backends()Alex Stapleton2014-03-162-9/+28
|/ / / /
* | | | Merge pull request #807 from Ayrx/add-backend-check-to-rsaPaul Kehrer2014-03-163-0/+51
|\ \ \ \ | | | | | | | | | | Added backend check to rsa primitives
| * | | | Style nitpickAyrx2014-03-161-1/+1
| | | | |
| * | | | Added backend check to rsa primitivesAyrx2014-03-163-0/+51
| |/ / /
* | | | Merge pull request #806 from Ayrx/add-backend-check-to-cipherPaul Kehrer2014-03-163-1/+23
|\ \ \ \ | | | | | | | | | | Added backend check to cipher primitives
| * | | | Style nitpickAyrx2014-03-161-1/+2
| | | | |
| * | | | Added backend check to cipher primitivesAyrx2014-03-163-1/+22
| |/ / /
* | | | Merge pull request #805 from Ayrx/add-backend-check-to-hmacPaul Kehrer2014-03-163-4/+29
|\ \ \ \ | | | | | | | | | | Added backend check to hmac primitives
| * | | | Fixed style nitpickAyrx2014-03-162-2/+4
| | | | |
| * | | | Added backend check to hmac primitivesAyrx2014-03-163-5/+28
| |/ / /
* | | | Merge pull request #804 from Ayrx/add-backend-check-to-hashesPaul Kehrer2014-03-163-3/+27
|\ \ \ \ | |/ / / |/| | | Added backend check to hash primitives
| * | | Style nitpickAyrx2014-03-161-1/+2
| | | |
| * | | Added backend check to hash primitivesAyrx2014-03-163-3/+26
|/ / /
* | | Merge pull request #803 from alex/stylePaul Kehrer2014-03-151-2/+4
|\ \ \ | | | | | | | | Don't put things with side effects in assert statements
| * | | Don't put things with side effects in assert statementsAlex Gaynor2014-03-151-2/+4
| | | |
* | | | Merge pull request #775 from reaperhulk/rsa-mgf1-classAlex Gaynor2014-03-153-0/+71
|\ \ \ \ | | | | | | | | | | add MGF1 class, docs, tests
| * | | | restructure if statements to be less confusingPaul Kehrer2014-03-151-2/+2
| | | | |
| * | | | make MAX_LENGTH an object()Paul Kehrer2014-03-141-3/+1
| | | | |
| * | | | document MAX_LENGTHPaul Kehrer2014-03-111-0/+5
| | | | |
| * | | | make attributes of MGF1 private since that's our general conventionPaul Kehrer2014-03-112-6/+6
| | | | |