aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rsa
AgeCommit message (Expand)Author
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-05-05crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PrivateKey.EqualFilippo Valsorda
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2020-04-02crypto/rsa: refactor RSA-PSS signing and verificationFilippo Valsorda
2020-03-31crypto/rsa: reject invalid length PKCS#1v1.5 signaturesRoland Shoemaker
2020-03-26crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.EqualFilippo Valsorda
2020-03-23Revert "crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal"Bryan C. Mills
2020-03-23crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.EqualFilippo Valsorda
2019-07-28all: change some function documentation to be more idiomaticDominik Honnef
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-06-07crypto: randomly read an extra byte of randomness in some places.Adam Langley
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-30math/big: return nil for nonexistent ModInverseBrian Kessler
2018-04-09crypto/rsa: improve the comment of PublicKey.SizeFilippo Valsorda
2018-04-03crypto/rsa: add PublicKey.Size accessorPascal S. de Kloe
2018-02-14crypto/rsa: improve error message for keys too short for PSSFilippo Valsorda
2017-10-29crypto/{ecdsa,rsa}: rename argument to PrivateKey.Sign.Adam Langley
2017-08-28crypto/rsa: fix URL for the PKCS #1 v2.2 document in pss.goUlrich Kunitz
2017-08-09crypto/rsa: drop uneeded parameter in modInverseBrian Kessler
2016-12-07crypto/*: document use or non-use of constant-time algorithmsRuss Cox
2016-09-22crypto/rsa: clarify comment on maximum message length.Nigel Tao
2016-09-13crypto/rsa: ensure that generating toy RSA keys doesn't loop.Adam Langley
2016-09-11crypto/rsa: remove unused variable yMichal Bohuslávek
2016-04-05crypto/rsa, crypto/ecdsa: fail earlier on zero parametersBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-23all: fix typosShawn Smith
2016-01-27crypto/rsa: expand on documentation and add some examples.Adam Langley
2015-12-17crypto/rsa: check CRT result.Adam Langley
2015-08-21all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike
2015-06-29crypto/rsa: check for primes ≤ 1 in ValidateAdam Langley
2015-06-11all: fix misprints in commentsAinar Garipov
2015-03-18crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader.Adam Langley
2015-03-16crypto/rsa: implement crypto.DecrypterNick Sullivan
2015-02-24crypto/rsa: drop the primality check in crypto/rsa.Validate.Adam Langley
2015-01-06crypto/rsa: rsa.SignPSS with opts=nil shouldn't crash.Adam Langley
2014-09-08build: move package sources from src/pkg to srcRuss Cox