aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed some deprecated codeAlex Gaynor2014-12-242-27/+2
|
* Merge pull request #1575 from reaperhulk/more-delayAlex Gaynor2014-12-241-2/+2
|\ | | | | increase delay waiting for wheel job to start
| * increase delay waiting for wheel job to startPaul Kehrer2014-12-241-2/+2
|/ | | | fixes #1543
* Merge pull request #1574 from reaperhulk/license-files-are-hardAlex Gaynor2014-12-231-0/+2
|\ | | | | Add missing license files to the cryptography_vectors
| * who can remember where all these files belong? nobody.Paul Kehrer2014-12-231-0/+2
| |
* | Merge pull request #1570 from reaperhulk/final-consolidationAlex Gaynor2014-12-231-66/+18
|\ \ | |/ |/| final cleanup for PEM serialization
| * add both types of EC key formats to parametrized testPaul Kehrer2014-12-231-6/+7
| |
| * final cleanup for PEM serializationPaul Kehrer2014-12-231-60/+11
|/
* Merge pull request #1572 from alex/delete-duplicatePaul Kehrer2014-12-231-23/+5
|\ | | | | Combined duplicated serialization tests
| * Combined duplicated serialization testsAlex Gaynor2014-12-231-23/+5
| |
* | Merge pull request #1571 from reaperhulk/add-pypy3Alex Gaynor2014-12-233-0/+18
|\ \ | |/ |/| add pypy3 to build matrix
| * don't do coverage under pypy3Paul Kehrer2014-12-231-0/+6
| |
| * add a comment explaining why we're excluding pypy3 on linuxPaul Kehrer2014-12-231-0/+1
| |
| * also exclude 0.9.8 pypy3 on linux for nowPaul Kehrer2014-12-231-0/+2
| |
| * add pypy3 to build matrixPaul Kehrer2014-12-232-0/+9
|/ | | | excluding on linux until the ubuntu ppa has it
* Merge pull request #1567 from reaperhulk/consolidate-moreAlex Stapleton2014-12-222-25/+26
|\ | | | | consolidate dsa serialization loading tests and improve verifier
| * consolidate dsa serialization loading tests and improve verifierPaul Kehrer2014-12-222-25/+26
| |
* | Merge pull request #1568 from reaperhulk/consolidate-even-moreAlex Stapleton2014-12-221-57/+31
|\ \ | |/ |/| parametrize some more serialization tests
| * parametrize some more serialization testsPaul Kehrer2014-12-221-57/+31
|/
* Merge pull request #1566 from alex/reduce-duplicationPaul Kehrer2014-12-221-35/+22
|\ | | | | Reduce duplication in the serialization tests -- refs #1564
| * Reduce duplication in the serialization tests -- refs #1564Alex Gaynor2014-12-211-35/+22
|/
* Merge pull request #1565 from alex/flesh-out-asymmetric-indexPaul Kehrer2014-12-211-0/+22
|\ | | | | Provide background on asymmetric crypto in index
| * Provide background on asymmetric crypto in indexAlex Gaynor2014-12-211-0/+22
|/
* Merge pull request #1563 from alex/serialized-rsaPaul Kehrer2014-12-191-1/+37
|\ | | | | Describe key generation and key loading in the RSA docs
| * Missing charAlex Gaynor2014-12-191-1/+1
| |
| * Describe key generation and key loading in the RSA docsAlex Gaynor2014-12-191-1/+37
|/
* Merge pull request #1562 from alex/spruce-it-upPaul Kehrer2014-12-191-40/+57
|\ | | | | Spruced up teh RSA docs. Contains a bit more prose and hopefully helps people make better life decisions
| * Fixed reST mistakeAlex Gaynor2014-12-191-1/+1
| |
| * SPellingAlex Gaynor2014-12-191-1/+1
| |
| * Spruced up teh RSA docs. Contains a bit more prose and hopefully helps ↵Alex Gaynor2014-12-191-40/+57
| | | | | | | | people make better life decisions
* | Merge pull request #1561 from alex/link-randomlvh2014-12-193-40/+44
|\ \ | |/ |/| Anywhere we tell someone to randomly generate something, link the RNG docs. Fixes #1559
| * Anywhere we tell someone to randomly generate something, link the RNG docs. ↵Alex Gaynor2014-12-193-40/+44
| | | | | | | | Fixes #1559
* | Merge pull request #1560 from alex/padding-move-docslvh2014-12-193-81/+77
|\ \ | |/ |/| Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary RSA doc, and tell people that PKCS1v15 isn't great
| * Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary ↵Alex Gaynor2014-12-193-81/+77
|/ | | | RSA doc, and tell people that PKCS1v15 isn't great
* Merge pull request #1554 from alex/reasons-enumPaul Kehrer2014-12-191-11/+13
|\ | | | | made the internal _Reasons an enum, since we already depend on enum34
| * made the internal _Reasons an enum, since we already depend on enum34Alex Gaynor2014-12-181-11/+13
| | | | | | | | fixes #854
* | Merge pull request #1558 from alex/full-details2Alex Stapleton2014-12-191-3/+6
|\ \ | |/ |/| Let people who are curious know how os.urandom is implemented
| * Attempt to link to the os.urandom docs from upstreamAlex Gaynor2014-12-181-3/+3
| |
| * Let people who are curious know how os.urandom is implementedAlex Gaynor2014-12-181-0/+3
|/
* Merge pull request #1553 from alex/hide-the-eggsPaul Kehrer2014-12-181-0/+1
|\ | | | | Hide the eggs!
| * Hide the eggs!Alex Gaynor2014-12-181-0/+1
| |
* | Merge pull request #1552 from reaperhulk/deprecation-danceAlex Gaynor2014-12-189-361/+40
|\ \ | |/ |/| remove fully deprecated items from 0.6 deprecation cycle
| * modify serialization tests to not use deprecated functionsPaul Kehrer2014-12-181-35/+32
| |
| * remove fully deprecated items from 0.6 deprecation cyclePaul Kehrer2014-12-188-326/+8
| |
* | Merge pull request #1549 from reaperhulk/no-enum34-on-34-plusDonald Stufft2014-12-181-1/+3
|\ \ | | | | | | make enum34 installation conditional on python < 3.4
| * | make enum34 installation conditional on python < 3.4Paul Kehrer2014-12-181-1/+3
| |/
* | Merge pull request #1551 from alex/hoist-from-loopPaul Kehrer2014-12-181-4/+4
|\ \ | | | | | | Hoist this logic out of the loop, since it's used after the end of the loop
| * | Hoist this logic out of the loop, since it's used after the end of the loopAlex Gaynor2014-12-181-4/+4
|/ /
* | Merge pull request #1548 from reaperhulk/docs-typoAlex Gaynor2014-12-181-1/+1
|\ \ | |/ |/| fix a typo in the changelog
| * fix a typo in the changelogPaul Kehrer2014-12-181-1/+1
|/