Igal Ore wrote:
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 "u
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
> 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 P
On Wed, Jun 02, 2004, Manuel Sánchez Cuenca wrote:
> Hello all, I'm using openssl-0.9.7d and I'm trying to sign some data
> with PKCS7_sign.
>
> The following are the errors I get with ERR_error_string
> (ERR_get_error(), NULL):
>
> error:2106906D:lib(33):func(105):reason(109)
> error:21074041