Pablo J Royo wrote:
error:2106906D:lib(33):func(105):reason(109)
error:21074041:lib(33):func(116):reason(65)
>From crypto/err/err.h you se the 33 sub-library is PKCS7.
>From pkcs7/pkcs7.h you see the 105 function is PKCS7_dataInit, and from that
file you see the reason 109 is "unknown digest type".
116 is the PKCS7_Sign function, but I don´t know what error reason 65 means,
but errors below 99 are not specific sub-library errors. Malloc or fatal
error, perhaps?.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
you probably forgot to call OPENSSL_add_all_algorithms() before calling
PKCS7_Sign
|