tried the EVP_Digest{Sign,Verify}Init() functions both with and
without a EVP_PKEY_CTX pointer. When the EVP_PKEY_CTX pointer was
provided, a variety of padding options have been tried, including
RSA_PKCS1_PADDING.
If anyone can provide some guidance on this, I would appreciate it.
--
Thoma
the padding error during the verify operation.
--
Thomas J. Pinkl
1002 Elbow Lane
Warrington, PA 18976
T: (215) 491-0761
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Has anyone ever built OpenSSL 1.0.1e with FIPS 2.0.5 on a 32-bit Windows
box using MinGW + Msys? If so, can you provide an overview of how you
did that?
--
Thomas J. Pinkl
__
OpenSSL Project
*** [libcrypto.dll.a] Error 2
make[2]: Leaving directory `/c/dev/openssl-1.0.1e'
make[1]: *** [shared] Error 2
make[1]: Leaving directory `/c/dev/openssl-1.0.1e/crypto'
make: *** [build_crypto] Error 1
Can anyo
I'm re-posting this, as I'm still looking for a solution.
Another user has confirmed that they have the same failure with OpenSSL
+ FIPS on 32-bit windows, though it works for them on 64-bit.
Any help would be greatly appreciated.
On 09/11/2013 10:50 AM, Thomas J Pinkl wrote:
I
SSL_UplinkTable2. This allows the build to
complete.
A subsequent "make test" ends with "ALL TESTS SUCCESSFUL" and my
application is able to call FIPS_mode_set(1) successfully. So it
appears to be working.
--
Thomas J. Pinkl
___