Re: OpenSSL API CRL Revoke Check: Coverage

2021-08-31 Thread bl4ck ness
Thanks for the clarification David. Your help is much appreciated. David von Oheimb , 31 Ağu 2021 Sal, 08:50 tarihinde şunu yazdı: > Hello Dennis, > > here are answers to your questions. > > >- All CRL signatures are (by default) verified - otherwise status >checking by CRLs would be inse

Re: OpenSSL API CRL Revoke Check: Coverage

2021-08-30 Thread David von Oheimb
Hello Dennis, here are answers to your questions. * All CRL signatures are (by default) verified - otherwise status checking by CRLs would be insecure. The function used is def_crl_verify() in crypto/x509/x_crl.c * All CRLs are kept in the X509_STORE such that they can be reused for