summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorGuru Chaitanya Perakam <gperakam@Brocade.com>2015-07-03 10:47:31 +0530
committerBen Pfaff <blp@nicira.com>2015-07-06 08:05:59 -0700
commit895107e4fe31fed7eaf6f13891408b8d2e11521a (patch)
tree81462d3dd3baef43140cb3202827291aa97630dc /AUTHORS
parentbc500e31876610af39256078f3fa5e0ddf380773 (diff)
downloadopenvswitch-895107e4fe31fed7eaf6f13891408b8d2e11521a.tar.gz
stream-ssl: Set SSL session cache mode to disables.
To enable SSL clients to reconnect with the ovs-testcontoller without being rejected, one must either set the SSL Session ID flag or disable the SSL caching. This patch disables the SSL caching/reuse. In the absence of this fix, the error message from ovs-testcontroller is as below: SSL protocol error: SSL_accept (error:140D9115:SSL routines:SSL_GET_PREV_SESSION:session id context uninitialized) See <https://www.openssl.org/docs/ssl/SSL_CTX_set_session_id_context.html>. Validation: Tested with ovs-testcontroller, by performing SSL reconnection with OpenSSL based SSL client. Signed-off-by: Guru Chaitanya Perakam <gperakam@brocade.com> Reported-by: Guru Chaitanya Perakam <gperakam@brocade.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d4a9f2e88..de3bbf34c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -70,6 +70,7 @@ Gianluca Merlo gianluca.merlo@gmail.com
Giuseppe Lettieri g.lettieri@iet.unipi.it
Glen Gibb grg@stanford.edu
Guolin Yang gyang@nicira.com
+Guru Chaitanya Perakam gperakam@Brocade.com
Gurucharan Shetty gshetty@nicira.com
Henry Mai hmai@nicira.com
Hao Zheng hzheng@nicira.com