]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/core_names.h
Transfer the functionality from ssl3_read_n to the new record layer
[thirdparty/openssl.git] / include / openssl / core_names.h
index a8f875a59abd84bbfb7a279320d1028bfba789c6..1d866368f7e2d2a0f838dc5da35088b09106eb45 100644 (file)
@@ -555,6 +555,13 @@ extern "C" {
 /* OSSL_DECODER input type if a decoder is used by the store */
 #define OSSL_STORE_PARAM_INPUT_TYPE "input-type"   /* UTF8_STRING */
 
+
+/* Libssl record layer */
+
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_OPTIONS    "options"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_MODE       "mode"
+#define OSSL_LIBSSL_RECORD_LAYER_PARAM_READ_AHEAD "read_ahead"
+
 # ifdef __cplusplus
 }
 # endif