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
*
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