Re: Help on verifying signatures

2002-06-18 Thread "Christian Pohl"
Hi Andrea, First of all: the provided certificate has basic constraints set to critical with ca:false, so this certificate is not allowed to sign crls and so the verification fails. To verify the CRL: 1. convert the certificate to PEM > openssl x509 -in certificate.der -inform DER in out certif

Help on verifying signatures

2002-06-16 Thread Andrea Nagar
I have a CRL file (mycrl.der) that has been signed with a certificate whose public key is contained into the (certificate.der) file. I would really be grateful if someone could help me out with this: how can I verify the signature of the mycrl.der file with the certificate.der. I would really app