From 0e40e0e7599cf4da9e473604415600da8f2746d4 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Fri, 9 Apr 2010 14:23:23 +0000 Subject: Fix renegotiate doc --- lib/ssl/doc/src/new_ssl.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/ssl/doc') diff --git a/lib/ssl/doc/src/new_ssl.xml b/lib/ssl/doc/src/new_ssl.xml index a83c2d1383..08868a1b3c 100644 --- a/lib/ssl/doc/src/new_ssl.xml +++ b/lib/ssl/doc/src/new_ssl.xml @@ -495,12 +495,15 @@ end - renegotiate(Socket) -> ok + renegotiate(Socket) -> ok | {error, Reason} Initiates a new handshake. Socket = sslsocket() -

Initiates a new handshake.

+

Initiates a new handshake. A notable return value is + {error, renegotiation_rejected} indicating that the peer + refused to go through with the renegotiation but the connection + is still active using the previously negotiated session.

-- cgit v1.2.3