Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the docs a bit | Alex Gaynor | 2014-12-24 | 1 | -7/+6 |
| | |||||
* | Provide background on asymmetric crypto in index | Alex Gaynor | 2014-12-21 | 1 | -0/+22 |
| | |||||
* | Missing char | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | |||||
* | Describe key generation and key loading in the RSA docs | Alex Gaynor | 2014-12-19 | 1 | -1/+37 |
| | |||||
* | Merge pull request #1562 from alex/spruce-it-up | Paul Kehrer | 2014-12-19 | 1 | -40/+57 |
|\ | | | | | Spruced up teh RSA docs. Contains a bit more prose and hopefully helps people make better life decisions | ||||
| * | Fixed reST mistake | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | | |||||
| * | SPelling | Alex Gaynor | 2014-12-19 | 1 | -1/+1 |
| | | |||||
| * | Spruced up teh RSA docs. Contains a bit more prose and hopefully helps ↵ | Alex Gaynor | 2014-12-19 | 1 | -40/+57 |
| | | | | | | | | people make better life decisions | ||||
* | | Merge pull request #1561 from alex/link-random | lvh | 2014-12-19 | 3 | -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 Gaynor | 2014-12-19 | 3 | -40/+44 |
| | | | | | | | | Fixes #1559 | ||||
* | | Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary ↵ | Alex Gaynor | 2014-12-19 | 3 | -81/+77 |
|/ | | | | RSA doc, and tell people that PKCS1v15 isn't great | ||||
* | Attempt to link to the os.urandom docs from upstream | Alex Gaynor | 2014-12-18 | 1 | -3/+3 |
| | |||||
* | Let people who are curious know how os.urandom is implemented | Alex Gaynor | 2014-12-18 | 1 | -0/+3 |
| | |||||
* | remove fully deprecated items from 0.6 deprecation cycle | Paul Kehrer | 2014-12-18 | 1 | -45/+0 |
| | |||||
* | Merge pull request #1546 from alex/python-announce | Paul Kehrer | 2014-12-18 | 1 | -1/+3 |
|\ | | | | | Announce new releases on python-announce as well | ||||
| * | Announce new releases on python-announce as well | Alex Gaynor | 2014-12-17 | 1 | -1/+3 |
| | | |||||
* | | While X.509 is definitely hazardous to one's health. It's not dragons and ↵ | Alex Gaynor | 2014-12-17 | 1 | -2/+0 |
|/ | | | | | | sharks hazardous. (It is known to the state of california to cause cancer) | ||||
* | Merge pull request #1499 from reaperhulk/x509-ossl-impl | Alex Gaynor | 2014-12-17 | 3 | -52/+199 |
|\ | | | | | X509Backend support in OpenSSL backend | ||||
| * | doc update for x509 | Paul Kehrer | 2014-12-17 | 1 | -1/+3 |
| | | |||||
| * | Markup fix. | Alex Gaynor | 2014-12-16 | 1 | -1/+2 |
| | | |||||
| * | Slightly more descriptive docs | Alex Gaynor | 2014-12-16 | 1 | -2/+2 |
| | | |||||
| * | fix some docs | Paul Kehrer | 2014-12-16 | 1 | -5/+5 |
| | | |||||
| * | add examples for accessing each attr | Paul Kehrer | 2014-12-16 | 1 | -2/+35 |
| | | |||||
| * | add parsed_version attribute to InvalidVersion | Paul Kehrer | 2014-12-15 | 1 | -0/+4 |
| | | |||||
| * | improve the docs a bit more | Paul Kehrer | 2014-12-15 | 1 | -2/+5 |
| | | |||||
| * | rename X509 classes to remove X509 and improve some tests | Paul Kehrer | 2014-12-15 | 1 | -14/+16 |
| | | |||||
| * | reorganize a bunch of things related to the x509certificate interface | Paul Kehrer | 2014-12-15 | 3 | -59/+58 |
| | | |||||
| * | change it to not_valid_* why not | Paul Kehrer | 2014-12-15 | 1 | -2/+2 |
| | | |||||
| * | improve phrasing on X509Certificate fingerprint method param | Paul Kehrer | 2014-12-15 | 1 | -2/+2 |
| | | |||||
| * | move x509 to the top of our docs | Paul Kehrer | 2014-12-15 | 1 | -1/+1 |
| | | |||||
| * | address review feedback | Paul Kehrer | 2014-12-15 | 2 | -6/+6 |
| | | |||||
| * | update docs, test invalid x509 version | Paul Kehrer | 2014-12-15 | 3 | -2/+7 |
| | | |||||
| * | move x509 to top level, add more docs | Paul Kehrer | 2014-12-15 | 2 | -0/+98 |
| | | |||||
* | | update docs, hoist b64decode up and re-add test for it | Paul Kehrer | 2014-12-17 | 1 | -4/+9 |
|/ | |||||
* | Merge pull request #1527 from alex/pr/1517 | Paul Kehrer | 2014-12-15 | 1 | -0/+39 |
|\ | | | | | Added SSH public key loading | ||||
| * | A handful of tiny fixes | Alex Gaynor | 2014-12-15 | 1 | -2/+3 |
| | | |||||
| * | Minor documentation corrections for load_ssh_public_key | Mark Adams | 2014-12-13 | 1 | -2/+3 |
| | | |||||
| * | Privatized the load_ssh_rsa_public_key function and fixed some coverage ↵ | Mark Adams | 2014-12-13 | 1 | -18/+0 |
| | | | | | | | | issues on test_serialization. | ||||
| * | Added load_ssh_rsa_public_key to hazmat.primitives.serialization to allow ↵ | Mark Adams | 2014-12-13 | 1 | -0/+55 |
| | | | | | | | | | | | | for loading of OpenSSH RSA public keys Also added load_ssh_public_key as a generic method that can be later extended to support more public key algorithms. | ||||
* | | Merge pull request #1498 from reaperhulk/x509-more-vectors | Alex Stapleton | 2014-12-13 | 1 | -21/+42 |
|\ \ | |/ |/| | add several new x509 test vectors | ||||
| * | rename DSA test vector certificate to be more clear | Paul Kehrer | 2014-12-12 | 1 | -1/+2 |
| | | |||||
| * | add ECDSA certificate that does not have a named curve OID | Paul Kehrer | 2014-12-12 | 1 | -0/+2 |
| | | |||||
| * | add several new x509 test vectors | Paul Kehrer | 2014-11-26 | 1 | -21/+39 |
| | | |||||
* | | Merge pull request #1519 from alex/class-naming | Paul Kehrer | 2014-12-12 | 2 | -0/+4 |
|\ \ | | | | | | | Fixes #1518 -- document the captilazation of lcass names | ||||
| * | | this is a word | Alex Gaynor | 2014-12-12 | 1 | -0/+1 |
| | | | |||||
| * | | Fixes #1518 -- document the captilazation of lcass names | Alex Gaynor | 2014-12-12 | 1 | -0/+3 |
| | | | |||||
* | | | Use HTTPS for a number of URLs in the docs | Alex Gaynor | 2014-12-12 | 8 | -10/+10 |
|/ / | |||||
* | | Merge pull request #1502 from reaperhulk/fix-1285 | Alex Gaynor | 2014-12-08 | 4 | -2/+32 |
|\ \ | | | | | | | Support decoding RFC 6979 signatures to (r, s) | ||||
| * | | add encode_rfc6979_signature and refactor tests to use it | Paul Kehrer | 2014-11-27 | 1 | -0/+10 |
| | | | |||||
| * | | add decode_rfc6979_signature helper for DSA/ECDSA | Paul Kehrer | 2014-11-27 | 4 | -2/+22 |
| |/ |