I'm trying to use OpenSSL to do RSA-SHA1(RSASSA-PKCS1-v1_5), which is used
in xml signature.
But the result doesn't match with the one comes from xmlsec.
How I did it:
RSA_sign(NID_sha1, *digestvalue*, 20, signvalue, siglen, *rsa*);
where *digestvalue* is the direct output of SHA1() without encod
I'm running Windows 7, with MSys 1.0.11 and MinGW 5.1.6. I'm attempting to
build OpenSSL 0.9.8m, but it's failing.
I started by untarring openssl-0.9.8m.tar.gz:
tar -xzf openssl-0.9.8m.tar.gz
This causes a ton of warnings about inability to create symlinks.
Trying anyway, I enter the new direct