Re: Help required on building certificate chain

2007-12-20 Thread Bruno Bonfils
On Wed 19 December, luvlee_ghg wrote: > When the issued certificate is sent for verification, it always fails. I > think while building the certificate chain its building with the wrong SUBCA > because it finds two of them with the same name. So I would like to know how > can a certificate chain bu

[openssl.org #1625] [Enhancement, Patch] openssl crl option to display crlNumber

2007-12-19 Thread Bruno Bonfils via RT
Hi, here a patch to openssl crl.c to display the crlNumber using option -crlnumber -- http://asyd.net/home/ - Home Page http://guses.org/home/ - French Speaking (Open)Solaris User Group diff -Nurp openssl-0.9.8g/apps/crl.c openssl-0.9.8g-crlpatch/apps/crl.c --- openssl-0.9.8g/apps/crl.c 20

Re: Display the CRL number w/o -text [patch included]

2007-12-19 Thread Bruno Bonfils
On Wed 19 December, Lutz Jaenicke wrote: > > I'm currently writing a script to check a PKI. For this purpose, I > > wrote a small patch to display the crlNumber directly from the crl's > Thanks for your submission. > Could you kindly submit your proposed patch in unified diff format to > OpenSSL'

Display the CRL number w/o -text [patch included]

2007-12-19 Thread Bruno Bonfils
Hi openssl's people, I'm currently writing a script to check a PKI. For this purpose, I wrote a small patch to display the crlNumber directly from the crl's app: # openssl crl -in ca.crl -crlnumber -noout crlNumber=42 I'll happy if the patch can be include in upstream. Best regards -- http://