Re: Testing private key - public key consistency

2006-03-15 Thread Julien ALLANOS
PM To: openssl-users@openssl.org Subject: Testing private key - public key consistency Hello, is there a quick way/function to verify that a private (EVP_PKEY) key matches a X509 certificate's public key? thanks, looks like: int X509_verify(X509 *a, EVP_PKEY *r); does the trick

Re: Testing private key - public key consistency

2006-03-15 Thread Dr. Stephen Henson
On Wed, Mar 15, 2006, Julien ALLANOS wrote: int X509_verify(X509 *a, EVP_PKEY *r); No that will check to see if the certfiicate a was signed by public key r. The function: int X509_check_private_key(X509 *x, EVP_PKEY *k) is the right one. Steve. -- Dr Stephen N. Henson. Email, S/MIME

Re: Testing private key - public key consistency

2006-03-15 Thread Kyle Hamilton
Okay. Out of curiosity, what're the functions for: 1) Verifying that a given public key (not part of an X509 structure) matches a given EVP_PKEY? 2) Extracting the public key from the EVP_PKEY (since, as I understand it, the public key is stored as part of the private key structure)? -Kyle H

Re: Testing private key - public key consistency

2006-03-15 Thread Julien ALLANOS
Dr. Stephen Henson a écrit : On Wed, Mar 15, 2006, Julien ALLANOS wrote: int X509_verify(X509 *a, EVP_PKEY *r); No that will check to see if the certfiicate a was signed by public key r. The function: int X509_check_private_key(X509 *x, EVP_PKEY *k) is the right one. Steve. Thank

Testing private key - public key consistency

2006-03-06 Thread Julien ALLANOS
Hello, is there a quick way/function to verify that a private (EVP_PKEY) key matches a X509 certificate's public key? thanks, -- Julien ALLANOS __ OpenSSL Project http://www.openssl.org User

RE: Testing private key - public key consistency

2006-03-06 Thread Gayathri Sundar
Probably you can try the openssl verify command? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Julien ALLANOS Sent: Monday, February 06, 2006 6:38 PM To: openssl-users@openssl.org Subject: Testing private key - public key consistency Hello

Re: Testing private key - public key consistency

2006-03-06 Thread Alain Damiral
@openssl.org Subject: Testing private key - public key consistency Hello, is there a quick way/function to verify that a private (EVP_PKEY) key matches a X509 certificate's public key? thanks, -- Alain Damiral, I hope this message makes me look like a very intelligent person Université