aboutsummaryrefslogtreecommitdiff
path: root/proposals/269-hybrid-handshake.txt
AgeCommit message (Collapse)Author
2023-10-12Wrap text proposals in backticks.Nick Mathewson
2018-06-03PQ status updateNick Mathewson
2016-10-14prop269: Moved instantiations to appendixJohn M. Schanck
2016-10-14prop269: Append PROTOID to TRANSCRIPTJohn M. Schanck
2016-10-14prop269: Removed hash of initial XTR saltJohn M. Schanck
2016-09-02prop269: Alternative KDFJohn M. Schanck
This variant makes two theoretically interesting changes: 1) It only uses client provided inputs for the extractor salt, 2) It includes an additional HMAC step for deriving AUTH. The first change prevents someone who is attempting to impersonate the server from biasing the randomness extractor. We don't expect such a biasing attack to be possible, but there's no harm in eliminating the possibility. The second change eliminates the 2^lambda session collision attack mentioned in previous versions.
2016-07-22Add the common hybrid handshake proposal and assign it a number.Isis Lovecruft