summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-05-10 19:50:00 +0200
committerMatt Caswell <matt@openssl.org>2022-08-18 17:38:12 +0200
commitcc110a0aaebd627a9e61e2c8d68b02e3e0a4e76b (patch)
tree3ab1dc49a5c3ebea035c8ee66f45b358b36fa88e /test
parentMove protocol version specific code into separate files (diff)
downloadopenssl-cc110a0aaebd627a9e61e2c8d68b02e3e0a4e76b.tar.xz
openssl-cc110a0aaebd627a9e61e2c8d68b02e3e0a4e76b.zip
Implement KTLS in the new read record layer code
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'test')
-rw-r--r--test/tls13secretstest.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/tls13secretstest.c b/test/tls13secretstest.c
index f8d14777b3..ae5702d3a6 100644
--- a/test/tls13secretstest.c
+++ b/test/tls13secretstest.c
@@ -225,9 +225,8 @@ void ssl_evp_md_free(const EVP_MD *md)
{
}
-int ssl_set_new_record_layer(SSL_CONNECTION *s, const OSSL_RECORD_METHOD *meth,
- int version, int direction, int level,
- unsigned char *key, size_t keylen,
+int ssl_set_new_record_layer(SSL_CONNECTION *s, int version, int direction,
+ int level, unsigned char *key, size_t keylen,
unsigned char *iv, size_t ivlen,
unsigned char *mackey, size_t mackeylen,
const EVP_CIPHER *ciph, size_t taglen,