Skip to content

Instantly share code, notes, and snippets.

@mimoo
Last active March 12, 2020 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mimoo/1d54ff9e36b857c34dce5cdf429f2947 to your computer and use it in GitHub Desktop.
Save mimoo/1d54ff9e36b857c34dce5cdf429f2947 to your computer and use it in GitHub Desktop.
signatures

Signatures

Use

  • a digital signature provides integrity, authentication and non-repudiation.
  • if trust is transitive, digital signatures can be used to build public key infrastructures (PKI). PKI allow trust to be reduced to a smaller set of keys.

Timeline

Protocols

// * TLS: signatures are used as PKI, to provide integrity to part of the transcript, to authenticate ephemeral keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment