[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'

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

2007-12-19 Thread Lutz Jaenicke
Bruno Bonfils wrote: > 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 i

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://