On Wed, Aug 21, 2002 at 09:27:39AM -0400, Louis LeBlanc wrote:
> Hey folks.  I've been looking thru the OpenSSL online docs for some of
> the error message documentation.  I've found the pages for err(3),
> ERR_error_string(3), ERR_get_errors(3), etc. but I can't find any real
> description of what the messages returned by
> ERR_error_string(ERR_get_error(), buf);.
> 
> We're getting the following on relatively rare occasions, and my Ops
> dept wants some idea what it is and what, if anything should be done:
> error:14094417:SSL routines:SSL3_READ_BYTES:sslv3 alert illegal parameter
> error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac
> 
> These are happening in the same routine, reading a line of data from
> the connection (after the handshake is done) and an SSL_ERROR_SSL is
> returned from SSL_read().  If anyone has an idea, or knows where in
> the docs it is discussed, I'd really appreciate the pointer.

man SSL_alert_type_string

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to