aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/dsa/dsa.go
AgeCommit message (Expand)Author
2020-10-02crypto/dsa,crypto/x509: deprecate DSA and remove crypto/x509 supportFilippo Valsorda
2019-11-05crypto/dsa: prevent bad public keys from causing panicKatie Hockman
2019-11-02crypto/dsa: change bitwise checks to mod operationsKatie Hockman
2018-06-07crypto: randomly read an extra byte of randomness in some places.Adam Langley
2017-09-15all: fix article typosKunpei Sakai
2016-12-07crypto/*: document use or non-use of constant-time algorithmsRuss Cox
2016-12-07crypto/dsa: don't allow signing with degenerate private keys to loop forever.Adam Langley
2016-04-05crypto/dsa: eliminate invalid PublicKey earlyRobert Griesemer
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-01-06crypto/dsa: adjust GenerateParameters commentRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox