]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/tls,crypto/x509: normalize RFC references
authorFilippo Valsorda <filippo@golang.org>
Fri, 12 Oct 2018 21:07:04 +0000 (17:07 -0400)
committerFilippo Valsorda <filippo@golang.org>
Wed, 17 Oct 2018 03:58:03 +0000 (03:58 +0000)
commitee76992200a282f0ed4eb52e686ec254d8313cdc
tree0e47adfa9d18e1d6defbd18e2a57744d55f9a370
parent9c039ea27a0deafcc713a1fced175ba73ae47b6a
crypto/tls,crypto/x509: normalize RFC references

Use the format "RFC XXXX, Section X.X" (or "Appendix Y.X") as it fits
more properly in prose than a link, is more future-proof, and as there
are multiple ways to render an RFC. Capital "S" to follow the quoting
standard of RFCs themselves.

Applied the new goimports grouping to all files in those packages, too.

Change-Id: I01267bb3a3b02664f8f822e97b129075bb14d404
Reviewed-on: https://go-review.googlesource.com/c/141918
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
14 files changed:
src/crypto/tls/auth.go
src/crypto/tls/cipher_suites.go
src/crypto/tls/common.go
src/crypto/tls/conn.go
src/crypto/tls/handshake_client.go
src/crypto/tls/handshake_messages.go
src/crypto/tls/handshake_messages_test.go
src/crypto/tls/handshake_server.go
src/crypto/tls/key_agreement.go
src/crypto/tls/prf.go
src/crypto/x509/pem_decrypt.go
src/crypto/x509/pkix/pkix.go
src/crypto/x509/verify.go
src/crypto/x509/x509.go