commit d50a2cc615bdfef1122ccac12398397948b5312e Author: Philipp Winter phw@torproject.org Date: Sat Mar 8 17:38:12 2014 +0100
Add missing reference. --- doc/scramblesuit/scramblesuit-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/scramblesuit/scramblesuit-spec.txt b/doc/scramblesuit/scramblesuit-spec.txt index e9de667..208b264 100644 --- a/doc/scramblesuit/scramblesuit-spec.txt +++ b/doc/scramblesuit/scramblesuit-spec.txt @@ -104,7 +104,7 @@ A client can authenticate itself towards a ScrambleSuit server by redeeming a 112-byte session ticket T. Such a ticket contains the master key k_t and is encrypted and authenticated using keys only known to the server. The - structure of a session ticket is discussed in Section XXX. If a valid + structure of a session ticket is discussed in Section 5.1. If a valid session ticket is available, a client SHOULD redeem it rather than conduct a UniformDH handshake.