Home | History | Annotate | Download | only in www

Lines Matching defs:pkcs7

77   $fname = "$osu_root/est/$realm-cacerts.pkcs7";
84 header("Content-Type: application/pkcs7-mime");
171 $pkcs7 = "$cadir/tmp/est-client.pkcs7";
172 if (file_exists($pkcs7))
173 unlink($pkcs7);
174 exec("openssl crl2pkcs7 -nocrl -certfile $cert_pem -out $pkcs7 -outform DER");
175 if (!file_exists($pkcs7)) {
186 header("Content-Type: application/pkcs7-mime");
188 $data = file_get_contents($pkcs7);