Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1179 from reaperhulk/dsa-numbers-opaque-backend | David Reid | 2014-06-27 | 5 | -68/+268 |
|\ | | | | | DSA Opaque Keys for OpenSSL | ||||
| * | rename backend method, add some docs | Paul Kehrer | 2014-06-27 | 3 | -6/+6 |
| | | |||||
| * | add generate_private_key to DSAParameters + add a new function to dsa | Paul Kehrer | 2014-06-27 | 5 | -3/+20 |
| | | | | | | | | | | | | | | 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 opaque OpenSSL | Paul Kehrer | 2014-06-25 | 3 | -56/+233 |
| | | |||||
* | | Make OpenSSL RSA key_size attr read only | Paul Kehrer | 2014-06-25 | 1 | -2/+10 |
| | | |||||
* | | Split OpenSSL backend into separate files (hashes) | Paul Kehrer | 2014-06-25 | 2 | -51/+71 |
| | | |||||
* | | Merge pull request #1173 from Ayrx/ecc-fix | Alex Stapleton | 2014-06-25 | 1 | -9/+15 |
|\ \ | | | | | | | Fixed Fedora 20 ECC error | ||||
| * | | Fixed AssertionError on missing curves | Ayrx | 2014-06-24 | 1 | -9/+15 |
| | | | |||||
* | | | Split OpenSSL backend into separate files (hmac/cmac) | Paul Kehrer | 2014-06-25 | 3 | -121/+162 |
| |/ |/| | |||||
* | | 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 #1132 from public/opaque-dsa-interfaces | Paul Kehrer | 2014-06-24 | 1 | -61/+1 |
|\ \ \ | |/ / |/| | | Remove numbers from DSA interfaces | ||||
| * | | Remove numbers from DSA interfaces | Alex Stapleton | 2014-06-14 | 1 | -61/+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 | 1 | -0/+27 |
|\ \ \ \ | |/ / / |/| | | | add DSAWithNumbers subinterfaces | ||||
| * | | | add DSAWithNumbers subinterfaces | Paul Kehrer | 2014-06-23 | 1 | -0/+27 |
| | | | | |||||
* | | | | 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 | 1 | -0/+71 |
|\ \ \ \ | |/ / / |/| | | | DSA*Numbers classes | ||||
| * | | | fix some language | Paul Kehrer | 2014-06-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | remove parameter_numbers from DSAPrivateNumbers since it's on public | Paul Kehrer | 2014-06-23 | 1 | -11/+1 |
| | | | | |||||
| * | | | DSA*Numbers classes | Paul Kehrer | 2014-06-22 | 1 | -0/+81 |
| | | | | |||||
* | | | | Merge pull request #1152 from public/fedora20-ec-fix | Paul Kehrer | 2014-06-23 | 2 | -27/+42 |
|\ \ \ \ | |_|/ / |/| | | | Fix EC issue on Fedora 20 | ||||
| * | | | Check the error code properly | Alex Stapleton | 2014-06-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | Change branches for better coverage | Alex Stapleton | 2014-06-21 | 1 | -2/+5 |
| | | | | |||||
| * | | | Fix EC issue on Fedora 20 | Alex Stapleton | 2014-06-20 | 2 | -27/+39 |
| | | | | |||||
* | | | | Merge pull request #1164 from reaperhulk/dsa-numbers-loading | Alex Stapleton | 2014-06-23 | 1 | -0/+18 |
|\ \ \ \ | | | | | | | | | | | add new DSABackend interface methods for loading numbers | ||||
| * | | | | add new DSABackend interface methods for loading numbers | Paul Kehrer | 2014-06-22 | 1 | -0/+18 |
| | |/ / | |/| | | |||||
* | | | | Fix dsa.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -5/+5 |
| | | | | |||||
* | | | | Fix dh.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -4/+4 |
| | | | | |||||
* | | | | Fix common_cryptor.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix err.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix nid.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix cms.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -2/+2 |
| | | | | |||||
* | | | | Make the evp.py comment a full sentence | Laurens Van Houtven | 2014-06-23 | 1 | -1/+2 |
| | | | | |||||
* | | | | Fix evp.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix aes.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix x509.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix rsa.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix ssl.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -3/+3 |
| | | | | |||||
* | | | | Fix x509_vfy.py comment style | Laurens Van Houtven | 2014-06-23 | 1 | -15/+16 |
| | | | | |||||
* | | | | Merge pull request #1155 from reaperhulk/fix-1111 | David Reid | 2014-06-22 | 2 | -8/+6 |
|\ \ \ \ | | | | | | | | | | | modify RSA numbers loading to match elliptic curve | ||||
| * | | | | modify RSA numbers loading to match elliptic curve | Paul Kehrer | 2014-06-20 | 2 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | fixes #1111 | ||||
* | | | | | these are abstract methods | Paul Kehrer | 2014-06-22 | 1 | -0/+2 |
| |/ / / |/| | | | |||||
* | | | | a few fixes,, remove unneeded conditional on binding | Paul Kehrer | 2014-06-21 | 1 | -13/+3 |
| | | | | |||||
* | | | | Add many (all?) X509_STORE_CTX methods | Laurens Van Houtven | 2014-06-21 | 1 | -0/+31 |
| | | | |