Re: Comparing two EVP_PKEYs

2006-07-11 Thread Dr. Stephen Henson
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

Re: Comparing two EVP_PKEYs

2006-07-11 Thread Sudhir Voona
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