Re: How to check if the certificate is self signed

2009-01-02 Thread Taras P. Ivashchenko
Victor, thanks for answer! I will try to develop it. > On Fri, Jan 02, 2009 at 02:05:10AM +0300, Taras P. Ivashchenko wrote: > > > Hello, list! > > > > I found in archive [0] discussion about how to check if > > certificate is self-signed. But I can't find there solution how can I do it > > fr

Re: How to check if the certificate is self signed

2009-01-01 Thread Victor Duchovni
On Fri, Jan 02, 2009 at 02:05:10AM +0300, Taras P. Ivashchenko wrote: > Hello, list! > > I found in archive [0] discussion about how to check if > certificate is self-signed. But I can't find there solution how can I do it > from application. > > At the moment I need to check this (if given cer

Re: How to check if the certificate is self signed

2009-01-01 Thread Taras P. Ivashchenko
Hello, list! I found in archive [0] discussion about how to check if certificate is self-signed. But I can't find there solution how can I do it from application. At the moment I need to check this (if given certificate is self-signed) from application I developed. And now I simply compare Issu

Re: How to check if the certificate is self signed

2006-10-25 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mouse schrieb: > Traditionally the term "self-signed" applied to certificates that are NOT > signed by anybody but the owner of the given key pair. With all the relevant > security implications. > > What is the purpose of checking for "self-signed cer

Re: How to check if the certificate is self signed

2006-10-25 Thread Kevin Coffman
On 10/25/06, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote: On Wed, Oct 25, 2006, Goetz Babin-Ebell wrote: > > It is always possible to have more than one certificate with the > same subject name. > > Only the combination issuer name / serial number must be unique. > (Last time I checked OpenSSL

Re: How to check if the certificate is self signed

2006-10-25 Thread Dr. Stephen Henson
On Wed, Oct 25, 2006, Goetz Babin-Ebell wrote: > > It is always possible to have more than one certificate with the > same subject name. > > Only the combination issuer name / serial number must be unique. > (Last time I checked OpenSSL has problems with more than one CA > certificate with the

RE: How to check if the certificate is self signed

2006-10-25 Thread Mouse
o see that key owner ALSO signed the key? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Goetz > Babin-Ebell > Sent: Wednesday, October 25, 2006 11:49 > To: openssl-users@openssl.org > Subject: Re: How to check if the certi

Re: How to check if the certificate is self signed

2006-10-25 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ambarish Mitra schrieb: Hello Ambarish, > On Wed, Oct 25, 2006, Goetz Babin-Ebell wrote: > >> openssl verify -CAfile self_signed_cert.pem self_signed_cert.pem >> should return: >> self_signed_cert.pem: OK > > Maestro Steve appended: > >> Indeed, tec

RE: How to check if the certificate is self signed

2006-10-25 Thread Ambarish Mitra
On Wed, Oct 25, 2006, Goetz Babin-Ebell wrote: > > Vincenzo Sciarra schrieb: > > Hi, > Hello Vincenzo, > > > just check if issuer and holder are the same! > > or do it the correct way: > > openssl verify -CAfile self_signed_cert.pem self_signed_cert.pem > > should return: > > self_signed_cert.pe

Re: How to check if the certificate is self signed

2006-10-25 Thread Dr. Stephen Henson
On Wed, Oct 25, 2006, Goetz Babin-Ebell wrote: > > Vincenzo Sciarra schrieb: > > Hi, > Hello Vincenzo, > > > just check if issuer and holder are the same! > > or do it the correct way: > > openssl verify -CAfile self_signed_cert.pem self_signed_cert.pem > > should return: > > self_signed_cer

Re: How to check if the certificate is self signed

2006-10-25 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vincenzo Sciarra schrieb: > Hi, Hello Vincenzo, > just check if issuer and holder are the same! or do it the correct way: openssl verify -CAfile self_signed_cert.pem self_signed_cert.pem should return: self_signed_cert.pem: OK > 2006/10/25, Bhat,

Re: How to check if the certificate is self signed

2006-10-25 Thread Vincenzo Sciarra
Hi,just check if issuer and holder are the same!2006/10/25, Bhat, Jayalakshmi Manjunath <[EMAIL PROTECTED]>: Hi All,   How do I check if the given certificate is self-signed?Thanks and Regards, Jaya__OpenSSL Project

RE: How to check if the certificate is self signed

2006-10-25 Thread Ambarish Mitra
Of Kaushal Shriyan Sent: Wednesday, October 25, 2006 12:53 PM To: openssl-users@openssl.org Subject: Re: How to check if the certificate is self signed On 10/25/06, Ambarish Mitra <[EMAIL PROTECTED]> wrote: > If the subject and issuer are the same, then the cert is self-signed. > >

Re: How to check if the certificate is self signed

2006-10-25 Thread Kaushal Shriyan
On 10/25/06, Ambarish Mitra <[EMAIL PROTECTED]> wrote: If the subject and issuer are the same, then the cert is self-signed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bhat, Jayalakshmi Manjunath Sent: Wednesday, October 25, 2006 12:45 PM To: openssl-u

RE: How to check if the certificate is self signed

2006-10-25 Thread Ambarish Mitra
If the subject and issuer are the same, then the cert is self-signed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bhat, Jayalakshmi Manjunath Sent: Wednesday, October 25, 2006 12:45 PM To: openssl-users@openssl.org Subject: How to check if the certificate