aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/padding.rst
Commit message (Expand)AuthorAgeFilesLines
* update docs for oaepPaul Kehrer2014-04-231-1/+1
* OAEP support for RSA decryptionPaul Kehrer2014-04-221-0/+16
* remove OAEP decryption to simplify reviewPaul Kehrer2014-04-201-16/+0
* update docs for OAEPPaul Kehrer2014-04-201-2/+2
* docs, tests, general huge improvements to RSA decryptionPaul Kehrer2014-04-201-2/+20
* address review commentsPaul Kehrer2014-04-021-1/+1
* move salt_length from MGF1 to PSS and start deprecation cyclePaul Kehrer2014-04-021-10/+16
* Standardise on sentence case for titlesAlex Stapleton2014-03-181-2/+1
* 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
* document MAX_LENGTHPaul Kehrer2014-03-111-0/+5
* add MGF1 class, docs, testsPaul Kehrer2014-03-101-0/+18
* rename PKCS1->PKCS1v15 & UnsupportedAsymmetricPadding->UnsupportedPaddingPaul Kehrer2014-02-241-3/+3
* add RSA PKCS1 signing (and structure for PSS + verification)Paul Kehrer2014-02-231-0/+20