aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_alert.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2012-08-22 15:54:55 +0200
committerIngela Anderton Andin <[email protected]>2012-08-22 15:54:55 +0200
commitc30ab31df2b00c6c74de23a27ca7244fb897ef36 (patch)
tree6b61712dc1bc20f66ae917e13a3b35ece2af2aec /lib/ssl/src/ssl_alert.erl
parent064b42237d891d5fdcb6c1a351980b8291437618 (diff)
downloadotp-c30ab31df2b00c6c74de23a27ca7244fb897ef36.tar.gz
otp-c30ab31df2b00c6c74de23a27ca7244fb897ef36.tar.bz2
otp-c30ab31df2b00c6c74de23a27ca7244fb897ef36.zip
ssl: Add missing sslv3 alert
Diffstat (limited to 'lib/ssl/src/ssl_alert.erl')
-rw-r--r--lib/ssl/src/ssl_alert.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_alert.erl b/lib/ssl/src/ssl_alert.erl
index eb1228afa4..222b3f1ad7 100644
--- a/lib/ssl/src/ssl_alert.erl
+++ b/lib/ssl/src/ssl_alert.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2007-2010. All Rights Reserved.
+%% Copyright Ericsson AB 2007-2012. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -84,6 +84,8 @@ description_txt(?DECOMPRESSION_FAILURE) ->
"decompression failure";
description_txt(?HANDSHAKE_FAILURE) ->
"handshake failure";
+description_txt(?NO_CERTIFICATE_RESERVED) ->
+ "No certificate reserved";
description_txt(?BAD_CERTIFICATE) ->
"bad certificate";
description_txt(?UNSUPPORTED_CERTIFICATE) ->