Home
last modified time | relevance | path

Searched refs:cert_pem (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hs20/server/www/
Dest.php136 $cert_pem = "$cadir/tmp/req-signed.pem"; variable
137 if (file_exists($cert_pem))
138 unlink($cert_pem);
139 …exec("openssl x509 -req -in $req_pem -CAkey $cadir/cakey.pem -out $cert_pem -CA $cadir/cacert.pem …
140 if (!file_exists($cert_pem)) {
145 $cert = file_get_contents($cert_pem);
146 $handle = popen("openssl x509 -in $cert_pem -serial -noout", "r");
163 exec("openssl x509 -in $cert_pem -inform PEM -out $cert_der -outform DER");
174 exec("openssl crl2pkcs7 -nocrl -certfile $cert_pem -out $pkcs7 -outform DER");
/external/wpa_supplicant_8/hs20/server/
Dsql.txt25 cert_pem TEXT
53 cert_pem TEXT
Dspp_server.c1902 char *cert_pem, *fingerprint; in add_subscription() local
1910 cert_pem = db_get_session_val(ctx, NULL, NULL, session_id, "cert_pem"); in add_subscription()
1958 cert_pem ? cert_pem : "", in add_subscription()
2012 free(cert_pem); in add_subscription()