Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add X509Backend support to multibackend | Paul Kehrer | 2014-11-26 | 1 | -1/+22 |
| | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -12/+3 |
| | | | | Fixes #1209 | ||||
* | Changed methods on interface providers to have argument names match the ↵ | Alex Gaynor | 2014-10-23 | 1 | -7/+7 |
| | | | | | | interface. This is important because it means passing things as keyword arguments will work consistently | ||||
* | add load_dsa_parameter_numbers on multibackend | Paul Kehrer | 2014-10-21 | 1 | -0/+9 |
| | |||||
* | update multibackend to remove deprecated methods | Paul Kehrer | 2014-10-01 | 1 | -75/+0 |
| | |||||
* | fix test coverage on multibackend deprecated methods | Paul Kehrer | 2014-09-27 | 1 | -2/+31 |
| | |||||
* | deprecate backend method names for elliptic curve number loading | Paul Kehrer | 2014-09-27 | 1 | -5/+31 |
| | | | | fixes #1270 | ||||
* | Corrected tests | michael-hart | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Corrected tests | michael-hart | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Added all changes lost in merge reset | michael-hart | 2014-09-26 | 1 | -0/+6 |
| | |||||
* | multibacken for docs | Alex Gaynor | 2014-09-08 | 1 | -1/+17 |
| | |||||
* | add missing DSABackend numbers loading methods to Multibackend | Paul Kehrer | 2014-07-18 | 1 | -0/+18 |
| | |||||
* | add TraditionalOpenSSLSerializationBackend to MultiBackend | Paul Kehrer | 2014-07-09 | 1 | -1/+17 |
| | |||||
* | change some nomenclature | Paul Kehrer | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | add PKCS8SerializationBackend support to MultiBackend | Paul Kehrer | 2014-07-07 | 1 | -1/+16 |
| | |||||
* | add multibackend support for new DSABackend method | Paul Kehrer | 2014-06-27 | 1 | -0/+9 |
| | |||||
* | Multibackend support for EC | Alex Stapleton | 2014-06-07 | 1 | -3/+104 |
| | |||||
* | pep8 | David Reid | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Split load_rsa_numbers into load_rsa_private_numbers and ↵ | David Reid | 2014-06-03 | 1 | -3/+13 |
| | | | | load_rsa_public_numbers. | ||||
* | Remove trailing whitespace | David Reid | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Semantic conflict resolution anyone? | David Reid | 2014-06-03 | 1 | -1/+2 |
| | |||||
* | Add load_rsa_numbers support to MultiBackend. | David Reid | 2014-06-03 | 1 | -1/+10 |
| | |||||
* | add generate_rsa_parameters_supported to RSABackend | Paul Kehrer | 2014-05-25 | 1 | -0/+10 |
| | |||||
* | add rsa_padding_supported interface to RSABackend and OpenSSL backend | Paul Kehrer | 2014-05-24 | 1 | -0/+10 |
| | |||||
* | Multibackend now supports all of RSABackend | Paul Kehrer | 2014-05-09 | 1 | -0/+30 |
| | | | | Also convert some examples to doctest | ||||
* | cover some missing lines in dsa multibackend | Paul Kehrer | 2014-05-02 | 1 | -0/+5 |
| | |||||
* | expand DSA multibackend support | Paul Kehrer | 2014-05-02 | 1 | -0/+34 |
| | |||||
* | Added _REASON | Ayrx | 2014-04-22 | 1 | -4/+2 |
| | |||||
* | Added tests for multibackend | Ayrx | 2014-04-22 | 1 | -3/+33 |
| | |||||
* | Add docs for DSA parameters and key generation | Mohammed Attia | 2014-04-04 | 1 | -5/+3 |
| | |||||
* | Add DSABackend | Mohammed Attia | 2014-04-04 | 1 | -1/+34 |
| | |||||
* | fix pep8 errors | Alex Stapleton | 2014-04-01 | 1 | -2/+0 |
| | |||||
* | Add _Reasons.UNSUPPORTED_PUBLIC_KEY_ALGORITHM | Alex Stapleton | 2014-04-01 | 1 | -3/+9 |
| | |||||
* | Update tests and raise sites | Alex Stapleton | 2014-03-27 | 1 | -11/+15 |
| | |||||
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -13/+11 |
| | |||||
* | import order fixes for future automated checking | Paul Kehrer | 2014-03-19 | 1 | -1/+1 |
| | |||||
* | Added future imports and licenses that are missing | Alex Gaynor | 2014-03-08 | 1 | -0/+2 |
| | |||||
* | Convert stuff | Alex Gaynor | 2014-03-06 | 1 | -11/+13 |
| | |||||
* | more PKCS1->PKCS1v15 | Paul Kehrer | 2014-02-25 | 1 | -3/+3 |
| | |||||
* | add RSA verification support | Paul Kehrer | 2014-02-25 | 1 | -0/+11 |
| | |||||
* | update multibackend with new PKCS1v15 class name | Paul Kehrer | 2014-02-24 | 1 | -2/+2 |
| | |||||
* | add basic multibackend so we can do signatures using default_backend | Paul Kehrer | 2014-02-23 | 1 | -0/+11 |
| | |||||
* | flake8 fix | Alex Gaynor | 2014-02-12 | 1 | -0/+1 |
| | |||||
* | Added RSABackend to MultiBackend | Alex Gaynor | 2014-02-12 | 1 | -3/+21 |
| | |||||
* | Rename and document | Alex Gaynor | 2014-02-03 | 1 | -6/+6 |
| | |||||
* | pep8 fixes | Alex Gaynor | 2014-01-31 | 1 | -1/+0 |
| | |||||
* | Fix | Alex Gaynor | 2014-01-30 | 1 | -1/+9 |
| | |||||
* | More direct tests | Alex Gaynor | 2014-01-30 | 1 | -1/+49 |
| | |||||
* | Direct tests for the hash support | Alex Gaynor | 2014-01-30 | 1 | -0/+25 |
| |