Re: SSL_accept(), IE and simultaneous connections

2004-01-15 Thread Michael Lee
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 07, 2004 3:51 AM Subject: Re: SSL_accept(), IE and simultaneous connections Michael Lee wrote: > In my multithreaded HTTPS server application running on Windows 2000, > SSL_accept() occasionally returns -1

SSL_accept(), IE and simultaneous connections

2004-01-06 Thread Michael Lee
e are many simultaneous connections from IE. Michael Lee __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated Li

Occasional ssl23_read() failure

2003-12-30 Thread Michael Lee
a workaround or should I use some special options? Michael Lee __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: openssl-0.9.6h.BOGUS* ?

2002-12-09 Thread Michael Lee
Oh, they are the same files! I thought the time shown on the web page was synchronized with the actual file time. Michael Lee - Original Message - From: "Michael Lee" <[EMAIL PROTECTED]> To: "OpenSSL List" <[EMAIL PROTECTED]> Sent: Tuesday, Decemb

Re: openssl-0.9.6h.BOGUS* ?

2002-12-09 Thread Michael Lee
Is the file "openssl-0.9.6h.tar.gz" on the web server synchronized with the one on the ftp server? The time stamps are different... Michael Lee __ OpenSSL Project http://www.openss

Re: IMPORTANT: The release of 0.9.6h is postponed

2002-11-21 Thread Michael Lee
memset() that way quite often and I am interested to know if it implies potential problems in the code I have written. Thanks! Michael Lee // KanHan Technologies Limited // http://www.kanhan.com/ __ OpenSSL Proje

Re: SSL_MODE_AUTO_RETRY

2002-10-15 Thread Michael Lee
Yes, that's what the documentation says. Michael - Original Message - From: "Edward Chan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 12:47 AM Subject: Re: SSL_MODE_AUTO_RETRY Cool. So you can basically call SSL_read() and SSL_write() as if they wer

Official patch to version 0.9.6e?

2002-08-01 Thread Michael Lee
Are the developers going to release an official patch to solve the _OpenSSLDie problem on Win32? I have read the discussion at the following URL and it seems that there will be version 0.9.6f. When will it be released? http://www.aet.tu-cottbus.de/rt2/Ticket/Display.html?id=170 Michael

FreeBSD warnings during compilation

2001-12-28 Thread Michael Lee
; consider using mkstemp() Has anyone encounterted these warn messages before? Should I recompile OpenSSL with different options in order to avoid them? Michael Lee __ OpenSSL Project http

Re: How to use OpenSSL in MS-Windows Environment

2001-10-17 Thread Michael Lee
You can download the source from the OpenSSL website and then follow the instructions in the INSTALL.W32 file to compile the DLLs yourself. There are some simple example applications under the demo directory that you can refer to. Michael Lee - Original Message - From: "law

make test fails on SPARC/Solaris 8

2000-12-26 Thread Michael Lee
Leaving directory `/mlee/openssl-0.9.6/test' make: *** [tests] Error 2 Can anyone help me? Does anyone know what is wrong? Regards, Michael Lee __ OpenSSL Project http://www

Re: bad mac decode in ssl handshake

2000-09-25 Thread Michael Lee
at Netcraft: http://www.netcraft.com/sslwhats/ According to Netcraft, the site you mentioned is running this: IBM_HTTP_Server/1.3.6.2 Apache/1.3.7-dev (Unix) Regards, Michael Lee __ OpenSSL Project

bad mac decode (Was: CodeWarrior and openssl)

2000-09-20 Thread Michael Lee
mailing list archive and found this: "In 90% of all cases where one receives this error this was caused by a cached old certificate/key information in the browser." However, I don't think it is a problem with cached certificate/key because my client application do

Re: IE can't process 1024 bits cert?

2000-09-17 Thread Michael Lee
;update information" next to cipher strength in that About dialog box). Regards, Michael Lee __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Serious Bug in ssl3_get_record

2000-09-14 Thread Michael Lee
ing SSLv3_method caused no problem. As I mentioned in another post, I wonder if a failed connection can be detected earlier, i.e. before I start using SSL_read and SSL_write. Also, is there any relevant changes in SSLv23_method in OpenSSL 0.9.6 that fixes these problems? Regards, Michael Lee

Re: SSLv2_method and SSLv23_method

2000-09-14 Thread Michael Lee
ns no error and it is SSL_write that gives me a handshake failure error. Does that mean I have no way of knowing if the connection is really okay until I actually start sending/receiving data? Regards, Michael Lee _

Re: windows client needed

2000-09-13 Thread Michael Lee
> I've been trying, unsuccessfully to find a windows based (binary > preferred) telnet client that supports SSL, specifically that can > communicate with an openssl enabled server. Try SecureCRT: http://www.vandyke.com/products/securecrt/ __

Re: SSL3_READ_BYTES:sslv3 alert illegal parameter

2000-09-11 Thread Michael Lee
Sorry, the error occurred at line 956 of s3_pkt.c, not s23_lib.c - Original Message - From: "Michael Lee" <[EMAIL PROTECTED]> To: "OpenSSL" <[EMAIL PROTECTED]> Sent: Tuesday, September 12, 2000 11:59 AM Subject: SSL3_READ_BYTES:sslv3 alert illegal param

SSL3_READ_BYTES:sslv3 alert illegal parameter

2000-09-11 Thread Michael Lee
SSLv2_client_method or SSLv3_client_method(). Is it a problem with OpenSSL or the Oracle web server? I have exactly the same problem when connecting to a site running JavaWebServer/2.0. Regards, Michael Lee __ OpenSSL Project

CA files in DER format?

2000-08-28 Thread Michael Lee
Hi all, Does the function SSL_CTX_load_verify_locations() only work with certificates in the PEM format? I converted a previously working certificate into the DER format but my client program (based on cli.cpp) failed to work. Is there any workaround? Thanks. Regards, Michael Lee

Function to export a cert?

2000-08-27 Thread Michael Lee
gards, Michael Lee __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Problem with cli.cpp

2000-08-14 Thread Michael Lee
always return -1, and the subsequent ERR_print_errors_fp(stderr) does not return any message. It seems that the program stops somewhere inside it. What could be the problem? Regards, Michael Lee __ OpenSSL Project