Hi, This may or may not be helpful ... it depends on your code, and what applications that you are talking to that lead to these errors:
(1) reminds me of a problem that can occur when using OpenSSL against some Java implementations. You can test it by using openssl s_client or s_server using the -bugs option, and then check the man page for SSL_CTX_set_options() which describes the various bug workarounds. (2) reminds me of problems that OpenSSL has with IIS, and maybe other Microsoft products. They don't follow the SSL shutdown standard so you just have to handle it in your code. G. ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Weigang Gong Sent: 25 February 2008 14:55 To: openssl-users@openssl.org Subject: SSL Error and Info messages Hi, openssl community, My application calls some library functions, which uses OpenSSL. When my appliction runs, I believe OpenSSL emitted some messages described below. 1. Sometimes, following Error messages will be emitted: ERR-05255|8|04:26:25.540503|sslsocket.cpp[581] - SSL Error: Error on Read SSL Error Stack: error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac on XXXX ... ERR-05275|8|14:49:42.733798|sslsocket.cpp[566] - SSL Error: errno is 145: Connection timed out on XXXX ... Does anyone know what caused those error messages? 2. Also, following Info message will be emitted: INF-05325|8|04:26:25.562401|sslsocket.cpp[538] - SSL Error: SSL_shutdown EOF that violates SSL protocol 0 XXXX Though it seems not affecting the functionality, those infom messages are kind of annoying. Does anyone know how to turn them off ? Thanks a lot ! Michael ________________________________ Climb to the top of the charts! Play the word scramble challenge with star power. Play now! <http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_ jan> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]