-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RFC6655[1] actually has a typo in the name of its ciphersuites, it states that they use DHE_PSK (accurate) but wrote it PSK_DHE in the name of the ciphersuites 0xc0aa and 0xc0ab. There is an errata for it [2]. So the kex is actually DHE and the authentication PSK. [1]: https://datatracker.ietf.org/doc/html/rfc6655#section-4 [2]: https://www.rfc-editor.org/errata_search.php?rfc=6655&eid=3987
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters