aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * wrap a thingPaul Kehrer2015-01-171-1/+2
| |
| * add two custom certificates for x509 name parsing testsPaul Kehrer2015-01-173-0/+66
|/
* Merge pull request #1609 from reaperhulk/der-multibackendAlex Gaynor2015-01-172-6/+46
|\ | | | | DER multibackend
| * add multibackend support for DERSerializationBackendPaul Kehrer2015-01-172-6/+46
|/
* Merge pull request #1608 from reaperhulk/der-backend-interfacesAlex Gaynor2015-01-172-0/+40
|\ | | | | add DER backend interfaces
| * fix spelling errorPaul Kehrer2015-01-171-1/+1
| |
| * add DER backend interfacesPaul Kehrer2015-01-042-0/+40
| |
* | Merge pull request #1605 from greghaynes/feature/split-out-interfaces-asymmetricPaul Kehrer2015-01-174-162/+206
|\ \ | | | | | | Split out asymmetric key interfaces
| * | Only split out ec and dsaGregory Haynes2015-01-032-84/+67
| | | | | | | | | | | | RSA is being mvoed out of the interfaces namespace in PR #1592.
| * | Split out asymmetric key interfacesGregory Haynes2015-01-025-229/+290
| | | | | | | | | | | | Splitting out RSA, DSA, and EllipticalCurve interfaces as part of #1495.
* | | Merge pull request #1630 from reaperhulk/add-0.7.2-changelogAlex Gaynor2015-01-161-0/+9
|\ \ \ | | | | | | | | add 0.7.2 changelog to master
| * | | add 0.7.2 changelog to masterPaul Kehrer2015-01-161-0/+9
|/ / /
* | | Merge pull request #1626 from reaperhulk/fix-1624Alex Gaynor2015-01-141-1/+2
|\ \ \ | | | | | | | | monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624
| * | | use setenv so we don't have to import osPaul Kehrer2015-01-141-3/+1
| | | |
| * | | monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624Paul Kehrer2015-01-141-1/+4
|/ / /
* | | Merge pull request #1619 from richmoore/session-tls-versionAlex Gaynor2015-01-111-0/+1
|\ \ \ | | | | | | | | Add support for querying the negotiated TLS/SSL version.
| * | | Add support for querying the negotiated TLS/SSL version.Richard J. Moore2015-01-111-0/+1
|/ / /
* | | Merge pull request #1617 from alex/fix-go-filePaul Kehrer2015-01-101-22/+22
|\ \ \ | | | | | | | | Fixed the paths in the go cast verifier.
| * | | Fixed the paths in the go cast verifier.Alex Gaynor2015-01-091-22/+22
|/ / / | | | | | | | | | Also made some changes to appease go vet and other linters.
* | | Merge pull request #1615 from alex/setuptools-warningsPaul Kehrer2015-01-091-2/+7
|\ \ \ | | | | | | | | Fixed #1614 -- don't cause warnings with the latest setuptools
| * | | Line length and typoAlex Gaynor2015-01-081-2/+2
| | | |
| * | | Added a commentAlex Gaynor2015-01-081-0/+5
| | | |
| * | | Fixed #1614 -- don't cause warnings with the latest setuptoolsAlex Gaynor2015-01-081-2/+2
|/ / /
* | | Merge pull request #1613 from alex/bump-yearPaul Kehrer2015-01-084-6/+6
|\ \ \ | | | | | | | | Bump some years that were missed.
| * | | Bump some more yearsAlex Gaynor2015-01-082-2/+2
| | | |
| * | | Increase the year in some of our docsAlex Gaynor2015-01-082-4/+4
|/ / /
* | | Merge pull request #1607 from reaperhulk/add-der-keysAlex Stapleton2015-01-0616-7/+18
|\ \ \ | | | | | | | | Add DER keys
| * | | fix path mistakePaul Kehrer2015-01-061-2/+2
| | | |
| * | | add DER asymmetric keysPaul Kehrer2015-01-0416-7/+18
| | |/ | |/|
* | | Merge pull request #1611 from reaperhulk/new-pkcs8-bindingsAlex Gaynor2015-01-052-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 structPaul Kehrer2015-01-052-0/+7
|/ /
* | Merge pull request #1606 from reaperhulk/doc-dsa-keysDonald Stufft2015-01-041-0/+4
|\ \ | | | | | | document DSA key we added long ago
| * | fix a doc8 violationPaul Kehrer2015-01-041-2/+2
| | |
| * | document DSA keys we added long agoPaul Kehrer2015-01-031-0/+4
| | |
* | | Merge pull request #1593 from ↵Paul Kehrer2015-01-041-6/+3
|\ \ \ | |/ / |/| | | | | | | | greghaynes/feature/make-symmetric-enc-example-an-example Make the symmetric-enc example an example
| * | IV should be 16 bytesGregory Haynes2015-01-031-1/+1
| | |
| * | iv should be 32 bytesGregory Haynes2015-01-031-1/+1
| | |
| * | Assign iv to var and remove testsetup blockGregory Haynes2015-01-031-8/+3
| | |
| * | Make the symmetric-enc example an exampleGregory Haynes2014-12-301-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-1521Alex Stapleton2015-01-031-18/+19
|\ \ \ | | | | | | | | provide paths from the cryptography vectors root for custom asym vectors
| * | | provide paths from the cryptography vectors root for custom asym vectorsPaul Kehrer2015-01-011-18/+19
| |/ /
* | | Merge pull request #1600 from alex/deprecatedAlex Stapleton2015-01-032-4/+84
|\ \ \ | |_|/ |/| | Added a utility for deprecating a module attribute
| * | get coverage up to 100%Alex Gaynor2015-01-021-0/+4
| | |
| * | Added some testsAlex Gaynor2015-01-011-0/+43
| | |
| * | flake8Alex Gaynor2015-01-011-1/+0
| | |
| * | Added a utility for deprecating a module attributeAlex Gaynor2015-01-011-4/+38
| | |
* | | Merge pull request #1602 from reaperhulk/dn-nidsAlex Gaynor2015-01-011-0/+5
|\ \ \ | | | | | | | | add NIDs for x509 name parsing
| * | | add NIDs for x509 name parsingPaul Kehrer2015-01-011-0/+5
| | |/ | |/|
* | | Merge pull request #1601 from greghaynes/feature/add-greghaynes-to-authorsAlex Gaynor2015-01-011-0/+1
|\ \ \ | |_|/ |/| | Add greghaynes to Authors
| * | Add greghaynes to AuthorsGregory Haynes2015-01-011-0/+1
|/ /