1
0
mirror of https://github.com/golang/go synced 2024-11-06 15:26:13 -07:00
go/src
Filippo Valsorda b35dacaac5 crypto/rc4: remove false guarantees from Reset docs and deprecate it
Nothing in Go can truly guarantee a key will be gone from memory (see
#21865), so remove that claim. That makes Reset useless, because
unlike most Reset methods it doesn't restore the original value state,
so deprecate it.

Change-Id: I6bb0f7f94c7e6dd4c5ac19761bc8e5df1f9ec618
Reviewed-on: https://go-review.googlesource.com/c/162297
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-02-22 17:05:17 +00:00
..
archive src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
bufio
builtin
bytes
cmd cmd/internal/obj/arm64: fix the bug assembling TSTW 2019-02-22 09:29:27 +00:00
compress src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
container
context
crypto crypto/rc4: remove false guarantees from Reset docs and deprecate it 2019-02-22 17:05:17 +00:00
database/sql database/sql/driver: fix typo 2019-02-15 17:23:55 +00:00
debug
encoding
errors
expvar
flag
fmt
go go/build: add go1.13 release tag 2019-02-20 21:44:53 +00:00
hash
html
image
index/suffixarray
internal
io
log
math src, misc: apply gofmt 2019-02-19 20:38:28 +00:00
mime
net net/http/httputil: make TestDumpRequest idempotent 2019-02-13 16:58:53 +00:00
os os: don't return ENOENT if directory removed before Fstatat 2019-02-12 21:17:38 +00:00
path path/filepath: revert "fix Windows-specific Clean bug" 2019-02-20 18:32:07 +00:00
plugin
reflect reflect: eliminate write barrier for copying result in callReflect 2019-02-01 19:23:02 +00:00
regexp
runtime runtime: make tests that invoke 'go build' module-agnostic 2019-02-19 19:56:43 +00:00
sort sort: change let to let's 2019-01-27 01:34:56 +00:00
strconv strconv: add 0b, 0o integer prefixes in ParseInt, ParseUint 2019-02-12 14:48:26 +00:00
strings
sync sync/atomic: add 32-bit MIPS to the 64-bit alignment requirement 2019-02-09 23:07:07 +00:00
syscall syscall: skip TestSyscallNoError when temp dir is mounted nosuid 2019-02-15 19:24:37 +00:00
testdata
testing
text text/scanner: don't liberally consume (invalid) floats or underbars 2019-02-20 20:23:28 +00:00
time
unicode
unsafe
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
Make.dist
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc