Просмотр исходного кода

Clarify a paragraph in prop 169.

Nick Mathewson 15 лет назад
Родитель
Сommit
f75f7322b9
1 измененных файлов с 7 добавлено и 4 удалено
  1. 7 4
      doc/spec/proposals/169-eliminating-renegotiation.txt

+ 7 - 4
doc/spec/proposals/169-eliminating-renegotiation.txt

@@ -314,10 +314,13 @@ Target: 0.2.2
                cells.
                cells.
              * Send a NETINFO cell.  Wait for a CERT and a NETINFO
              * Send a NETINFO cell.  Wait for a CERT and a NETINFO
                cell from the server.
                cell from the server.
-             * If the CERT cell is a good cert signing the public
+             * If the CERT cell contains a valid self-identity cert,
-               key in the x.509 certificate we got during the TLS
+               and the identity key in the cert can be used to check
-               handshake, we connected to the server with that
+               the signature on the x.509 certificate we got during
-               identity key.  Otherwise close the connection.
+               the TLS handshake, then we know we connected to the
+               server with that identity.  If any of these checks
+               fail, or the identity key was not what we expected,
+               then we close the connection.
              * Once the NETINFO cell arrives, continue as before.
              * Once the NETINFO cell arrives, continue as before.
 
 
    And V3+ responder behavior now looks like this:
    And V3+ responder behavior now looks like this: