Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 1 | -1/+1 | |
| | ||||||
* | address review feedback | Paul Kehrer | 2015-02-27 | 1 | -5/+5 | |
| | ||||||
* | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 1 | -1/+1 | |
| | ||||||
* | address review comments | Paul Kehrer | 2015-02-25 | 1 | -11/+16 | |
| | ||||||
* | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 1 | -2/+59 | |
| | ||||||
* | Merge pull request #1610 from reaperhulk/load-der-keys | Alex Gaynor | 2015-02-23 | 1 | -3/+74 | |
|\ | | | | | DER key loading support for the OpenSSL backend | |||||
| * | free PKCS8_PRIV_KEY_INFO * and reuse membio for der loading | Paul Kehrer | 2015-02-22 | 1 | -8/+11 | |
| | | ||||||
| * | move gc above potential exception | Paul Kehrer | 2015-02-19 | 1 | -2/+2 | |
| | | ||||||
| * | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 1 | -3/+71 | |
| | | ||||||
* | | Merge pull request #1651 from reaperhulk/x509-signature-algorithm | Alex Gaynor | 2015-02-19 | 1 | -8/+21 | |
|\ \ | |/ |/| | X509 certificate signature algorithm support | |||||
| * | refactor obj2txt to be a separate method | Paul Kehrer | 2015-02-14 | 1 | -15/+11 | |
| | | ||||||
| * | address review feedback | Paul Kehrer | 2015-02-14 | 1 | -10/+6 | |
| | | ||||||
| * | implement signature_hash_algorithm instead | Paul Kehrer | 2015-02-14 | 1 | -1/+11 | |
| | | ||||||
| * | add support for signature_algorithm in x509.Certificate | Paul Kehrer | 2015-02-14 | 1 | -0/+11 | |
| | | ||||||
* | | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 3 | -12/+18 | |
| | | ||||||
* | | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 1 | -8/+6 | |
| | | ||||||
* | | Merge pull request #1659 from reaperhulk/move-cipher-interfaces | Alex Stapleton | 2015-02-16 | 1 | -14/+14 | |
|\ \ | | | | | | | Move cipher and mode interfaces | |||||
| * | | export interfaces from base in ciphers, update docs | Paul Kehrer | 2015-02-14 | 1 | -6/+7 | |
| | | | ||||||
| * | | move cipher and mode interfaces | Paul Kehrer | 2015-02-13 | 1 | -14/+13 | |
| | | | ||||||
* | | | Fixed new flake8 warnings from teh latest version | Alex Gaynor | 2015-02-15 | 1 | -7/+8 | |
| |/ |/| | ||||||
* | | Merge pull request #1612 from reaperhulk/x509-dn | Alex Gaynor | 2015-02-14 | 1 | -0/+45 | |
|\ \ | |/ |/| | X509 distinguished name parsing support in the OpenSSL backend | |||||
| * | simplify things based on review feedback | Paul Kehrer | 2015-02-14 | 1 | -0/+1 | |
| | | ||||||
| * | update buffer length for OBJ_obj2txt | Paul Kehrer | 2015-02-13 | 1 | -1/+3 | |
| | | ||||||
| * | refactor x509.Name to use get_attributes_by_oid | Paul Kehrer | 2015-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | X509 distinguished name parsing support in the OpenSSL backend | Paul Kehrer | 2015-02-12 | 1 | -0/+42 | |
| | | ||||||
* | | move hash interfaces | Paul Kehrer | 2015-02-13 | 2 | -4/+4 | |
|/ | ||||||
* | move EC interfaces | Paul Kehrer | 2015-02-12 | 1 | -2/+2 | |
| | ||||||
* | Move around bits of the EC test suite to work around awful PyPy bug | Alex Stapleton | 2015-01-22 | 1 | -5/+7 | |
| | ||||||
* | remove fully deprecated items from 0.6 deprecation cycle | Paul Kehrer | 2014-12-18 | 1 | -43/+2 | |
| | ||||||
* | Merge pull request #1538 from reaperhulk/named-curve | Alex Gaynor | 2014-12-17 | 1 | -0/+14 | |
|\ | | | | | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instances | |||||
| * | british english? never heard of it. | Paul Kehrer | 2014-12-17 | 1 | -2/+2 | |
| | | ||||||
| * | mark named curve inside EC key classes | Paul Kehrer | 2014-12-17 | 2 | -19/+14 | |
| | | ||||||
| * | _backend is not a property on a backend | Paul Kehrer | 2014-12-17 | 1 | -2/+1 | |
| | | ||||||
| * | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instances | Alex Stapleton | 2014-12-17 | 2 | -0/+20 | |
| | | | | | | | | | | This means any X.509 certs generated from our keys will be encoded along with the curve OID so that we can still load them afterwards. | |||||
* | | move the NID_undef check for EC named curve | Paul Kehrer | 2014-12-17 | 2 | -20/+7 | |
|/ | ||||||
* | add parsed_version attribute to InvalidVersion | Paul Kehrer | 2014-12-15 | 1 | -1/+1 | |
| | ||||||
* | update error msg text based on feedback | Paul Kehrer | 2014-12-15 | 1 | -1/+1 | |
| | ||||||
* | revert asn1 time parsing to avoid locale problems | Paul Kehrer | 2014-12-15 | 1 | -5/+14 | |
| | ||||||
* | rename X509 classes to remove X509 and improve some tests | Paul Kehrer | 2014-12-15 | 2 | -8/+8 | |
| | ||||||
* | sigh | Paul Kehrer | 2014-12-15 | 1 | -1/+1 | |
| | ||||||
* | raise error on unnamed EC curve certificates when calling public_key | Paul Kehrer | 2014-12-15 | 1 | -0/+20 | |
| | | | | ...for now | |||||
* | try using ASN1_TIME_print to get ASN1_TIME data | Paul Kehrer | 2014-12-15 | 1 | -14/+5 | |
| | ||||||
* | simplify serial conversion | Paul Kehrer | 2014-12-15 | 1 | -3/+2 | |
| | ||||||
* | reorganize a bunch of things related to the x509certificate interface | Paul Kehrer | 2014-12-15 | 1 | -2/+2 | |
| | ||||||
* | move mem_bio creation/reading to backend | Paul Kehrer | 2014-12-15 | 2 | -18/+24 | |
| | ||||||
* | change it to not_valid_* why not | Paul Kehrer | 2014-12-15 | 1 | -2/+2 | |
| | ||||||
* | py3 fixes | Paul Kehrer | 2014-12-15 | 1 | -1/+1 | |
| | ||||||
* | address review feedback | Paul Kehrer | 2014-12-15 | 1 | -3/+2 | |
| | ||||||
* | improve x509 load error handling | Paul Kehrer | 2014-12-15 | 1 | -2/+8 | |
| | ||||||
* | update docs, test invalid x509 version | Paul Kehrer | 2014-12-15 | 1 | -1/+4 | |
| |