Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | | | Add support for querying the negotiated TLS/SSL version. | Richard J. Moore | 2015-01-11 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #1617 from alex/fix-go-file | Paul Kehrer | 2015-01-10 | 1 | -22/+22 |
|\ \ \ | | | | | | | | | Fixed the paths in the go cast verifier. | ||||
| * | | | Fixed the paths in the go cast verifier. | Alex Gaynor | 2015-01-09 | 1 | -22/+22 |
|/ / / | | | | | | | | | | Also made some changes to appease go vet and other linters. | ||||
* | | | Merge pull request #1615 from alex/setuptools-warnings | Paul Kehrer | 2015-01-09 | 1 | -2/+7 |
|\ \ \ | | | | | | | | | Fixed #1614 -- don't cause warnings with the latest setuptools | ||||
| * | | | 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 |
|/ / / | |||||
* | | | Merge pull request #1613 from alex/bump-year | Paul Kehrer | 2015-01-08 | 4 | -6/+6 |
|\ \ \ | | | | | | | | | Bump some years that were missed. | ||||
| * | | | Bump some more years | Alex Gaynor | 2015-01-08 | 2 | -2/+2 |
| | | | | |||||
| * | | | Increase the year in some of our docs | Alex Gaynor | 2015-01-08 | 2 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #1607 from reaperhulk/add-der-keys | Alex Stapleton | 2015-01-06 | 16 | -7/+18 |
|\ \ \ | | | | | | | | | Add DER keys | ||||
| * | | | fix path mistake | Paul Kehrer | 2015-01-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | add DER asymmetric keys | Paul Kehrer | 2015-01-04 | 16 | -7/+18 |
| | |/ | |/| | |||||
* | | | Merge pull request #1611 from reaperhulk/new-pkcs8-bindings | Alex Gaynor | 2015-01-05 | 2 | -0/+7 |
|\ \ \ | |/ / |/| | | add some new bindings for using the PKCS8_PRIV_KEY_INFO struct | ||||
| * | | add some new bindings for using the PKCS8_PRIV_KEY_INFO struct | Paul Kehrer | 2015-01-05 | 2 | -0/+7 |
|/ / | |||||
* | | Merge pull request #1606 from reaperhulk/doc-dsa-keys | Donald Stufft | 2015-01-04 | 1 | -0/+4 |
|\ \ | | | | | | | document DSA key we added long ago | ||||
| * | | fix a doc8 violation | Paul Kehrer | 2015-01-04 | 1 | -2/+2 |
| | | | |||||
| * | | document DSA keys we added long ago | Paul Kehrer | 2015-01-03 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #1593 from ↵ | Paul Kehrer | 2015-01-04 | 1 | -6/+3 |
|\ \ \ | |/ / |/| | | | | | | | | greghaynes/feature/make-symmetric-enc-example-an-example Make the symmetric-enc example an example | ||||
| * | | IV should be 16 bytes | Gregory Haynes | 2015-01-03 | 1 | -1/+1 |
| | | |