aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove numbers from DSA interfacesAlex Stapleton2014-06-142-123/+1
|
* Merge pull request #1116 from reaperhulk/rsa-numbers-backend-specificAlex Stapleton2014-06-145-265/+314
|\ | | | | Provide Backend Specific RSA Keys
| * refactor rsa encrypt/decrypt for simplicityPaul Kehrer2014-06-121-48/+19
| |
| * do value checks when converting from numbers to keyPaul Kehrer2014-06-122-15/+20
| |
| * inline a single use functionPaul Kehrer2014-06-121-18/+14
| |
| * pkey_size should be privatePaul Kehrer2014-06-121-12/+12
| |
| * simplify test_rsa changesPaul Kehrer2014-06-121-467/+343
| |
| * rsa_cdata creation should immediately be registered for gcPaul Kehrer2014-06-121-8/+7
| |
| * remove an unused methodPaul Kehrer2014-06-121-12/+0
| |
| * modify rsa.RSAPrivateKey to build old style key from numbersPaul Kehrer2014-06-122-19/+13
| |
| * get numbers from loaded keys in numbers testPaul Kehrer2014-06-121-0/+2
| |
| * remove skip in serialization tests until we have a backend that needs itPaul Kehrer2014-06-121-6/+0
| |
| * backend specific RSA*Key implementation for OpenSSLPaul Kehrer2014-06-125-538/+762
| |
* | Merge pull request #1131 from reaperhulk/add-3des-ecbAlex Gaynor2014-06-134-0/+46
|\ \ | | | | | | Add TripleDES ECB
| * | update changelogPaul Kehrer2014-06-131-0/+3
| | |
| * | enable TripleDES ECB in commoncryptoPaul Kehrer2014-06-131-0/+1
| | |
| * | add TripleDES ECB support to OpenSSL backendPaul Kehrer2014-06-132-0/+42
|/ /
* | Merge pull request #1127 from alex/docs-fixPaul Kehrer2014-06-131-0/+16
|\ \ | | | | | | Fixed a reST syntax issue in the docs
| * | Fixed a reST syntax issue in the docsAlex Gaynor2014-06-121-0/+16
|/ /
* | Merge pull request #1126 from nryoung/doc-improvementsAlex Gaynor2014-06-121-3/+4
|\ \ | |/ |/| Add link about installation dependencies
| * Fix other typo and use doc link insteadNic Young2014-06-121-2/+1
| |
| * Fixed typoNic Young2014-06-121-1/+1
| |
| * Add link about installation depdenciesNic Young2014-06-121-3/+5
| |
* | Merge pull request #1125 from reaperhulk/rsa-numbers-with-functionsAlex Stapleton2014-06-121-43/+53
|\ \ | |/ |/| Move some shared logic to functions
| * don't do value checks in the numbersPaul Kehrer2014-06-122-8/+4
| |
| * indent the proper amountPaul Kehrer2014-06-111-6/+6
| |
| * move some shared logic to functionsPaul Kehrer2014-06-112-47/+61
|/
* Merge pull request #1115 from reaperhulk/rsa-numbers-serializationDavid Reid2014-06-112-0/+50
|\ | | | | RSA Keys -> Numbers Interface
| * change to sub-interface ideaPaul Kehrer2014-06-072-49/+49
| |
| * change names of key -> numbers interfacesPaul Kehrer2014-06-072-14/+14
| |
| * Documentation and interfaces for serialization to RSA*Numbers representations.David Reid2014-06-072-0/+50
| |
* | Merge pull request #1122 from alex/typo-fixesgPaul Kehrer2014-06-102-2/+2
|\ \ | | | | | | Fixed a few typos
| * | Fixed a few typosAlex Gaynor2014-06-102-2/+2
|/ /
* | Merge pull request #1120 from alex/pr/1119Paul Kehrer2014-06-091-0/+2
|\ \ | | | | | | Add two new bindings
| * | Fixed up a few issuesAlex Gaynor2014-06-093-4/+1
| | |
| * | modified changelogtimic2014-06-091-0/+2
| | |
| * | Added OPENSSL_config declarationtimic2014-06-091-0/+2
| | |
| * | ignore .idea foldertimic2014-06-091-0/+1
|/ /
* | Merge pull request #1114 from alex/fixed-markupPaul Kehrer2014-06-071-1/+1
|\ \ | | | | | | This is a function, not a method
| * | This is a function, not a methodAlex Gaynor2014-06-071-1/+1
| | |
* | | Merge pull request #1113 from alex/small-cleanupPaul Kehrer2014-06-071-1/+1
|\ \ \ | | | | | | | | Another small cleanup
| * | | Another small cleanupAlex Gaynor2014-06-071-1/+1
| | | |
* | | | Merge pull request #1107 from public/ecdsa-multibackendPaul Kehrer2014-06-074-7/+161
|\ \ \ \ | | | | | | | | | | ECDSA multibackend
| * | | | Add EC to changelogAlex Stapleton2014-06-071-1/+1
| | | | |
| * | | | Multibackend support for ECAlex Stapleton2014-06-073-6/+160
| | |_|/ | |/| |
* | | | Merge pull request #1102 from reaperhulk/rsa-generate-functionAlex Stapleton2014-06-073-15/+59
|\ \ \ \ | |_|_|/ |/| | | add rsa_generate_private_key function to replace RSAPrivateKey.generate
| * | | rename the docs too.Paul Kehrer2014-06-071-2/+2
| | | |
| * | | rename the functionPaul Kehrer2014-06-072-18/+18
| | | |
| * | | add some missing docsPaul Kehrer2014-06-061-3/+18
| | | |
| * | | more coverage...Paul Kehrer2014-06-061-0/+3
| | | |