aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor2014-03-271-26/+19
* document the ValueErrorPaul Kehrer2014-03-191-0/+6
* RSA PSS signature supportPaul Kehrer2014-03-191-3/+58
* Standardise on sentence case for titlesAlex Stapleton2014-03-182-3/+2
* link to Colin Percival re: recommended RSA signature paddingPaul Kehrer2014-03-171-1/+2
* move PSS to top of docsPaul Kehrer2014-03-161-7/+7
* add RSA PSS verification supportPaul Kehrer2014-03-161-0/+13
* Added backend check to rsa primitivesAyrx2014-03-161-0/+12
* document MAX_LENGTHPaul Kehrer2014-03-111-0/+5
* add MGF1 class, docs, testsPaul Kehrer2014-03-101-0/+18
* docs language improvementPaul Kehrer2014-02-261-1/+1
* fix docs, port some review comments forward to the new PRPaul Kehrer2014-02-251-18/+21
* more kwargsPaul Kehrer2014-02-251-1/+5
* add RSA verification supportPaul Kehrer2014-02-251-0/+36
* reorganize docs slightlyPaul Kehrer2014-02-251-15/+21
* rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-242-4/+4
* incorporate review feedback. kwarg!Paul Kehrer2014-02-231-1/+5
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-233-0/+137