File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -486,9 +486,9 @@ instead of each other.
486486
487487 A man-in-the-middle attack.
488488
489- A simple solution for this is to add signatures to the messages containing
489+ A simple solution for this is to add signatures to the messages containing
490490Diffie-Hellman parameters. This relies on public keys that can be verified
491- through other means, such as Certificate Authorities, or Web of Trust.
491+ through other means, such as Certificate Authorities, or Web of Trust.
492492If both participants have certificates, they can
493493authenticate each other. If just one has a certificate, then just that
494494one can be authenticated. This is useful in some situations; for
@@ -516,5 +516,5 @@ based on elliptic curves. This is indicated using 'EC' as prefix, so
516516it becomes 'ECDHE' (Elliptic Curve Diffie-Hellman Ephemeral).
517517Explaining elliptic curve arithmetics goes beyond the scope of this
518518book, but roughly works in the same way and also provides the same
519- guarantees as before, but is more efficient and at least as hard
519+ guarantees as before, but is more efficient and at least as hard
520520to break computationally at the moment.
You can’t perform that action at this time.
0 commit comments