summaryrefslogtreecommitdiff
path: root/src/node_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_crypto.h')
-rw-r--r--src/node_crypto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/node_crypto.h b/src/node_crypto.h
index c9ca39d3e6..7de42a07f1 100644
--- a/src/node_crypto.h
+++ b/src/node_crypto.h
@@ -147,6 +147,7 @@ class SecureContext : public BaseObject {
static void AddCACert(const v8::FunctionCallbackInfo<v8::Value>& args);
static void AddCRL(const v8::FunctionCallbackInfo<v8::Value>& args);
static void AddRootCerts(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void SetCipherSuites(const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetCiphers(const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetECDHCurve(const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetDHParam(const v8::FunctionCallbackInfo<v8::Value>& args);
@@ -155,6 +156,10 @@ class SecureContext : public BaseObject {
const v8::FunctionCallbackInfo<v8::Value>& args);
static void SetSessionTimeout(
const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void SetMinProto(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void SetMaxProto(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void GetMinProto(const v8::FunctionCallbackInfo<v8::Value>& args);
+ static void GetMaxProto(const v8::FunctionCallbackInfo<v8::Value>& args);
static void Close(const v8::FunctionCallbackInfo<v8::Value>& args);
static void LoadPKCS12(const v8::FunctionCallbackInfo<v8::Value>& args);
#ifndef OPENSSL_NO_ENGINE