EVP_DigestSign*() and EVP_DigestVerify*() - help needed

2013-08-16 Thread Thomas J Pinkl
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

Re: EVP_DigestSign*() and EVP_DigestVerify*() - help needed

2013-08-19 Thread Thomas J Pinkl
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

openssl + fips build under MinGW

2013-09-05 Thread Thomas J Pinkl
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

OpenSSL 1.0.1e build failure using MinGW, multiple definition of OPENSSL_Uplink

2013-09-11 Thread Thomas J Pinkl
*** [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

Re: OpenSSL 1.0.1e build failure using MinGW, multiple definition of OPENSSL_Uplink

2013-09-12 Thread Thomas J Pinkl
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&#

Re: OpenSSL 1.0.1e build failure using MinGW, multiple definition of OPENSSL_Uplink [SOLVED?]

2013-09-17 Thread Thomas J Pinkl
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 ___