On Tue, May 12, 2009, French, David wrote:

> I'm getting the following errors in an application log.  The Library
> Error lines look to be coming from OpenSSL.  I can't seem to find them.
> I've looked in Google, the err.h file, etc.
> 
>  
> 
> [info] SSL Library Error: 2148044919
> error:80089077:lib(128):PK11_DESTROY_OBJECT:C_DestroyObject failed
> 
> [info] SSL Library Error: 2164756602
> error:8107907A:lib(129):func(121):reason(122)
> 
> [info] SSL Library Error: 336167031 error:14098077:SSL
> routines:SSL3_SEND_CLIENT_KEY_EXCHANGE:bad rsa encrypt
> 
>  
> 
> Now, it seems from other data I have found that the last error about a
> bad rsa encrypt is a remnant of the above errors.  
> 
>  
> 
> Anyway, any help pointing me to a place I can find out more info so I
> can try and solve my problem, I would appreciate it.
> 

Although the last line is an OpenSSL error thre previous two are not. The
library numbers (>= 128) indiecate that . My guess from that error is a
PKCS#11 engine of some sort is producing the error.

I'd suggest you post the query to wherever you got that engine from.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to