Add support for TLS1.3 secret generation
authorMatt Caswell <matt@openssl.org>
Tue, 8 Nov 2016 10:34:28 +0000 (10:34 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Nov 2016 14:08:14 +0000 (14:08 +0000)
commit34574f193bf9961256d5b8bdb6950dcc890e0336
tree8fecf61766bcbe05fdcb50607f82985222d30acb
parent9b36b7d9bdb33d1edbc2bbfd8a773a0eb8645788
Add support for TLS1.3 secret generation

Nothing is using this yet, it just adds the underlying functions necesary
for generating the TLS1.3 secrets.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/build.info
ssl/ssl_locl.h
ssl/tls13_enc.c [new file with mode: 0644]