go/src/crypto
Filippo Valsorda f4a8bf1283 crypto/tls: remove leftover extensionNextProtoNeg constant
NPN was removed in CL 174329.

Change-Id: Ic63ad53e7e24872e28673d590727e0300f435619
Reviewed-on: https://go-review.googlesource.com/c/go/+/208224
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-11-21 19:27:16 +00:00
..
aes crypto/aes,crypto/cipher: add asm implementation for aes-gcm on ppc64le 2019-09-24 16:15:36 +00:00
cipher crypto/cipher: improve xorBytesVSX asm for ppc64x 2019-09-24 21:30:45 +00:00
des cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
dsa all: fix a bunch of misspellings 2019-11-15 21:04:43 +00:00
ecdsa crypto/ecdsa: remove s390x assembly 2019-10-16 21:57:24 +00:00
ed25519 crypto/ed25519: outline NewKeyFromSeed and Sign 2019-09-24 10:23:40 +00:00
elliptic all: fix a bunch of misspellings 2019-11-15 21:04:43 +00:00
hmac crypto/hmac: rename CheckHMAC to ValidHMAC in package docs 2018-11-17 21:29:23 +00:00
internal
md5 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
rand all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
rc4 crypto/rc4: remove false guarantees from Reset docs and deprecate it 2019-02-22 17:05:17 +00:00
rsa all: change some function documentation to be more idiomatic 2019-07-28 18:09:57 +00:00
sha1 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
sha256 crypto/sha*: replace putUint{32,64} helpers 2019-05-23 16:16:26 +00:00
sha512 crypto/sha*: replace putUint{32,64} helpers 2019-05-23 16:16:26 +00:00
subtle crypto/subtle: normalize constant time ops docs 2019-01-22 19:40:30 +00:00
tls crypto/tls: remove leftover extensionNextProtoNeg constant 2019-11-21 19:27:16 +00:00
x509 crypto/x509: fix typo in godoc for ParseECPrivateKey 2019-11-20 05:44:42 +00:00
crypto.go
issue21104_test.go