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
...
*
Fixed #1555 and fixed #1556 -- moved the RSA padding docs into the primary RS...
Alex Gaynor
2014-12-19
1
-0
/
+77
*
Use HTTPS for a number of URLs in the docs
Alex Gaynor
2014-12-12
1
-1
/
+1
*
remove docs for fully deprecated classes/methods
Paul Kehrer
2014-09-29
1
-237
/
+0
*
document methods on RSA/DSA Numbers classes
Paul Kehrer
2014-07-10
1
-0
/
+19
*
simplify examples per dreid's suggestion
Paul Kehrer
2014-06-24
1
-39
/
+1
*
add information about why we deprecated the concrete providers
Paul Kehrer
2014-06-24
1
-0
/
+5
*
RSA doc update for deprecation. Move some examples.
Paul Kehrer
2014-06-24
1
-258
/
+260
*
modify RSA numbers loading to match elliptic curve
Paul Kehrer
2014-06-20
1
-0
/
+24
*
rename the docs too.
Paul Kehrer
2014-06-07
1
-2
/
+2
*
add some missing docs
Paul Kehrer
2014-06-06
1
-3
/
+18
*
add rsa_generate_private_key function to replace RSAPrivateKey.generate
Paul Kehrer
2014-06-06
1
-1
/
+10
*
Merge pull request #984 from dreid/rsa-numbers
Paul Kehrer
2014-06-03
1
-0
/
+79
|
\
|
*
Make public_numbers a property.
David Reid
2014-05-01
1
-6
/
+8
|
*
Fix typos.
David Reid
2014-04-30
1
-1
/
+1
|
*
Rewrite some descriptions to not be self-referential and rewrite the private ...
David Reid
2014-04-30
1
-4
/
+10
|
*
More RSA*Numbers documentation, gosh these descriptions are bad.
David Reid
2014-04-30
1
-0
/
+5
|
*
Most basic numbers documentation.
David Reid
2014-04-30
1
-0
/
+66
*
|
Missing semicolon
Alex Gaynor
2014-05-15
1
-4
/
+4
*
|
Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs
Alex Gaynor
2014-05-15
1
-2
/
+8
*
|
Multibackend now supports all of RSABackend
Paul Kehrer
2014-05-09
1
-34
/
+54
*
|
Style guide fix in the docs
Alex Gaynor
2014-05-03
1
-1
/
+1
|
/
*
improve style in test, update docs for rsa encryption review
Paul Kehrer
2014-04-24
1
-1
/
+2
*
change doctest to codeblock until we add multibackend support for encrypt
Paul Kehrer
2014-04-24
1
-16
/
+16
*
RSA encryption support
Paul Kehrer
2014-04-24
1
-0
/
+60
*
add OAEP decryption example in docs
Paul Kehrer
2014-04-22
1
-0
/
+16
*
OAEP support for RSA decryption
Paul Kehrer
2014-04-22
1
-2
/
+10
*
more key length checks, docs update
Paul Kehrer
2014-04-20
1
-3
/
+3
*
remove InvalidDecryption and replace with ValueError
Paul Kehrer
2014-04-20
1
-5
/
+2
*
more docs
Paul Kehrer
2014-04-20
1
-0
/
+33
*
Utility methods for RSA CRT params
Alex Stapleton
2014-04-18
1
-0
/
+35
*
Merge pull request #883 from reaperhulk/deprecation-dance
Alex Gaynor
2014-04-03
1
-12
/
+6
|
\
|
*
move salt_length from MGF1 to PSS and start deprecation cycle
Paul Kehrer
2014-04-02
1
-12
/
+6
*
|
Remove 'Must be at least 512.' statement from RSA's docs
Mohammed Attia
2014-04-03
1
-3
/
+3
|
/
*
Fixed #809 -- switch back to always using UnsupportedAlgorithm
Alex Gaynor
2014-03-27
1
-26
/
+19
*
document the ValueError
Paul Kehrer
2014-03-19
1
-0
/
+6
*
RSA PSS signature support
Paul Kehrer
2014-03-19
1
-3
/
+58
*
Added backend check to rsa primitives
Ayrx
2014-03-16
1
-0
/
+12
*
docs language improvement
Paul Kehrer
2014-02-26
1
-1
/
+1
*
fix docs, port some review comments forward to the new PR
Paul Kehrer
2014-02-25
1
-18
/
+21
*
more kwargs
Paul Kehrer
2014-02-25
1
-1
/
+5
*
add RSA verification support
Paul Kehrer
2014-02-25
1
-0
/
+36
*
reorganize docs slightly
Paul Kehrer
2014-02-25
1
-15
/
+21
*
rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPadding
Paul Kehrer
2014-02-24
1
-1
/
+1
*
incorporate review feedback. kwarg!
Paul Kehrer
2014-02-23
1
-1
/
+5
*
add RSA PKCS1 signing (and structure for PSS + verification)
Paul Kehrer
2014-02-23
1
-0
/
+107
[prev]