go/src/crypto
Filippo Valsorda 9417ff55c3 crypto/tls: expand docs on client-side session ticket support
Users are sometimes confused why session tickets are not enabled even if
SessionTicketsDisabled is false.

Change-Id: I3b783d2cf3eed693a3ad6acb40a8003db7e0b648
Reviewed-on: https://go-review.googlesource.com/117255
Reviewed-by: Adam Langley <agl@golang.org>
2018-06-07 21:15:41 +00:00
..
aes all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
cipher crypto/cipher: replace NewGCMWithNonceAndTagSize with NewGCMWithTagSize 2018-06-07 01:19:13 +00:00
des crypto: revise wording about cryptographically broken algorithms 2017-05-04 12:31:18 +00:00
dsa crypto: randomly read an extra byte of randomness in some places. 2018-06-07 15:09:25 +00:00
ecdsa crypto: randomly read an extra byte of randomness in some places. 2018-06-07 15:09:25 +00:00
elliptic all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
hmac all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
internal/randutil crypto: randomly read an extra byte of randomness in some places. 2018-06-07 15:09:25 +00:00
md5 crypto/md5: unnecessary conversion 2018-04-24 15:49:43 +00:00
rand crypto/rand, crypto/x509: add js/wasm architecture 2018-05-03 18:00:24 +00:00
rc4 all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
rsa crypto: randomly read an extra byte of randomness in some places. 2018-06-07 15:09:25 +00:00
sha1 crypto: fix typos in the comments 2018-05-28 17:09:11 +00:00
sha256 all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
sha512 all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
subtle crypto/subtle: simplify and speed up constant-time primitives 2017-11-10 03:47:57 +00:00
tls crypto/tls: expand docs on client-side session ticket support 2018-06-07 21:15:41 +00:00
x509 crypto/x509: use SecItemExport instead of deprecated SecKeychainItemExport 2018-06-06 17:59:08 +00:00
crypto.go crypto: add BLAKE2b and BLAKE2s hash constants 2017-03-01 19:26:16 +00:00
issue21104_test.go crypto/{aes,cipher,rc4}: fix out of bounds write in stream ciphers 2017-08-09 04:17:51 +00:00