On 11/2/06, Rob Crittenden <[EMAIL PROTECTED]> wrote:
Nelson B wrote:
> 1. Is this a blocking socket, or non-blocking?
non-blocking, not my choice.
Interesting issue.
> 2. If non-blocking, are you certain that the connection has completed?
>That is, are you certain that the TCP's "three
Nelson B wrote:
Rob Crittenden wrote:
In an SSL client I want to force the SSL handshake to take place instead
of passively waiting for it to happen during the first write.
Right after I connect to the server I'm currently doing this:
SSL_ResetHandshake(ssl, /* asServer */ PR_FALSE);
do
Rob Crittenden wrote:
> In an SSL client I want to force the SSL handshake to take place instead
> of passively waiting for it to happen during the first write.
>
> Right after I connect to the server I'm currently doing this:
>
>SSL_ResetHandshake(ssl, /* asServer */ PR_FALSE);
>do {
>
Rob Crittenden wrote:
> In an SSL client I want to force the SSL handshake to take place instead
> of passively waiting for it to happen during the first write.
>
> Right after I connect to the server I'm currently doing this:
>
>SSL_ResetHandshake(ssl, /* asServer */ PR_FALSE);
>do {
>
In an SSL client I want to force the SSL handshake to take place instead
of passively waiting for it to happen during the first write.
Right after I connect to the server I'm currently doing this:
SSL_ResetHandshake(ssl, /* asServer */ PR_FALSE);
do {
SSL_ForceHandshake(ssl);
PR_Rec
5 matches
Mail list logo