Subversion Repositories php_utils

Compare Revisions

Regard whitespace Rev 23 → Rev 24

/trunk/x_509_utils.inc.php
121,9 → 121,8
}
 
 
// TODO: Needs caching, otherwise the page is too slow
function x_509_ocsp_check_chain($infile, $CApath) {
return '(Skipped)'; # TODO: we need caching, otherwise the page is too slow
 
$x = x_509_chain($infile, $CApath);
 
if ($x === false) {