Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | simplify things based on review feedback | Paul Kehrer | 2015-02-14 | 2 | -1/+2 | |
| | | ||||||
| * | update buffer length for OBJ_obj2txt | Paul Kehrer | 2015-02-13 | 1 | -1/+3 | |
| | | ||||||
| * | make x509.Name iterable and address other review feedback | Paul Kehrer | 2015-02-13 | 1 | -5/+7 | |
| | | ||||||
| * | refactor x509.Name to use get_attributes_by_oid | Paul Kehrer | 2015-02-12 | 2 | -62/+2 | |
| | | ||||||
| * | X509 distinguished name parsing support in the OpenSSL backend | Paul Kehrer | 2015-02-12 | 2 | -0/+135 | |
| | | ||||||
* | | move hash interfaces | Paul Kehrer | 2015-02-13 | 8 | -73/+99 | |
|/ | ||||||
* | Merge pull request #1656 from reaperhulk/nameattribute-repr | Donald Stufft | 2015-02-12 | 1 | -0/+6 | |
|\ | | | | | add repr for x509.NameAttribute | |||||
| * | add repr for x509.NameAttribute | Paul Kehrer | 2015-02-12 | 1 | -0/+6 | |
| | | ||||||
* | | remove unused X509 certificate interface | Paul Kehrer | 2015-02-12 | 1 | -39/+0 | |
|/ | | | | | | We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used. | |||||
* | move EC interfaces | Paul Kehrer | 2015-02-12 | 5 | -125/+167 | |
| | ||||||
* | add descriptions to each OID constant, update object to instance | Paul Kehrer | 2015-02-05 | 1 | -1/+3 | |
| | ||||||
* | rename ObjectIdentifier.value to dotted_string | Paul Kehrer | 2015-02-04 | 1 | -5/+6 | |
| | ||||||
* | UnknownNameAttribute is not needed now | Paul Kehrer | 2015-02-04 | 1 | -4/+0 | |
| | ||||||
* | rename Attribute to NameAttribute and remove name from OID | Paul Kehrer | 2015-02-02 | 1 | -26/+40 | |
| | ||||||
* | add attribute and objectidentifier classes for x509 name | Paul Kehrer | 2015-01-29 | 1 | -0/+73 | |
| | ||||||
* | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 2 | -63/+104 | |
| | ||||||
* | Move around bits of the EC test suite to work around awful PyPy bug | Alex Stapleton | 2015-01-22 | 1 | -5/+7 | |
| | ||||||
* | Move DSA* interfaces to interfaces.dsa module | Alex Stapleton | 2015-01-22 | 4 | -103/+152 | |
| | ||||||
* | move attempts to a constant and add a comment about it | Paul Kehrer | 2015-01-18 | 1 | -1/+7 | |
| | ||||||
* | various improvements to rsa_recover_prime_factors per review feedback | Paul Kehrer | 2015-01-18 | 1 | -4/+4 | |
| | ||||||
* | recover (p, q) given (n, e, d). fixes #975 | Paul Kehrer | 2015-01-18 | 1 | -0/+45 | |
| | ||||||
* | add multibackend support for DERSerializationBackend | Paul Kehrer | 2015-01-17 | 1 | -3/+22 | |
| | ||||||
* | Merge pull request #1608 from reaperhulk/der-backend-interfaces | Alex Gaynor | 2015-01-17 | 1 | -0/+16 | |
|\ | | | | | add DER backend interfaces | |||||
| * | fix spelling error | Paul Kehrer | 2015-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | add DER backend interfaces | Paul Kehrer | 2015-01-04 | 1 | -0/+16 | |
| | | ||||||
* | | Merge pull request #1605 from greghaynes/feature/split-out-interfaces-asymmetric | Paul Kehrer | 2015-01-17 | 4 | -162/+206 | |
|\ \ | | | | | | | Split out asymmetric key interfaces | |||||
| * | | Only split out ec and dsa | Gregory Haynes | 2015-01-03 | 2 | -84/+67 | |
| | | | | | | | | | | | | RSA is being mvoed out of the interfaces namespace in PR #1592. | |||||
| * | | Split out asymmetric key interfaces | Gregory Haynes | 2015-01-02 | 5 | -229/+290 | |
| | | | | | | | | | | | | Splitting out RSA, DSA, and EllipticalCurve interfaces as part of #1495. | |||||
* | | | Add support for querying the negotiated TLS/SSL version. | Richard J. Moore | 2015-01-11 | 1 | -0/+1 | |
| | | | ||||||
* | | | Line length and typo | Alex Gaynor | 2015-01-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | Added a comment | Alex Gaynor | 2015-01-08 | 1 | -0/+5 | |
| | | | ||||||
* | | | Fixed #1614 -- don't cause warnings with the latest setuptools | Alex Gaynor | 2015-01-08 | 1 | -2/+2 | |
| | | | ||||||
* | | | add some new bindings for using the PKCS8_PRIV_KEY_INFO struct | Paul Kehrer | 2015-01-05 | 2 | -0/+7 | |
| |/ |/| | ||||||
* | | Merge pull request #1600 from alex/deprecated | Alex Stapleton | 2015-01-03 | 1 | -4/+37 | |
|\ \ | |/ |/| | Added a utility for deprecating a module attribute | |||||
| * | flake8 | Alex Gaynor | 2015-01-01 | 1 | -1/+0 | |
| | | ||||||
| * | Added a utility for deprecating a module attribute | Alex Gaynor | 2015-01-01 | 1 | -4/+38 | |
| | | ||||||
* | | Merge pull request #1602 from reaperhulk/dn-nids | Alex Gaynor | 2015-01-01 | 1 | -0/+5 | |
|\ \ | |/ |/| | add NIDs for x509 name parsing | |||||
| * | add NIDs for x509 name parsing | Paul Kehrer | 2015-01-01 | 1 | -0/+5 | |
| | | ||||||
* | | Merge pull request #1595 from ↵ | Paul Kehrer | 2015-01-01 | 2 | -66/+89 | |
|\ \ | | | | | | | | | | | | | greghaynes/feature/split-out-primitives-interfaces-ciphers Start splitting out interfaces with ciphers | |||||
| * | | Style fixes for interfaces imports | Gregory Haynes | 2014-12-31 | 1 | -6/+3 | |
| | | | ||||||
| * | | Fix import ordering in interfaces | Gregory Haynes | 2014-12-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | Move ModeAuthenticationWithTag into ciphers | Gregory Haynes | 2014-12-30 | 2 | -9/+11 | |
| | | | | | | | | | | | | This class should be broken out into the ciphers module as well. | |||||
| * | | Start splitting out interfaces with ciphers | Gregory Haynes | 2014-12-30 | 2 | -58/+82 | |
| |/ | | | | | | | | | | | | | The interfaces module is getting unwieldy so starting to split this out. Beginning by creating a ciphers module. This starts implementing issue #1495 | |||||
* / | Update copyright for 2015 | Alex Stapleton | 2014-12-31 | 1 | -1/+1 | |
|/ | ||||||
* | Revert "Fixed #1494 -- switch which define we look for for SSLv3 disabled. ↵ | Paul Kehrer | 2014-12-28 | 1 | -5/+5 | |
| | | | | | | We're now using the same one as CPython." This reverts commit facea9a7861ac1ecc7948474766cae0f842b3469. | |||||
* | Added test cases for NIST P-384 and 521. Fixed handling of key sizes which ↵ | Alex Gaynor | 2014-12-25 | 1 | -5/+7 | |
| | | | | aren't divisibly by 8 | |||||
* | Merge branch 'master' into openssh-elliptic-curve | Alex Gaynor | 2014-12-24 | 1 | -8/+2 | |
|\ | ||||||
| * | Removed some deprecated code | Alex Gaynor | 2014-12-24 | 1 | -8/+2 | |
| | | ||||||
* | | Improved docstring | Alex Gaynor | 2014-12-24 | 1 | -1/+5 | |
| | | ||||||
* | | THese are bytes for py3k | Alex Gaynor | 2014-12-24 | 1 | -3/+3 | |
| | |