Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend | David Reid | 2014-06-27 | 10 | -122/+435 |
|\ | | | | | DSA Opaque Keys for OpenSSL | ||||
| * | rename backend method, add some docs | Paul Kehrer | 2014-06-27 | 4 | -6/+22 |
| | | |||||
| * | add generate_private_key to DSAParameters + add a new function to dsa | Paul Kehrer | 2014-06-27 | 8 | -17/+62 |
| | | | | | | | | | | | | | | dsa.generate_private_key(key_size, backend) will allow you to generate a new DSA key and implicitly generate new parameters. This streamlines the common case and will be an avenue to support future backends that don't allow independent generation of DSAParameters (e.g. CommonCrypto) | ||||
| * | move where we gc dsa data, improve dsa key checking | Paul Kehrer | 2014-06-26 | 2 | -23/+29 |
| | | |||||
| * | dsa docs | Paul Kehrer | 2014-06-25 | 1 | -0/+37 |
| | | |||||
| * | DSA opaque OpenSSL | Paul Kehrer | 2014-06-25 | 5 | -110/+319 |
| | | |||||
* | | Merge pull request #1188 from reaperhulk/fix-1167 | Alex Gaynor | 2014-06-27 | 1 | -0/+3 |
|\ \ | | | | | | | add note about enchant dependency for spellcheck in docs | ||||
| * | | add note about enchant dependency for spellcheck in docs | Paul Kehrer | 2014-06-27 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #1186 from alex/line-wrap | Alex Stapleton | 2014-06-26 | 1 | -4/+4 |
|\ \ | | | | | | | Wrap a long line (seriously, why is doc8 not catching these) | ||||
| * | | Wrap a long line (seriously, why is doc8 not catching these) | Alex Gaynor | 2014-06-26 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #1184 from reaperhulk/rsa-read-only-keysize | Alex Gaynor | 2014-06-26 | 1 | -2/+10 |
|\ \ | | | | | | | Make OpenSSL RSA key_size attr read only | ||||
| * | | Make OpenSSL RSA key_size attr read only | Paul Kehrer | 2014-06-25 | 1 | -2/+10 |
| | | | |||||
* | | | Merge pull request #1183 from alex/line-wrap | David Reid | 2014-06-25 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Wrap a long line in the docs, unclear why doc8 didn't catch this | ||||
| * | | | Wrap a long line in the docs, unclear why doc8 didn't catch this | Alex Gaynor | 2014-06-25 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #1182 from kennwhite/patch-1 | Paul Kehrer | 2014-06-25 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | Updating risk assessment to match CERT's language | ||||
| * | | Updating risk assessment to match CERT's language | kennwhite | 2014-06-25 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #1181 from reaperhulk/split-openssl-backend-hash | David Reid | 2014-06-25 | 2 | -51/+71 |
|\ \ | | | | | | | Split OpenSSL backend into separate files (hashes) | ||||
| * | | Split OpenSSL backend into separate files (hashes) | Paul Kehrer | 2014-06-25 | 2 | -51/+71 |
|/ / | |||||
* | | Merge pull request #1180 from alex/short-link | David Reid | 2014-06-25 | 1 | -3/+3 |
|\ \ | | | | | | | Use the short link version for various things | ||||
| * | | Use the short link version for various things | Alex Gaynor | 2014-06-25 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #1173 from Ayrx/ecc-fix | Alex Stapleton | 2014-06-25 | 2 | -10/+16 |
|\ \ \ | |/ / |/| | | Fixed Fedora 20 ECC error | ||||
| * | | Removed unnecessary tests | Ayrx | 2014-06-25 | 1 | -10/+0 |
| | | | |||||
| * | | Fixed AssertionError on missing curves | Ayrx | 2014-06-24 | 3 | -10/+26 |
| | | | |||||
* | | | Merge pull request #1178 from reaperhulk/split-openssl-backend-mac | Alex Gaynor | 2014-06-25 | 3 | -121/+162 |
|\ \ \ | |_|/ |/| | | Split OpenSSL backend into separate files (hmac/cmac) | ||||
| * | | Split OpenSSL backend into separate files (hmac/cmac) | Paul Kehrer | 2014-06-25 | 3 | -121/+162 |
|/ / | |||||
* | | Merge pull request #1177 from reaperhulk/split-openssl-backend-cipher | Alex Gaynor | 2014-06-25 | 2 | -201/+223 |
|\ \ | | | | | | | Split OpenSSL backend into separate files (cipher contexts) | ||||
| * | | rename cipher->ciphers | Paul Kehrer | 2014-06-24 | 2 | -1/+1 |
| | | | |||||
| * | | Split OpenSSL backend into separate files (cipher contexts) | Paul Kehrer | 2014-06-24 | 2 | -201/+223 |
|/ / | |||||
* | | Merge pull request #1176 from reaperhulk/split-openssl-backend-dsa | Alex Gaynor | 2014-06-24 | 2 | -69/+90 |
|\ \ | | | | | | | Split OpenSSL backend into separate files (DSA) | ||||
| * | | Split OpenSSL backend into separate files (DSA) | Paul Kehrer | 2014-06-24 | 2 | -69/+90 |
| | | | |||||
* | | | Merge pull request #1150 from reaperhulk/rsa-doc-update | David Reid | 2014-06-24 | 1 | -258/+227 |
|\ \ \ | | | | | | | | | RSA Deprecation Doc Update | ||||
| * | | | simplify examples per dreid's suggestion | Paul Kehrer | 2014-06-24 | 1 | -39/+1 |
| | | | | |||||
| * | | | add information about why we deprecated the concrete providers | Paul Kehrer | 2014-06-24 | 1 | -0/+5 |
| | | | | |||||
| * | | | RSA doc update for deprecation. Move some examples. | Paul Kehrer | 2014-06-24 | 1 | -258/+260 |
| |/ / | |||||
* | | | Merge pull request #1175 from reaperhulk/dsa-tests-to-numbers | Alex Gaynor | 2014-06-24 | 2 | -276/+339 |
|\ \ \ | | | | | | | | | modify test_dsa to use DSA*Numbers and split fixtures out | ||||
| * | | | modify test_dsa to use DSA*Numbers and split fixtures out | Paul Kehrer | 2014-06-23 | 2 | -276/+339 |
| | | | | |||||
* | | | | Merge pull request #1132 from public/opaque-dsa-interfaces | Paul Kehrer | 2014-06-24 | 2 | -123/+1 |
|\ \ \ \ | |_|/ / |/| | | | Remove numbers from DSA interfaces | ||||
| * | | | Remove numbers from DSA interfaces | Alex Stapleton | 2014-06-14 | 2 | -123/+1 |
| | | | | |||||
* | | | | Merge pull request #1174 from reaperhulk/split-openssl-backend-rsa | Alex Gaynor | 2014-06-24 | 2 | -468/+496 |
|\ \ \ \ | |_|/ / |/| | | | Split OpenSSL backend into separate files (RSA) | ||||
| * | | | Split OpenSSL backend into separate files (RSA) | Paul Kehrer | 2014-06-23 | 2 | -468/+496 |
| | | | | |||||
* | | | | Merge pull request #1168 from reaperhulk/dsa-with-numbers-interfaces | Alex Gaynor | 2014-06-23 | 2 | -0/+78 |
|\ \ \ \ | |/ / / |/| | | | add DSAWithNumbers subinterfaces | ||||
| * | | | add DSAWithNumbers subinterfaces | Paul Kehrer | 2014-06-23 | 2 | -0/+78 |
| | | | | |||||
* | | | | Merge pull request #1172 from reaperhulk/split-openssl-backend-ec | Alex Gaynor | 2014-06-23 | 2 | -152/+179 |
|\ \ \ \ | | | | | | | | | | | Split OpenSSL backend into separate files (EC) | ||||
| * | | | | Split OpenSSL backend into separate files (EC) | Paul Kehrer | 2014-06-23 | 2 | -152/+179 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1163 from reaperhulk/dsa-numbers-classes | Alex Gaynor | 2014-06-23 | 3 | -0/+198 |
|\ \ \ \ | | | | | | | | | | | DSA*Numbers classes | ||||
| * | | | | fix some language | Paul Kehrer | 2014-06-23 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | remove parameter_numbers from DSAPrivateNumbers since it's on public | Paul Kehrer | 2014-06-23 | 3 | -39/+5 |
| | | | | | |||||
| * | | | | DSA*Numbers classes | Paul Kehrer | 2014-06-22 | 3 | -0/+232 |
| | | | | | |||||
* | | | | | Merge pull request #1170 from alex/interface-docs | Paul Kehrer | 2014-06-23 | 1 | -40/+49 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Organize the interface docs a bit better, added subheadings | ||||
| * | | | | Organize the interface docs a bit better, added subheadings | Alex Gaynor | 2014-06-23 | 1 | -40/+49 |
| | | | | |