Re: RSA_check_key failure 0x407b093 (value missing)

2014-06-07 Thread Jeffrey Walton
On Sat, Jun 7, 2014 at 7:30 PM, Tim Hudson wrote: > On 8/06/2014 8:25 AM, Jeffrey Walton wrote: > > I've got n,e,d and loaded them into a RSA*. When I call RSA_check_key, > I get an 0x407b093 error: > > $ openssl errstr 0x407b093 > error:0407B093:rsa routines:RSA_check_key:value missing >

Re: RSA_check_key failure 0x407b093 (value missing)

2014-06-07 Thread Tim Hudson
On 8/06/2014 8:25 AM, Jeffrey Walton wrote: > I've got n,e,d and loaded them into a RSA*. When I call RSA_check_key, > I get an 0x407b093 error: > > $ openssl errstr 0x407b093 > error:0407B093:rsa routines:RSA_check_key:value missing > > How do I instruct he library to solve for the missing

RSA_check_key failure 0x407b093 (value missing)

2014-06-07 Thread Jeffrey Walton
I've got n,e,d and loaded them into a RSA*. When I call RSA_check_key, I get an 0x407b093 error: $ openssl errstr 0x407b093 error:0407B093:rsa routines:RSA_check_key:value missing How do I instruct he library to solve for the missing parameters so the key can be verified?

No OPENSSL_Applink

2014-06-07 Thread openssl
I am attempting to use the d2i_PKCS12_fp() API call in a Windows DLL compiled with the multi-threaded (/MT) runtime library. On this call I get the runtime error "OPENSSL_Uplink(03CE1000,08): no OPENSSL_Applink". >From discussions I have seen about this error, I thought I could fix it by adding "a