No openssl version is 1.0.0b patched with modifed patch for aes gcm and my lib works but if i load it with dlopen this error occurs what is very strange for me. maybe i'll send this lib constructed by me, because this is very strange why it's not working if lib is the same but with dlopen it crashesh.
Dnia 2012-05-08, wto o godzinie 13:57 +0200, Dr. Stephen Henson pisze: > 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 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org