aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 #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 indexAlex Gaynor2014-12-211-0/+22
|/
* Merge pull request #1563 from alex/serialized-rsaPaul Kehrer2014-12-191-1/+37
|\
| * 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
|\
| * 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 people...Alex Gaynor2014-12-191-40/+57
* | Merge pull request #1561 from alex/link-randomlvh2014-12-193-40/+44
|\ \ | |/ |/|
| * Anywhere we tell someone to randomly generate something, link the RNG docs. F...Alex Gaynor2014-12-193-40/+44
* | 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 RS...Alex Gaynor2014-12-193-81/+77
|/
* Merge pull request #1554 from alex/reasons-enumPaul Kehrer2014-12-191-11/+13
|\
| * made the internal _Reasons an enum, since we already depend on enum34Alex Gaynor2014-12-181-11/+13
* | Merge pull request #1558 from alex/full-details2Alex Stapleton2014-12-191-3/+6
|\ \ | |/ |/|
| * 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!Alex Gaynor2014-12-181-0/+1
* | Merge pull request #1552 from reaperhulk/deprecation-danceAlex Gaynor2014-12-189-361/+40
|\ \ | |/ |/|
| * 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.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 loopAlex Gaynor2014-12-181-4/+4
|/ /
* | Merge pull request #1548 from reaperhulk/docs-typoAlex Gaynor2014-12-181-1/+1
|\ \ | |/ |/|
| * fix a typo in the changelogPaul Kehrer2014-12-181-1/+1
|/
* Merge pull request #1546 from alex/python-announcePaul Kehrer2014-12-181-1/+3
|\
| * Announce new releases on python-announce as wellAlex Gaynor2014-12-171-1/+3
* | Merge pull request #1545 from alex/x509-hazmatPaul Kehrer2014-12-181-2/+0
|\ \ | |/ |/|
| * While X.509 is definitely hazardous to one's health. It's not dragons and sha...Alex Gaynor2014-12-171-2/+0
|/
* Merge pull request #1541 from reaperhulk/start-eighthAlex Gaynor2014-12-173-2/+7
|\
| * open master for eighth release developmentPaul Kehrer2014-12-173-2/+7
|/
* Merge pull request #1540 from reaperhulk/update-changelog-0.7Alex Gaynor2014-12-173-8/+6
|\
| * 0.7 changelog and version bumpPaul Kehrer2014-12-173-8/+6
* | Merge pull request #1538 from reaperhulk/named-curveAlex Gaynor2014-12-171-0/+14
|\ \
| * | british english? never heard of it.Paul Kehrer2014-12-171-2/+2
| * | mark named curve inside EC key classesPaul Kehrer2014-12-172-19/+14
| * | _backend is not a property on a backendPaul Kehrer2014-12-171-2/+1
| * | Set OPENSSL_EC_NAMED_CURVE on our EC_KEY instancesAlex Stapleton2014-12-172-0/+20
* | | Merge pull request #1539 from reaperhulk/move-ec-named-curve-checkAlex Gaynor2014-12-172-20/+7
|\ \ \ | |_|/ |/| |
| * | move the NID_undef check for EC named curvePaul Kehrer2014-12-172-20/+7
| |/
* | Merge pull request #1537 from alex/cleanup-ssh-serializationPaul Kehrer2014-12-171-2/+2
|\ \ | |/ |/|
| * Use the slightly more natural API hereAlex Gaynor2014-12-171-2/+2
* | Merge pull request #1499 from reaperhulk/x509-ossl-implAlex Gaynor2014-12-1711-55/+682
|\ \ | |/ |/|