Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document that we moved the DSA interfaces | Paul Kehrer | 2015-02-12 | 1 | -0/+6 |
| | |||||
* | Merge pull request #1650 from alex/x509-cov | Paul Kehrer | 2015-02-10 | 1 | -0/+4 |
|\ | | | | | Added test coverage for missing branch. | ||||
| * | Added test coverage for missing branch. | Alex Gaynor | 2015-02-10 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1645 from reaperhulk/x509-attrs | Alex Gaynor | 2015-02-10 | 4 | -0/+252 |
|\ | | | | | add attribute and objectidentifier classes for x509 name | ||||
| * | note that the OIDs listed are typically seen in x.509 names | Paul Kehrer | 2015-02-07 | 1 | -17/+29 |
| | | |||||
| * | more x509 oid doc updates | Paul Kehrer | 2015-02-07 | 1 | -4/+12 |
| | | |||||
| * | whoops | Paul Kehrer | 2015-02-06 | 1 | -16/+16 |
| | | |||||
| * | more doc fixes | Paul Kehrer | 2015-02-06 | 2 | -18/+18 |
| | | |||||
| * | add descriptions to each OID constant, update object to instance | Paul Kehrer | 2015-02-05 | 2 | -1/+33 |
| | | |||||
| * | rename ObjectIdentifier.value to dotted_string | Paul Kehrer | 2015-02-04 | 2 | -6/+7 |
| | | |||||
| * | fix some formatting in the docs | Paul Kehrer | 2015-02-04 | 1 | -2/+2 |
| | | |||||
| * | UnknownNameAttribute is not needed now | Paul Kehrer | 2015-02-04 | 2 | -10/+0 |
| | | |||||
| * | rename Attribute to NameAttribute and remove name from OID | Paul Kehrer | 2015-02-02 | 3 | -59/+68 |
| | | |||||
| * | add some prose trying to explain Attribute and ObjectIdentifier | Paul Kehrer | 2015-01-30 | 1 | -0/+5 |
| | | |||||
| * | update docs | Paul Kehrer | 2015-01-30 | 2 | -1/+5 |
| | | |||||
| * | add attribute and objectidentifier classes for x509 name | Paul Kehrer | 2015-01-29 | 3 | -0/+191 |
| | | |||||
* | | Merge pull request #1642 from alex/not-all-pems | Paul Kehrer | 2015-01-27 | 1 | -0/+8 |
|\ \ | | | | | | | Have the pem public/private key loading docs point to x.509 | ||||
| * | | Have the pem public/private key loading docs point to x.509 | Alex Gaynor | 2015-01-27 | 1 | -0/+8 |
|/ / | |||||
* | | Merge pull request #1641 from alex/public-key-example | Paul Kehrer | 2015-01-27 | 1 | -0/+15 |
|\ \ | |/ |/| | Include an example of loading a public key | ||||
| * | Include an example of loading a public key | Alex Gaynor | 2015-01-27 | 1 | -0/+15 |
|/ | |||||
* | Merge pull request #1592 from public/move-rsa-interfaces | Paul Kehrer | 2015-01-24 | 8 | -203/+260 |
|\ | | | | | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | ||||
| * | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 8 | -203/+260 |
|/ | |||||
* | Merge pull request #1634 from public/deprecate-dsa | Paul Kehrer | 2015-01-23 | 10 | -294/+352 |
|\ | | | | | Move DSA* interfaces to interfaces.dsa module | ||||
| * | Move around bits of the EC test suite to work around awful PyPy bug | Alex Stapleton | 2015-01-22 | 2 | -18/+20 |
| | | |||||
| * | Move DSA* interfaces to interfaces.dsa module | Alex Stapleton | 2015-01-22 | 8 | -276/+332 |
| | | |||||
* | | Merge pull request #1638 from reaperhulk/102-final-doc | Alex Gaynor | 2015-01-22 | 1 | -1/+1 |
|\ \ | |/ |/| | we now test against 1.0.2 final | ||||
| * | we now test against 1.0.2 final | Paul Kehrer | 2015-01-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1633 from reaperhulk/fix-975 | Alex Gaynor | 2015-01-18 | 4 | -0/+94 |
|\ | | | | | recover (p, q) given (n, e, d) | ||||
| * | doc update | Paul Kehrer | 2015-01-18 | 1 | -2/+2 |
| | | |||||
| * | 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 | 3 | -16/+9 |
| | | |||||
| * | recover (p, q) given (n, e, d). fixes #975 | Paul Kehrer | 2015-01-18 | 4 | -0/+95 |
|/ | |||||
* | Merge pull request #1632 from reaperhulk/add-new-x509-certs | Alex Gaynor | 2015-01-18 | 4 | -0/+88 |
|\ | | | | | add two custom certificates for x509 name parsing tests | ||||
| * | add utf8 certificate | Paul Kehrer | 2015-01-17 | 2 | -0/+21 |
| | | |||||
| * | wrap a thing | Paul Kehrer | 2015-01-17 | 1 | -1/+2 |
| | | |||||
| * | add two custom certificates for x509 name parsing tests | Paul Kehrer | 2015-01-17 | 3 | -0/+66 |
|/ | |||||
* | Merge pull request #1609 from reaperhulk/der-multibackend | Alex Gaynor | 2015-01-17 | 2 | -6/+46 |
|\ | | | | | DER multibackend | ||||
| * | add multibackend support for DERSerializationBackend | Paul Kehrer | 2015-01-17 | 2 | -6/+46 |
|/ | |||||
* | Merge pull request #1608 from reaperhulk/der-backend-interfaces | Alex Gaynor | 2015-01-17 | 2 | -0/+40 |
|\ | | | | | add DER backend interfaces | ||||
| * | fix spelling error | Paul Kehrer | 2015-01-17 | 1 | -1/+1 |
| | | |||||
| * | add DER backend interfaces | Paul Kehrer | 2015-01-04 | 2 | -0/+40 |
| | | |||||
* | | 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. | ||||
* | | | Merge pull request #1630 from reaperhulk/add-0.7.2-changelog | Alex Gaynor | 2015-01-16 | 1 | -0/+9 |
|\ \ \ | | | | | | | | | add 0.7.2 changelog to master | ||||
| * | | | add 0.7.2 changelog to master | Paul Kehrer | 2015-01-16 | 1 | -0/+9 |
|/ / / | |||||
* | | | Merge pull request #1626 from reaperhulk/fix-1624 | Alex Gaynor | 2015-01-14 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624 | ||||
| * | | | use setenv so we don't have to import os | Paul Kehrer | 2015-01-14 | 1 | -3/+1 |
| | | | | |||||
| * | | | monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624 | Paul Kehrer | 2015-01-14 | 1 | -1/+4 |
|/ / / | |||||
* | | | Merge pull request #1619 from richmoore/session-tls-version | Alex Gaynor | 2015-01-11 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add support for querying the negotiated TLS/SSL version. |