re[2]: Win CE 3.0 with OpenSSL

2003-12-01 Thread Jeff Roberts
Have you looked at the .NET language ? SSL may be build into the Socket Class, if it is not, then it will be in the next release for sure ! It is documented as being in there now. __ OpenSSL Project

re[4]: HELP, SSL_connect fails !

2002-03-28 Thread Jeff Roberts
Is this the right coding or not ? int rval; if ((rval = SSL_connect(con)) != 1) { int err = SSL_get_error(con, rval); /* handle the error here */ } else { // good return } __ OpenSSL Project

re[4]: HELP, SSL_connect fails !

2002-03-28 Thread Jeff Roberts
ok ! thanks __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

re[2]: HELP, SSL_connect fails !

2002-03-28 Thread Jeff Roberts
I am calling the ERR_get_error() to get the error, but it returns a 0 ? My code looks as follows: if(!SSL_connect(con)) { ERR_no = ERR_get_error(); if(ERR_no) { //never gets here ! err=ERR_no; dojournal(ERR_error_string(

LOAD_DATA define

2002-03-15 Thread jeff roberts
Can someone tell me what the E0 and E1 values of the LOAD_DATA #define are ? 

re[2]: SSL PLUS solution vs. openssl

2002-02-25 Thread Jeff Roberts
Is anyone porting OpenSSL to the .NET Platform ? It looks like Microsoft is not going to put SSL in the .net platform ! __ OpenSSL Project http://www.openssl.org User Support Mailing List

Removing RC5 from Openssl under Windows NT

2000-10-05 Thread Jeff Roberts
Can anyone tell me how to remove RC5 from the OpenSSL build under Windows Microsoft VC+ ? Thank you __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL