aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ /
* | Merge pull request #1595 from ↵Paul Kehrer2015-01-012-66/+89
|\ \ | | | | | | | | | | | | greghaynes/feature/split-out-primitives-interfaces-ciphers Start splitting out interfaces with ciphers
| * | Style fixes for interfaces importsGregory Haynes2014-12-311-6/+3
| | |
| * | Fix import ordering in interfacesGregory Haynes2014-12-301-2/+2
| | |
| * | Move ModeAuthenticationWithTag into ciphersGregory Haynes2014-12-302-9/+11
| | | | | | | | | | | | This class should be broken out into the ciphers module as well.
| * | Start splitting out interfaces with ciphersGregory Haynes2014-12-302-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-yearAlex Stapleton2014-12-311-1/+1
|\ \ | | | | | | Fixed #1598 -- "it's 2015 somewhere"
| * | Fixed #1598 -- "it's 2015 somewhere"Alex Gaynor2014-12-311-1/+1
|/ /
* | Merge pull request #1597 from public/2015Alex Gaynor2014-12-311-1/+1
|\ \ | |/ |/| Update copyright for 2015
| * Update copyright for 2015Alex Stapleton2014-12-311-1/+1
|/
* Merge pull request #1589 from reaperhulk/port-0.7.1-changelogAlex Gaynor2014-12-281-0/+6
|\ | | | | add 0.7.1 changelog to master
| * add 0.7.1 changelog to masterPaul Kehrer2014-12-281-0/+6
| |
* | Merge pull request #1586 from reaperhulk/more-supported-platformsAlex Gaynor2014-12-281-0/+1
|\ \ | |/ |/| update supported platforms
| * update supported platformsPaul Kehrer2014-12-281-0/+1
| |
* | Merge pull request #1585 from reaperhulk/revert-1512Alex Gaynor2014-12-281-5/+5
|\ \ | |/ |/| Revert "Fixed #1494 -- switch which define we look for for SSLv3 disable...
| * Revert "Fixed #1494 -- switch which define we look for for SSLv3 disabled. ↵Paul Kehrer2014-12-281-5/+5
|/ | | | | | We're now using the same one as CPython." This reverts commit facea9a7861ac1ecc7948474766cae0f842b3469.
* Merge pull request #1584 from Ayrx/fix-openssl-backend-docsAlex Stapleton2014-12-281-2/+3
|\ | | | | Update OpenSSL backend docs.
| * Update OpenSSL backend docs.Terry Chia2014-12-281-2/+3
|/
* Merge pull request #1581 from alex/grammarPaul Kehrer2014-12-271-10/+10
|\ | | | | Fixed some grammar in the docs
| * Fixed some grammar in the docsAlex Gaynor2014-12-271-10/+10
|/
* Merge pull request #1576 from alex/openssh-elliptic-curvePaul Kehrer2014-12-254-36/+196
|\ | | | | Fixes #1533 -- Initial work at parsing ECDSA public keys in OpenSSH format
| * Added a changelog entryAlex Gaynor2014-12-251-0/+3
| |
| * Get us up to 100% coverageAlex Gaynor2014-12-251-0/+10
| |
| * Added test cases for NIST P-384 and 521. Fixed handling of key sizes which ↵Alex Gaynor2014-12-252-5/+56
| | | | | | | | aren't divisibly by 8
| * Write some tests for failure casesAlex Gaynor2014-12-251-0/+29
| |
| * Merge branch 'master' into openssh-elliptic-curveAlex Gaynor2014-12-243-109/+2
| |\ | |/ |/|