| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests to test_openssl backend for extra coverage | Ian Cordasco | 2015-07-20 | 1 | -0/+39 |
* | pointer shenanigans | Glyph | 2015-06-26 | 1 | -9/+8 |
* | remove remaining vestiges, make adding twice work | Glyph | 2015-06-26 | 1 | -3/+1 |
* | compare contents and not pointers | Glyph | 2015-06-26 | 1 | -9/+12 |
* | Use SECP256R1 instead of SECT283K1 in CSR tests | Ian Cordasco | 2015-06-24 | 1 | -2/+2 |
* | Skip tests when the EC curve is unsupported | Ian Cordasco | 2015-06-24 | 1 | -0/+2 |
* | Add tests to the CSR Builder for EC and DSA keys | Ian Cordasco | 2015-06-24 | 1 | -1/+24 |
* | Renames sign_509_request to create_x509_csr. | Andre Caron | 2015-06-24 | 1 | -0/+6 |
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -2/+6 |
* | add load_der_x509_csr to support loading DER encoded CSRs | Paul Kehrer | 2015-03-30 | 1 | -0/+6 |
* | rename request to CSR | Paul Kehrer | 2015-03-29 | 1 | -3/+3 |
* | basic support for parsing x509 requests | Paul Kehrer | 2015-03-29 | 1 | -0/+6 |
* | allow zero value bn using _bn_to_int in the openssl backend | Paul Kehrer | 2015-03-25 | 1 | -0/+4 |
* | pep8! *shakes fist at the sky* | Paul Kehrer | 2015-03-14 | 1 | -1/+1 |
* | DER serialization of DSA private keys | Paul Kehrer | 2015-03-14 | 1 | -16/+0 |
* | support RSA DER private key serialization | Paul Kehrer | 2015-03-13 | 1 | -4/+11 |
* | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 1 | -8/+0 |
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 1 | -1/+9 |
* | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 1 | -2/+2 |
* | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 1 | -2/+2 |
* | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 1 | -2/+2 |
* | address review comments | Paul Kehrer | 2015-02-25 | 1 | -7/+5 |
* | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 1 | -2/+27 |
* | Pass the sys.path into the subprocess | Donald Stufft | 2015-02-19 | 1 | -0/+10 |
* | Allow the OpenSSL version string to begin with LibreSSL | Steven McDonald | 2015-02-19 | 1 | -3/+6 |
* | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 1 | -2/+2 |
* | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 2 | -5/+4 |
* | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 2 | -7/+8 |
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -1/+1 |
* | Move around bits of the EC test suite to work around awful PyPy bug | Alex Stapleton | 2015-01-22 | 1 | -13/+13 |
* | add multibackend support for DERSerializationBackend | Paul Kehrer | 2015-01-17 | 1 | -3/+24 |
* | remove fully deprecated items from 0.6 deprecation cycle | Paul Kehrer | 2014-12-18 | 2 | -129/+3 |
* | 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 | 4 | -48/+12 |
* | Make sure algorithm classes fully implement their interface | Alex Gaynor | 2014-10-30 | 2 | -4/+3 |
* | Added attributes that are part of hte interface to several test fakes | Alex Gaynor | 2014-10-27 | 2 | -0/+4 |
* | Merge pull request #1434 from alex/requires-backend-interface | Paul Kehrer | 2014-10-24 | 1 | -1/+2 |
|\ |
|
| * | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -1/+2 |
* | | Changed methods on interface providers to have argument names match the inter... | Alex Gaynor | 2014-10-23 | 1 | -7/+7 |
|/ |
|
* | add load_dsa_parameter_numbers on multibackend | Paul Kehrer | 2014-10-21 | 1 | -0/+9 |
* | Merge pull request #1381 from alex/stop-generating-keys | Paul Kehrer | 2014-10-01 | 1 | -21/+6 |
|\ |
|
| * | Replace key generation with fixture usage in some tests | Alex Gaynor | 2014-10-01 | 1 | -21/+6 |
* | | update multibackend to remove deprecated methods | Paul Kehrer | 2014-10-01 | 1 | -75/+0 |
|/ |
|
* | remove deprecated DSA classes/methods and update tests | Paul Kehrer | 2014-09-30 | 1 | -28/+8 |
* | Remove deprecated RSA methods from backends, update tests | Paul Kehrer | 2014-09-29 | 1 | -58/+9 |
* | Move _ec_key_curve_sn to openssl/ec.py | Alex Stapleton | 2014-09-28 | 1 | -1/+2 |
* | remove duplicate _skip_curve_unsupported | Paul Kehrer | 2014-09-27 | 1 | -9/+1 |
* | fix test coverage on multibackend deprecated methods | Paul Kehrer | 2014-09-27 | 1 | -2/+31 |
* | skip deprecated tests on platforms that don't support ec (old rhel) | Paul Kehrer | 2014-09-27 | 1 | -0/+11 |
* | deprecate backend method names for elliptic curve number loading | Paul Kehrer | 2014-09-27 | 2 | -6/+68 |