Add TLS PRF method.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 19 Jan 2016 13:57:19 +0000 (13:57 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 19 Jan 2016 14:00:32 +0000 (14:00 +0000)
commit1eff3485b63f84956b5f212aa4d853783bf6c8b5
tree0514fcea64dc2d2edc7616614b257e88584a6c24
parent8957728772824c1efd1c5e479d8b60fe6f88e6f5
Add TLS PRF method.

Add EVP_PKEY algorithm for TLS1 PRF.

Reviewed-by: Matt Caswell <matt@openssl.org>
Makefile.in
crypto/evp/pmeth_lib.c
crypto/include/internal/evp_int.h
crypto/kdf/Makefile.in [new file with mode: 0644]
crypto/kdf/tls1_prf.c [new file with mode: 0644]
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
include/openssl/evp.h
include/openssl/kdf.h [new file with mode: 0644]
include/openssl/obj_mac.h