From 1eff3485b63f84956b5f212aa4d853783bf6c8b5 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 19 Jan 2016 13:57:19 +0000 Subject: Add TLS PRF method. Add EVP_PKEY algorithm for TLS1 PRF. Reviewed-by: Matt Caswell --- include/openssl/obj_mac.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/openssl/obj_mac.h') diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h index 5f21fd5a32..04605e07b1 100644 --- a/include/openssl/obj_mac.h +++ b/include/openssl/obj_mac.h @@ -4463,3 +4463,7 @@ #define SN_id_scrypt "id-scrypt" #define NID_id_scrypt 973 #define OBJ_id_scrypt 1L,3L,6L,1L,4L,1L,11591L,4L,11L + +#define SN_tls1_prf "TLS1-PRF" +#define LN_tls1_prf "tls1-prf" +#define NID_tls1_prf 1021 -- cgit v1.2.3