HomeSort by relevance Sort by last modified time
    Searched full:cert_pem (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/hs20/server/
sql.txt 25 cert_pem TEXT
53 cert_pem TEXT
spp_server.c 1902 char *cert_pem, *fingerprint; local
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
est.php 136 $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 -CAserial $cadir/serial -days 365 -text");
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");
180 if (!$db->exec("UPDATE sessions SET user='$user', cert='$fingerprint', cert_pem='$cert' WHERE rowid=$rowid"))
    [all...]
users.php 49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch();
51 echo $row['cert_pem'];
142 if (strlen($row['cert_pem']) > 0) {

Completed in 224 milliseconds