summaryrefslogtreecommitdiff
path: root/ssl/record/methods/recmethod_local.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-07-26 14:34:38 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:14 +0100
commit4566dae7236b5c90364e963fd02b2ee533e0d712 (patch)
treec29223957eaa3ba7c71884731ddba72c658842d8 /ssl/record/methods/recmethod_local.h
parent19d00444488c0a5861911ac8ba6b71c5c1f6c19a (diff)
downloadopenssl-new-4566dae7236b5c90364e963fd02b2ee533e0d712.tar.gz
Ensure various record layer options can be updated
We would like the capability for the options/mode/read_ahead settings to be updateable after the record layer object has been instantiated. 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 'ssl/record/methods/recmethod_local.h')
-rw-r--r--ssl/record/methods/recmethod_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/record/methods/recmethod_local.h b/ssl/record/methods/recmethod_local.h
index 2b0fe26827..972fd19a1b 100644
--- a/ssl/record/methods/recmethod_local.h
+++ b/ssl/record/methods/recmethod_local.h
@@ -286,4 +286,5 @@ void tls_set_first_handshake(OSSL_RECORD_LAYER *rl, int first);
void tls_set_max_pipelines(OSSL_RECORD_LAYER *rl, size_t max_pipelines);
void tls_get_state(OSSL_RECORD_LAYER *rl, const char **shortstr,
const char **longstr);
+int tls_set_options(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options);
int rlayer_setup_read_buffer(OSSL_RECORD_LAYER *rl);