index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
hazmat
/
primitives
/
asymmetric
/
rsa.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Colin's website went HTTPS! (#4515)
Alex Gaynor
2018-10-24
1
-2
/
+2
*
switch to py3 on docs job (#4230)
Paul Kehrer
2018-05-12
1
-3
/
+3
*
switch RSA OAEP examples to use SHA256 (#4117)
Paul Kehrer
2018-02-22
1
-4
/
+4
*
Add import default backend (#4061)
Pablo Lefort
2017-12-20
1
-0
/
+1
*
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
*
be clearer that 65537 is the right answer (#3714)
Paul Kehrer
2017-06-23
1
-1
/
+2
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
1
-57
/
+34
*
support RSA verify with prehashing (#3265)
Paul Kehrer
2016-11-20
1
-1
/
+6
*
support prehashing in RSA sign (#3238)
Paul Kehrer
2016-11-20
1
-1
/
+6
*
Removed provider language from asymmetric primitives docs (#3052)
Gabriel Orisaka
2016-07-26
1
-46
/
+31
*
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
*
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
*
Add convenience methods to sign and verify w/ RSA (#2945)
Colleen Murphy
2016-06-04
1
-3
/
+73
*
HTTPS some links, in the odd event users of a cryptographic library would car...
Alex Gaynor
2016-03-06
1
-1
/
+1
*
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
[next]