Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 5 | -140/+150 |
| | |||||
* | Merge pull request #1634 from public/deprecate-dsa | Paul Kehrer | 2015-01-23 | 3 | -173/+172 |
|\ | | | | | Move DSA* interfaces to interfaces.dsa module | ||||
| * | Move DSA* interfaces to interfaces.dsa module | Alex Stapleton | 2015-01-22 | 3 | -173/+172 |
| | | |||||
* | | we now test against 1.0.2 final | Paul Kehrer | 2015-01-22 | 1 | -1/+1 |
|/ | |||||
* | doc update | Paul Kehrer | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | various improvements to rsa_recover_prime_factors per review feedback | Paul Kehrer | 2015-01-18 | 1 | -4/+3 |
| | |||||
* | recover (p, q) given (n, e, d). fixes #975 | Paul Kehrer | 2015-01-18 | 1 | -0/+15 |
| | |||||
* | add utf8 certificate | Paul Kehrer | 2015-01-17 | 1 | -0/+3 |
| | |||||
* | wrap a thing | Paul Kehrer | 2015-01-17 | 1 | -1/+2 |
| | |||||
* | add two custom certificates for x509 name parsing tests | Paul Kehrer | 2015-01-17 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1608 from reaperhulk/der-backend-interfaces | Alex Gaynor | 2015-01-17 | 1 | -0/+24 |
|\ | | | | | add DER backend interfaces | ||||
| * | add DER backend interfaces | Paul Kehrer | 2015-01-04 | 1 | -0/+24 |
| | | |||||
* | | Fixed the paths in the go cast verifier. | Alex Gaynor | 2015-01-09 | 1 | -22/+22 |
| | | | | | | | | Also made some changes to appease go vet and other linters. | ||||
* | | Bump some more years | Alex Gaynor | 2015-01-08 | 2 | -2/+2 |
| | | |||||
* | | Increase the year in some of our docs | Alex Gaynor | 2015-01-08 | 2 | -4/+4 |
| | | |||||
* | | fix path mistake | Paul Kehrer | 2015-01-06 | 1 | -2/+2 |
| | | |||||
* | | add DER asymmetric keys | Paul Kehrer | 2015-01-04 | 1 | -7/+18 |
|/ | |||||
* | Merge pull request #1606 from reaperhulk/doc-dsa-keys | Donald Stufft | 2015-01-04 | 1 | -0/+4 |
|\ | | | | | document DSA key we added long ago | ||||
| * | fix a doc8 violation | Paul Kehrer | 2015-01-04 | 1 | -2/+2 |
| | | |||||
| * | document DSA keys we added long ago | Paul Kehrer | 2015-01-03 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #1593 from ↵ | Paul Kehrer | 2015-01-04 | 1 | -6/+3 |
|\ \ | |/ |/| | | | | | greghaynes/feature/make-symmetric-enc-example-an-example Make the symmetric-enc example an example | ||||
| * | IV should be 16 bytes | Gregory Haynes | 2015-01-03 | 1 | -1/+1 |
| | | |||||
| * | iv should be 32 bytes | Gregory Haynes | 2015-01-03 | 1 | -1/+1 |
| | | |||||
| * | Assign iv to var and remove testsetup block | Gregory Haynes | 2015-01-03 | 1 | -8/+3 |
| | | |||||
| * | Make the symmetric-enc example an example | Gregory Haynes | 2014-12-30 | 1 | -1/+3 |
| | | | | | | | | | | Making some minor tweaks to the doc example for symmetric encryption so it is an actual, runable example. | ||||
* | | provide paths from the cryptography vectors root for custom asym vectors | Paul Kehrer | 2015-01-01 | 1 | -18/+19 |
|/ | |||||
* | update supported platforms | Paul Kehrer | 2014-12-28 | 1 | -0/+1 |
| | |||||
* | Update OpenSSL backend docs. | Terry Chia | 2014-12-28 | 1 | -2/+3 |
| | |||||
* | Fixed some grammar in the docs | Alex Gaynor | 2014-12-27 | 1 | -10/+10 |
| | |||||
* | Merge branch 'master' into openssh-elliptic-curve | Alex Gaynor | 2014-12-24 | 1 | -82/+0 |
|\ | |||||
| * | Removed documentation for features which were removed | Alex Gaynor | 2014-12-24 | 1 | -82/+0 |
| | | |||||
* | | Bring back text about unsupported formats | Alex Gaynor | 2014-12-24 | 1 | -0/+4 |
| | | |||||
* | | 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 |