1
0
mirror of https://github.com/golang/go synced 2024-10-04 23:21:20 -06:00
go/src/crypto/tls
Brad Fitzpatrick 5fea2ccc77 all: single space after period.
The tree's pretty inconsistent about single space vs double space
after a period in documentation. Make it consistently a single space,
per earlier decisions. This means contributors won't be confused by
misleading precedence.

This CL doesn't use go/doc to parse. It only addresses // comments.
It was generated with:

$ perl -i -npe 's,^(\s*// .+[a-z]\.)  +([A-Z]),$1 $2,' $(git grep -l -E '^\s*//(.+\.)  +([A-Z])')
$ go test go/doc -update

Change-Id: Iccdb99c37c797ef1f804a94b22ba5ee4b500c4f7
Reviewed-on: https://go-review.googlesource.com/20022
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Dave Day <djd@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-02 00:13:47 +00:00
..
testdata crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites 2015-11-15 20:59:11 +00:00
alert.go crypto/tls: support TLS_FALLBACK_SCSV as a server. 2014-10-15 17:54:04 -07:00
cipher_suites.go crypto/tls: Improve ambiguous comment in cipher_suites.go 2016-02-22 23:56:37 +00:00
common.go crypto/tls: don't send IP literals as SNI values. 2015-11-10 22:17:16 +00:00
conn_test.go
conn.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_test.go
generate_cert.go
handshake_client_test.go crypto/tls: don't send IPv6 literals and absolute FQDNs as SNI values 2016-02-27 10:05:53 +00:00
handshake_client.go crypto/tls: don't send IPv6 literals and absolute FQDNs as SNI values 2016-02-27 10:05:53 +00:00
handshake_messages_test.go crypto/tls: decouple handshake signatures from the handshake hash. 2015-04-30 03:47:02 +00:00
handshake_messages.go crypto/tls: reject ServerHellos with empty ALPN protocols. 2015-08-30 15:33:36 +00:00
handshake_server_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
handshake_server.go all: single space after period. 2016-03-02 00:13:47 +00:00
handshake_test.go
key_agreement.go all: single space after period. 2016-03-02 00:13:47 +00:00
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. 2015-04-30 03:47:02 +00:00
prf.go crypto/tls: len(clientRandom) used for serverRandom source 2015-11-10 22:17:54 +00:00
ticket.go crypto/tls: add support for session ticket key rotation 2015-04-26 20:57:28 +00:00
tls_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
tls.go all: remove public named return values when useless 2016-02-29 03:31:19 +00:00