Hi,
 
When using a CRL without the nextUpdate field (you can create such CRL in iPlanet), I get a segmentation fault (using mod_ssl-2.8.8-1.3.24).
 
This occurs in the call:
 
i = X509_cmp_current_time(X509_CRL_get_nextUpdate(crl));
 
since X509_CRL_get_nextUpdate(crl) returns NULL in this situation.

Reply via email to