all: fix article typos
a -> an Change-Id: I7362bdc199e83073a712be657f5d9ba16df3077e Reviewed-on: https://go-review.googlesource.com/63850 Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
2fda84b4f0
commit
0648fb0f1c
@ -172,7 +172,7 @@ func curveForCurveID(id CurveID) (elliptic.Curve, bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ecdheRSAKeyAgreement implements a TLS key agreement where the server
|
// ecdheRSAKeyAgreement implements a TLS key agreement where the server
|
||||||
// generates a ephemeral EC public/private key pair and signs it. The
|
// generates an ephemeral EC public/private key pair and signs it. The
|
||||||
// pre-master secret is then calculated using ECDH. The signature may
|
// pre-master secret is then calculated using ECDH. The signature may
|
||||||
// either be ECDSA or RSA.
|
// either be ECDSA or RSA.
|
||||||
type ecdheKeyAgreement struct {
|
type ecdheKeyAgreement struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user