]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/recordmethod.h
Extend the new_record_layer function
[thirdparty/openssl.git] / include / internal / recordmethod.h
index d6d432413a75ed6041be6a7571e73d2fda239843..fda3549590c6752b205e89e7adda5e6679988f57 100644 (file)
@@ -124,6 +124,8 @@ struct ossl_record_method_st {
                             int role, int direction,
                             int level,
                             uint16_t epoch,
+                            unsigned char *secret,
+                            size_t secretlen,
                             unsigned char *key,
                             size_t keylen,
                             unsigned char *iv,
@@ -135,6 +137,7 @@ struct ossl_record_method_st {
                             int mactype,
                             const EVP_MD *md,
                             COMP_METHOD *comp,
+                            const EVP_MD *kdfdigest,
                             BIO *prev,
                             BIO *transport,
                             BIO *next,