Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | let's talk about bits baby (#3956) | Paul Kehrer | 2017-10-11 | 1 | -4/+4 |
| | |||||
* | Fix mistake in `RSAPublicKey.verify` documentation (#3872) | David Sanders | 2017-08-20 | 1 | -1/+1 |
| | |||||
* | doc the relationship between PrivateKey and PrivateKeyWithSerialization (#3721) | Paul Kehrer | 2017-06-24 | 1 | -2/+6 |
| | | | | | | | | * doc the relationship between PrivateKey and PrivateKeyWithSerialization Or at least do it better. * let's talk about opaque keys | ||||
* | be clearer that 65537 is the right answer (#3714) | Paul Kehrer | 2017-06-23 | 1 | -1/+2 |
| | | | | | | | | * be clearer that 65537 is the right answer * Different language * remove trailing whitespace | ||||
* | deprecate signer/verifier on asymmetric keys (#3663) | Paul Kehrer | 2017-06-03 | 1 | -57/+34 |
| | | | | | | * deprecate signer/verifier on asymmetric keys * review feedback, switch deprecated_call to work around a bug | ||||
* | support RSA verify with prehashing (#3265) | Paul Kehrer | 2016-11-20 | 1 | -1/+6 |
| | | | | | | | | | | * support RSA verify with prehashing * review feedback * more dedupe * refactor and move to a separate module | ||||
* | support prehashing in RSA sign (#3238) | Paul Kehrer | 2016-11-20 | 1 | -1/+6 |
| | | | | | | | | * support prehashing in RSA sign * check to make sure digest size matches prehashed data provided * move doctest for prehashed | ||||
* | Removed provider language from asymmetric primitives docs (#3052) | Gabriel Orisaka | 2016-07-26 | 1 | -46/+31 |
| | | | | | | * Removed provider language from asymmetric primitives docs * Reverted changes to some examples | ||||
* | Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010) | Dirkjan Ochtman | 2016-07-19 | 1 | -1/+3 |
| | |||||
* | one shot verify documentation fix (#3031) | Aviv Palivoda | 2016-06-30 | 1 | -2/+2 |
| | |||||
* | Fixed #3008 -- expose calculate max pss salt length (#3014) | Alex Gaynor | 2016-06-27 | 1 | -4/+17 |
| | | | | | | | | | | | | | | * Fixed #3008 -- expose calculate max pss salt length * Fixed a few mistakes in the docs * move all the code around * oops * write a unit test * versionadded + changelog | ||||
* | rest syntax | Alex Gaynor | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Use `d` instead of `private_exponent` for consistency (#2991) | Dirkjan Ochtman | 2016-06-22 | 1 | -4/+4 |
| | | | | True story: I used `e` instead of `d` because it seemed more closely related to `e`. Should have looked it up, of course... but the docs could be better. | ||||
* | Add convenience methods to sign and verify w/ RSA (#2945) | Colleen Murphy | 2016-06-04 | 1 | -3/+73 |
| | | | | | | | | | This patch adds wrapper methods to allow the user to sign and verify a single message block without having to go through the multi-step process of creating a signer or verifier, updating it with the one message, and finalizing the result. This will make signing and verifying data more user-friendly when only using small messages. Partial bug #1529 | ||||
* | HTTPS some links, in the odd event users of a cryptographic library would ↵ | Alex Gaynor | 2016-03-06 | 1 | -1/+1 |
| | | | | care about authentication, integrity, or confidentiality | ||||
* | Minor doc tweak per issue #2694 | Phoebe Queen | 2016-01-29 | 1 | -1/+5 |
| | |||||
* | address review comments | Paul Kehrer | 2015-10-12 | 1 | -1/+3 |
| | |||||
* | add some links to public key loading in the RSA/DSA verification sections | Paul Kehrer | 2015-10-12 | 1 | -3/+7 |
| | |||||
* | a few more fixes | Alex Gaynor | 2015-10-02 | 1 | -1/+1 |
| | |||||
* | some commas that look correct | Alex Gaynor | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | docs changes based on feedback | Paul Kehrer | 2015-07-04 | 1 | -1/+1 |
| | |||||
* | relink some things | Paul Kehrer | 2015-07-04 | 1 | -4/+2 |
| | |||||
* | move PublicKeyWithSerialization methods to PublicKey | Paul Kehrer | 2015-07-04 | 1 | -7/+7 |
| | |||||
* | remove docs for WithNumbers classes that are removed in 1.0 | Paul Kehrer | 2015-07-04 | 1 | -34/+0 |
| | |||||
* | update a link that has been permanently redirected | Paul Kehrer | 2015-04-17 | 1 | -1/+1 |
| | |||||
* | update ecrypt link in docs | Paul Kehrer | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | support RSA public key serialization | Paul Kehrer | 2015-03-07 | 1 | -1/+54 |
| | |||||
* | s/Format/PrivateFormat | Paul Kehrer | 2015-03-01 | 1 | -6/+7 |
| | |||||
* | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 1 | -4/+4 |
| | |||||
* | linkify some things per review, fix an import | Paul Kehrer | 2015-02-28 | 1 | -2/+8 |
| | |||||
* | add more docs stuff from review that I missed | Paul Kehrer | 2015-02-27 | 1 | -1/+1 |
| | |||||
* | address review feedback | Paul Kehrer | 2015-02-27 | 1 | -5/+9 |
| | |||||
* | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 1 | -5/+5 |
| | |||||
* | fix docs | Paul Kehrer | 2015-02-25 | 1 | -5/+5 |
| | |||||
* | address review comments | Paul Kehrer | 2015-02-25 | 1 | -8/+12 |
| | |||||
* | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 1 | -0/+62 |
| | |||||
* | move asymmetric signature/verification interfaces | Paul Kehrer | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | move asymmetric padding interface to primitives.asymmetric.padding | Paul Kehrer | 2015-02-16 | 1 | -5/+11 |
| | |||||
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -3/+3 |
| | |||||
* | make our docs job nitpicky and fix every broken link | Paul Kehrer | 2015-02-12 | 1 | -5/+5 |
| | |||||
* | Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsa | Alex Stapleton | 2015-01-24 | 1 | -3/+140 |
| | |||||
* | 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 |
| | |||||
* | Bump some more years | Alex Gaynor | 2015-01-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 |