On Tue, May 08, 2012, Piotr ??obacz wrote: > Hello there i have a problem with my library. I have created my own lib > with staticaly linked libcrypto.a and this library i use for signing > some sort of data with EVP_KEY and when i link some app to this library > everything works just fine, there are no errors from EVP_SignFinal, but > when i load this library with dlopen i have such error > "error:0606B06E:digital envelope routines:EVP_SignFinal:wrong public key > type" and i dunno what can cause it maybe somebody could help me solving > this issue? >
Different library version? You could get that error with OpenSSL 0.9.8 but shouldn't with 1.0.0 and later. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org