summaryrefslogtreecommitdiff
path: root/src/crypto/rsa/pss.go
Commit message (Expand)AuthorAgeFilesLines
* crypto/rsa: fix salt length calculation with PSSSaltLengthAutoHimanshu Kishna Srivastava2021-03-291-1/+1
* math/big: add (*Int).FillBytesFilippo Valsorda2020-05-051-10/+7
* crypto/rsa: refactor RSA-PSS signing and verificationFilippo Valsorda2020-04-021-82/+91
* crypto/rsa: improve error message for keys too short for PSSFilippo Valsorda2018-02-141-1/+1
* crypto/rsa: fix URL for the PKCS #1 v2.2 document in pss.goUlrich Kunitz2017-08-281-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-3/+3
* crypto/rsa: check CRT result.Adam Langley2015-12-171-1/+1
* crypto/rsa: rsa.SignPSS with opts=nil shouldn't crash.Adam Langley2015-01-061-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+297