aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/rsa.rst
Commit message (Collapse)AuthorAgeFilesLines
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-231-77/+0
|
* Fixed some sphinx linkification issuesAlex Gaynor2014-02-171-5/+3
|
* Merge branch 'master' into add-crt-coefficientsPaul Kehrer2014-02-131-11/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Also clean up this syntax Fixed a missing word in the RSA docs Fix comments in padding.py to be accurate add versionadded to cast5 A few style nits in the docs add CAST5 support to changelog Changed .... lines to ~~~~ and s/Gnu\/Linux/Linux/ Pypy is not a real word either apparently. Added Pypy note and fixed libffi's "spelling" Added Debian mention, extra missing packages Added a docs section on Linux installation remove some extra linebreaks add cast5 docs Syntax highlight the go code. Be mad Rob Pike. add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & cc re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417 Switch this to a warning block Be clear about HKDF's applicability for password storage Conflicts: docs/hazmat/primitives/rsa.rst
| * Also clean up this syntaxAlex Gaynor2014-02-131-7/+7
| |
| * Fixed a missing word in the RSA docsAlex Gaynor2014-02-131-10/+10
| |
* | update constructor docs for rsaPaul Kehrer2014-02-121-7/+8
|/
* Add RSAPrivateKey.generateAlex Stapleton2014-02-121-3/+23
|
* .Alex Stapleton2014-02-071-1/+1
|
* Add warning about untrusted private keysAlex Stapleton2014-02-071-0/+7
|
* More sanity checksAlex Stapleton2014-02-061-3/+3
|
* RSA key docsAlex Stapleton2014-02-051-0/+51