aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Standardise on sentence case for titlesAlex Stapleton2014-03-1825-47/+46
* Merge pull request #792 from reaperhulk/rsa-pss-verifyAlex Gaynor2014-03-178-8/+417
|\
| * link to Colin Percival re: recommended RSA signature paddingPaul Kehrer2014-03-171-1/+2
| * change exception and improve some languagePaul Kehrer2014-03-172-6/+12
| * use mgf1_hash_supported to simplify some logicPaul Kehrer2014-03-171-2/+1
| * pass the hash class rather than using getattrPaul Kehrer2014-03-162-12/+12
| * change rsa nist loader to use strings for algorithm namePaul Kehrer2014-03-162-4/+4
| * fix indentationPaul Kehrer2014-03-161-18/+18
| * extract RSA struct from EVP_PKEYPaul Kehrer2014-03-161-1/+5
| * cover a missing line for older opensslPaul Kehrer2014-03-161-0/+25
| * consume errors before assertingPaul Kehrer2014-03-161-2/+4
| * make mgf privatePaul Kehrer2014-03-162-6/+6
| * move PSS to top of docsPaul Kehrer2014-03-161-7/+7
| * add RSA PSS verification supportPaul Kehrer2014-03-165-2/+374
* | Merge pull request #768 from reaperhulk/cffi-modulename-fixDavid Reid2014-03-172-8/+55
|\ \
| * | 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 BNsAlex Stapleton2014-03-141-11/+38
* | | | Merge pull request #822 from alex/we-support-py34David Reid2014-03-171-0/+1
|\ \ \ \
| * | | | 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 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 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 CIPaul Kehrer2014-03-171-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #816 from skeuomorf/interfacePaul Kehrer2014-03-172-1/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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.Alex Stapleton2014-03-171-2/+5
|/ / /
* | | Merge pull request #808 from public/tidy-rsaPaul Kehrer2014-03-161-34/+58
|\ \ \
| * | | s/set1/assign/Alex Stapleton2014-03-161-2/+2
| * | | Just EVP_PKEY GC free the contained keys.Alex Stapleton2014-03-161-2/+5
| * | | 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 importsAlex Gaynor2014-03-166-12/+4
* | | | | Merge pull request #812 from public/circular-fixPaul Kehrer2014-03-162-9/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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
|\ \ \ \
| * | | | 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
|\ \ \ \
| * | | | Style nitpickAyrx2014-03-161-1/+2
| * | | | Added backend check to cipher primitivesAyrx2014-03-163-1/+22
| |/ / /