commit 9c218f93b9b84587c2b200a871295475ac19b7f6 Author: Donncha O'Cearbhaill donncha@donncha.is Date: Mon Nov 2 14:46:00 2015 +0100
Remove the unimplemented service-authentication field (#15190). --- rend-spec.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/rend-spec.txt b/rend-spec.txt index 5dd1828..aa07808 100644 --- a/rend-spec.txt +++ b/rend-spec.txt @@ -326,20 +326,7 @@ or not) is encoded in base64, and surrounded with "-----BEGIN MESSAGE-----" and "-----END MESSAGE-----".
- The unencrypted string may begin with: - - "service-authentication" auth-type auth-data NL - - [Any number] - - The service-specific authentication data can be used to perform - client authentication. This data is independent of the selected - introduction point as opposed to "intro-authentication" below. The - format of auth-data (base64-encoded or PEM format) depends on - auth-type. See section 2 of this document for details on auth - mechanisms. - - Subsequently, an arbitrary number of introduction point entries may + An arbitrary number of introduction point entries may follow, each containing the following data:
"introduction-point" SP identifier NL
tor-commits@lists.torproject.org