Newsgroup: comp.lang.c++
Subject: DSR and OpenSSL question
From: Friend <hirenshah.05@...>
Date: Thu, 12 Dec 2013 10:05:00 -0800 (PST)
Hi All,
I configured OpenSSL as server. I create SSL object, SSL_set_fd and than SSL_accept.
I understand after SSL_accept, I can just do SSL_read/SSL_write with SSL object (which is bind to FD).
Is it possible to do SSL_set_fd again after SSL_accept. Everything under SSL object should remain same (it has already pass SSL handshake), only FD number is changed.
I have this requirement because its DSR (Direct Server Return architecture). Where SSL handshake will happen on Server 1 and than DSR to Server 2 and Server 2 does communication with client.
Subject: DSR and OpenSSL question
From: Friend <hirenshah.05@...>
Date: Thu, 12 Dec 2013 10:05:00 -0800 (PST)
Hi All,
I configured OpenSSL as server. I create SSL object, SSL_set_fd and than SSL_accept.
I understand after SSL_accept, I can just do SSL_read/SSL_write with SSL object (which is bind to FD).
Is it possible to do SSL_set_fd again after SSL_accept. Everything under SSL object should remain same (it has already pass SSL handshake), only FD number is changed.
I have this requirement because its DSR (Direct Server Return architecture). Where SSL handshake will happen on Server 1 and than DSR to Server 2 and Server 2 does communication with client.
via Usenet Forums - Usenet Search,Free Usenet - comp.lang.c++ http://www.pocketbinaries.com/usenet-forums/showthread.php?149592-DSR-and-OpenSSL-question&goto=newpost
View all the progranning help forums at:
http://www.pocketbinaries.com/usenet-forums/forumdisplay.php?128-Coding-forums
No comments:
Post a Comment