Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | remove an unused method | Paul Kehrer | 2014-06-12 | 1 | -12/+0 | |
| | | | ||||||
| * | | modify rsa.RSAPrivateKey to build old style key from numbers | Paul Kehrer | 2014-06-12 | 2 | -19/+13 | |
| | | | ||||||
| * | | get numbers from loaded keys in numbers test | Paul Kehrer | 2014-06-12 | 1 | -0/+2 | |
| | | | ||||||
| * | | remove skip in serialization tests until we have a backend that needs it | Paul Kehrer | 2014-06-12 | 1 | -6/+0 | |
| | | | ||||||
| * | | backend specific RSA*Key implementation for OpenSSL | Paul Kehrer | 2014-06-12 | 5 | -538/+762 | |
| | | | ||||||
* | | | Merge pull request #1131 from reaperhulk/add-3des-ecb | Alex Gaynor | 2014-06-13 | 4 | -0/+46 | |
|\ \ \ | |_|/ |/| | | Add TripleDES ECB | |||||
| * | | update changelog | Paul Kehrer | 2014-06-13 | 1 | -0/+3 | |
| | | | ||||||
| * | | enable TripleDES ECB in commoncrypto | Paul Kehrer | 2014-06-13 | 1 | -0/+1 | |
| | | | ||||||
| * | | add TripleDES ECB support to OpenSSL backend | Paul Kehrer | 2014-06-13 | 2 | -0/+42 | |
|/ / | ||||||
* | | Merge pull request #1127 from alex/docs-fix | Paul Kehrer | 2014-06-13 | 1 | -0/+16 | |
|\ \ | | | | | | | Fixed a reST syntax issue in the docs | |||||
| * | | Fixed a reST syntax issue in the docs | Alex Gaynor | 2014-06-12 | 1 | -0/+16 | |
|/ / | ||||||
* | | Merge pull request #1126 from nryoung/doc-improvements | Alex Gaynor | 2014-06-12 | 1 | -3/+4 | |
|\ \ | |/ |/| | Add link about installation dependencies | |||||
| * | Fix other typo and use doc link instead | Nic Young | 2014-06-12 | 1 | -2/+1 | |
| | | ||||||
| * | Fixed typo | Nic Young | 2014-06-12 | 1 | -1/+1 | |
| | | ||||||
| * | Add link about installation depdencies | Nic Young | 2014-06-12 | 1 | -3/+5 | |
| | | ||||||
* | | Merge pull request #1125 from reaperhulk/rsa-numbers-with-functions | Alex Stapleton | 2014-06-12 | 1 | -43/+53 | |
|\ \ | |/ |/| | Move some shared logic to functions | |||||
| * | don't do value checks in the numbers | Paul Kehrer | 2014-06-12 | 2 | -8/+4 | |
| | | ||||||
| * | indent the proper amount | Paul Kehrer | 2014-06-11 | 1 | -6/+6 | |
| | | ||||||
| * | move some shared logic to functions | Paul Kehrer | 2014-06-11 | 2 | -47/+61 | |
|/ | ||||||
* | Merge pull request #1115 from reaperhulk/rsa-numbers-serialization | David Reid | 2014-06-11 | 2 | -0/+50 | |
|\ | | | | | RSA Keys -> Numbers Interface | |||||
| * | change to sub-interface idea | Paul Kehrer | 2014-06-07 | 2 | -49/+49 | |
| | | ||||||
| * | change names of key -> numbers interfaces | Paul Kehrer | 2014-06-07 | 2 | -14/+14 | |
| | | ||||||
| * | Documentation and interfaces for serialization to RSA*Numbers representations. | David Reid | 2014-06-07 | 2 | -0/+50 | |
| | | ||||||
* | | Merge pull request #1122 from alex/typo-fixesg | Paul Kehrer | 2014-06-10 | 2 | -2/+2 | |
|\ \ | | | | | | | Fixed a few typos | |||||
| * | | Fixed a few typos | Alex Gaynor | 2014-06-10 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #1120 from alex/pr/1119 | Paul Kehrer | 2014-06-09 | 1 | -0/+2 | |
|\ \ | | | | | | | Add two new bindings | |||||
| * | | Fixed up a few issues | Alex Gaynor | 2014-06-09 | 3 | -4/+1 | |
| | | | ||||||
| * | | modified changelog | timic | 2014-06-09 | 1 | -0/+2 | |
| | | | ||||||
| * | | Added OPENSSL_config declaration | timic | 2014-06-09 | 1 | -0/+2 | |
| | | | ||||||
| * | | ignore .idea folder | timic | 2014-06-09 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #1114 from alex/fixed-markup | Paul Kehrer | 2014-06-07 | 1 | -1/+1 | |
|\ \ | | | | | | | This is a function, not a method | |||||
| * | | This is a function, not a method | Alex Gaynor | 2014-06-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #1113 from alex/small-cleanup | Paul Kehrer | 2014-06-07 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Another small cleanup | |||||
| * | | | Another small cleanup | Alex Gaynor | 2014-06-07 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1107 from public/ecdsa-multibackend | Paul Kehrer | 2014-06-07 | 4 | -7/+161 | |
|\ \ \ \ | | | | | | | | | | | ECDSA multibackend | |||||
| * | | | | Add EC to changelog | Alex Stapleton | 2014-06-07 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Multibackend support for EC | Alex Stapleton | 2014-06-07 | 3 | -6/+160 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #1102 from reaperhulk/rsa-generate-function | Alex Stapleton | 2014-06-07 | 3 | -15/+59 | |
|\ \ \ \ | |_|_|/ |/| | | | add rsa_generate_private_key function to replace RSAPrivateKey.generate | |||||
| * | | | rename the docs too. | Paul Kehrer | 2014-06-07 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | rename the function | Paul Kehrer | 2014-06-07 | 2 | -18/+18 | |
| | | | | ||||||
| * | | | add some missing docs | Paul Kehrer | 2014-06-06 | 1 | -3/+18 | |
| | | | | ||||||
| * | | | more coverage... | Paul Kehrer | 2014-06-06 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | fix coverage | Paul Kehrer | 2014-06-06 | 1 | -0/+6 | |
| | | | | ||||||
| * | | | add rsa_generate_private_key function to replace RSAPrivateKey.generate | Paul Kehrer | 2014-06-06 | 3 | -18/+38 | |
| | | | | | | | | | | | | | | | | refs #1026. #1101 is dependent on this | |||||
* | | | | Merge pull request #1112 from public/fix-docs | Alex Gaynor | 2014-06-07 | 1 | -1/+1 | |
|\ \ \ \ | |_|_|/ |/| | | | Fix syntax error in docs | |||||
| * | | | Fix syntax error in docs | Alex Stapleton | 2014-06-07 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1108 from alex/simplify-code | Alex Stapleton | 2014-06-07 | 1 | -4/+1 | |
|\ \ \ | |/ / |/| | | Simplified code | |||||
| * | | Simplified code | Alex Gaynor | 2014-06-07 | 1 | -4/+1 | |
|/ / | ||||||
* | | Merge pull request #1090 from public/numberless-ecdsa-backend | Paul Kehrer | 2014-06-07 | 10 | -57/+1045 | |
|\ \ | | | | | | | Numberless ECDSA backend | |||||
| * | | ECDSA backend | Alex Stapleton | 2014-06-07 | 10 | -57/+1045 | |
|/ / |