aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives/asymmetric/rsa.py
Commit message (Expand)AuthorAgeFilesLines
* Don't bother computing y coefficient in _modinv (#5037)Clayton Smith2019-10-291-3/+3
* Fix deprecation warning (#3574)Alex Gaynor2017-05-231-1/+5
* Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)Dirkjan Ochtman2016-07-191-1/+1
* Use `d` instead of `private_exponent` for consistency (#2991)Dirkjan Ochtman2016-06-221-2/+2
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-041-0/+12
* Fixed #2143 -- added __hash__ to RSA{Public,Private}NumbersAlex Gaynor2015-07-121-0/+14
* move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-041-3/+3
* deprecation dance.Paul Kehrer2015-05-131-22/+0
* Attempt at simplifying the repr code.Alex Gaynor2015-03-231-1/+1
* support RSA public key serializationPaul Kehrer2015-03-071-1/+18
* change as_bytes to private_bytes, link more thingsPaul Kehrer2015-02-281-1/+1
* address review feedbackPaul Kehrer2015-02-271-1/+1
* rename dump to as_bytesPaul Kehrer2015-02-251-2/+2
* address review commentsPaul Kehrer2015-02-251-4/+11
* Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-1/+11
* Move RSA*Key interfaces to cryptography.hazmat.primitives.asymmetric.rsaAlex Stapleton2015-01-241-0/+67
* move attempts to a constant and add a comment about itPaul Kehrer2015-01-181-1/+7
* various improvements to rsa_recover_prime_factors per review feedbackPaul Kehrer2015-01-181-4/+4
* recover (p, q) given (n, e, d). fixes #975Paul Kehrer2015-01-181-0/+45
* add NotImplemented handlingPaul Kehrer2014-12-101-0/+6
* add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classesPaul Kehrer2014-12-101-0/+20
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-0/+191