Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | | ||||||
| * | | iv should be 32 bytes | Gregory Haynes | 2015-01-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Assign iv to var and remove testsetup block | Gregory Haynes | 2015-01-03 | 1 | -8/+3 | |
| | | | ||||||
| * | | Make the symmetric-enc example an example | Gregory Haynes | 2014-12-30 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | Making some minor tweaks to the doc example for symmetric encryption so it is an actual, runable example. | |||||
* | | | Merge pull request #1603 from reaperhulk/fix-1521 | Alex Stapleton | 2015-01-03 | 1 | -18/+19 | |
|\ \ \ | | | | | | | | | provide paths from the cryptography vectors root for custom asym vectors | |||||
| * | | | provide paths from the cryptography vectors root for custom asym vectors | Paul Kehrer | 2015-01-01 | 1 | -18/+19 | |
| |/ / | ||||||
* | | | Merge pull request #1600 from alex/deprecated | Alex Stapleton | 2015-01-03 | 2 | -4/+84 | |
|\ \ \ | |_|/ |/| | | Added a utility for deprecating a module attribute | |||||
| * | | get coverage up to 100% | Alex Gaynor | 2015-01-02 | 1 | -0/+4 | |
| | | | ||||||
| * | | Added some tests | Alex Gaynor | 2015-01-01 | 1 | -0/+43 | |
| | | | ||||||
| * | | 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 #1601 from greghaynes/feature/add-greghaynes-to-authors | Alex Gaynor | 2015-01-01 | 1 | -0/+1 | |
|\ \ \ | |_|/ |/| | | Add greghaynes to Authors | |||||
| * | | Add greghaynes to Authors | Gregory Haynes | 2015-01-01 | 1 | -0/+1 | |
|/ / | ||||||
* | | 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 | |||||
* | | Merge pull request #1599 from alex/bump-year | Alex Stapleton | 2014-12-31 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixed #1598 -- "it's 2015 somewhere" |