Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | | | | ||||||
* | | | | Add STACK_OF(X509_CRL) | Laurens Van Houtven | 2014-06-21 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Merge pull request #1159 from reaperhulk/deprecate-mgf1 | Alex Gaynor | 2014-06-21 | 1 | -3/+12 | |
|\ \ \ \ | | | | | | | | | | | deprecate mgf1_hash_supported | |||||
| * | | | | deprecate mgf1_hash_supported. fixes #1133 | Paul Kehrer | 2014-06-20 | 1 | -3/+12 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1153 from reaperhulk/add-missing-interface-methods | Alex Stapleton | 2014-06-21 | 1 | -0/+12 | |
|\ \ \ \ | |/ / / |/| | | | add missing interface methods on ABCs | |||||
| * | | | add missing interface methods on ABCs | Paul Kehrer | 2014-06-19 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | These methods are present in the docs but not the actual interfaces. | |||||
* | | | | Comment style consistency | Laurens Van Houtven | 2014-06-20 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Move X509_STORE functions to x509_vfy.py | Laurens Van Houtven | 2014-06-20 | 2 | -7/+9 | |
| | | | | ||||||
* | | | | Move X509_STORE_CTX out of ssl.py | Laurens Van Houtven | 2014-06-20 | 2 | -11/+10 | |
| | | | | | | | | | | | | | | | | Refs #1140. | |||||
* | | | | Whitespace fix | Laurens Van Houtven | 2014-06-20 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Move verification errors into x509_vfy | Laurens Van Houtven | 2014-06-20 | 2 | -124/+126 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs #1140. Cc @ayrx: it may be a good idea to test this since it touches the special constant that was secretly added to Fedora 20's OpenSSL 1.0.1e. |