Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less circular definitions for identity #25

Merged
merged 1 commit into from
Feb 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions draft-ietf-tls-external-psk-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ Moreover, each external PSK MUST be associated with at most one hash function.
- External PSK (EPSK): A PSK established or provisioned out-of-band, i.e., not from a TLS
connection, which is a tuple of (Base Key, External Identity, Hash).
- Base Key: The secret value of an EPSK.
- External Identity: The identity of an EPSK.
- External Identity: A sequence of bytes used to identify an EPSK.
- Target protocol: The protocol for which a PSK is imported for use.
- Target KDF: The KDF for which a PSK is imported for use.
- Imported PSK (IPSK): A PSK derived from an EPSK, external identity, optional context string,
and target protocol and KDF.
- Imported Identity: The identity of an Imported PSK as sent on the wire.
- Imported Identity: A sequence of bytes used to identify an IPSK.

# Key Import

Expand Down