aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rc4
AgeCommit message (Expand)Author
2019-02-22crypto/rc4: remove false guarantees from Reset docs and deprecate itFilippo Valsorda
2018-08-21crypto/rc4: remove assembler implementationsAndreas Auernhammer
2018-06-19crypto: panic on illegal input and output overlapFilippo Valsorda
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-03-23crypto/rc4: optimize generic implementation slightlyMichael Munday
2017-10-31crypto/cipher, crypto/rc4: make overlap rules wording consistentFilippo Valsorda
2017-08-09crypto/{aes,cipher,rc4}: fix out of bounds write in stream ciphersWei Congrui
2017-05-04crypto: revise wording about cryptographically broken algorithmsBrad Fitzpatrick
2017-05-03crypto: document insecure algorithmsAndreas Auernhammer
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-03-02all: single space after period.Brad Fitzpatrick
2015-02-18[dev.cc] cmd/asm: make 4(SP) illegal except on 386Rob Pike
2015-02-13[dev.cc] all: edit assembly source for ARM to be more regularRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox