summaryrefslogtreecommitdiff
path: root/lib/ssl/src/ssl_internal.hrl
diff options
context:
space:
mode:
authorAndreas Schultz <aschultz@tpip.net>2012-09-20 14:42:40 +0200
committerAndreas Schultz <aschultz@tpip.net>2013-02-27 19:24:13 +0100
commit31296a676698178837c01d8f09e3518f0fb93f60 (patch)
treecdcd059acc67d28e977b3f3765aaf98bb6b58e46 /lib/ssl/src/ssl_internal.hrl
parentfff8db022229ed049539fbbd3cf894303d963288 (diff)
downloaderlang-31296a676698178837c01d8f09e3518f0fb93f60.tar.gz
SSL: add TLS-SRP (RFC 5054) cipher suites
Diffstat (limited to 'lib/ssl/src/ssl_internal.hrl')
-rw-r--r--lib/ssl/src/ssl_internal.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/ssl_internal.hrl b/lib/ssl/src/ssl_internal.hrl
index fc441a3f01..96a1c8e1ce 100644
--- a/lib/ssl/src/ssl_internal.hrl
+++ b/lib/ssl/src/ssl_internal.hrl
@@ -92,6 +92,7 @@
dhfile, % file()
user_lookup_fun, % server option, fun to lookup the user
psk_identity, % binary
+ srp_identity, % client option {User, Password}
ciphers, %
%% Local policy for the server if it want's to reuse the session
%% or not. Defaluts to allways returning true.