Re: SSL session id
- From: "John Banes" <jabanes@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Jun 2006 09:52:44 -0700
This is done automatically. However, you do need to make sure that you
specify the same name in the pszTargetName parameter and you also need to
pass in the same credential handle.
"codemutt" <codemutt@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0742F919-0BE2-4AFD-AD4C-7F81EAB382FD@xxxxxxxxxxxxxxxx
I have a little Java application that makes a connection via SSL to a
server.
Once that connection is established it sends some data and stays connected
waiting for the data to come back. Then the applet makes a second
connection
to the server. In the ClientHello for the second connection it sends the
session id that was returned in the ServerHello from the first connection.
If I want to do the same kind of transaction with SChannel, then on the
second connection to the server how do I get InitializeSecurityContext to
use
the session id that the server returned during the first connection's
handshake?
.
- Prev by Date: RE: CryptDecrypt fails with NTE_BAD_DATA
- Next by Date: Re: Urgent question about possible changes to SecHandle in regards to InitializeSecurityContext
- Previous by thread: How to receive request from HTTPS server
- Next by thread: Re: Urgent question about possible changes to SecHandle in regards to InitializeSecurityContext
- Index(es):
Relevant Pages
|