Hi: I built FIPS version openssl-0.9.7j in windows XP. But when I run openssl to create such as dhparam, the program just print out a string of hex number: 984fc71618ac55c9d1bec72c007aa828b982dd9d Do you have similar problem before? Thanks for any suggestions. Microsoft (R) Program
On Tue, Jul 11, 2006, Sudhir Voona wrote:
> Hi,
> How do we compare two in EVP_PKEYs ??
> Is there a function / API in OpenSSL which can do this ??
> or and method which is suggested for doing this.
Well EVP_PKEY_cmp() will do the trick. However it is only currently
implemented in OpenSSL 0.9
Hi, How do we compare two EVP_PKEYs ?? Is there a function / API in OpenSSL which can do this ?? or and method which is suggested for doing this.-Sudhir Voona
Hi, How do we compare two in EVP_PKEYs ?? Is there a function / API in OpenSSL which can do this ?? or and method which is suggested for doing this.-- Sudhir Voona
Does anyone have any experience in converting public keys from IAIK-JCE
(Java) to an OpenSSL readable format?
Regards
Alfred
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Hi Nils
I am not sure what format the binary data is in, but the
EVP_PKEY_get1_EC_KEY() method returns NULL.
I will try reading the public key from an X509 certificate next.
Thanks for your help
Alfred
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nil
Hi all
I need to read a DER encoded X509 certificate from file to get the public
key to verify an ECDSA signature. Can anyone please give me a pointer as to
what to do?
What I need is to:
Read the X509 certificate
Get the EC_KEY (maybe an EVP_PKEY).
I already got the ECDSA_verify method workin
Thanks Marek. This is now working. Mistake on our part. We were using
"," when doing OR in SSL_ctx_set_options instead of "|".
-Krishna
On 7/10/06, Marek Marcola <[EMAIL PROTECTED]> wrote:
Hello,
>
> I've attached modified test client code, which without
> OP_ALL option have results as:
>