Home
last modified time | relevance | path

Searched refs:pem (Results 1 – 25 of 48) sorted by relevance

12

/curl/tests/certs/
H A DMakefile.am50 Server-localhost-sv.pem \
52 Server-localhost-sv.pub.pem \
60 Server-localhost.nn-sv.pem \
70 Server-localhost0h-sv.pem \
72 Server-localhost0h-sv.pub.pem \
100 stunnel-sv.pem \
103 stunnel-sv.pub.pem \
118 $(srcdir)/Server-localhost.nn-sv.pem $(srcdir)/Server-localhost0h-sv.pem \
119 $(srcdir)/Server-localhost-firstSAN-sv.pem $(srcdir)/Server-localhost-lastSAN-sv.pem \
120 $(srcdir)/stunnel-sv.pem ../stunnel.pem
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md92 < /dev/null | sed -n "/-----BEGIN/,/-----END/p" > www.example.com.pem
94 # extract public key in pem format from certificate
95 openssl x509 -in www.example.com.pem -pubkey -noout > www.example.com.pubkey.pem
97 # convert public key from pem to der
98 openssl asn1parse -noout -inform pem -in www.example.com.pubkey.pem \
H A DCURLOPT_PINNEDPUBLICKEY.md98 < /dev/null | sed -n "/-----BEGIN/,/-----END/p" > www.example.com.pem
100 # extract public key in pem format from certificate
101 openssl x509 -in www.example.com.pem -pubkey -noout > www.example.com.pubkey.pem
103 # convert public key from pem to der
104 openssl asn1parse -noout -inform pem -in www.example.com.pubkey.pem \
H A DCURLOPT_PROXY_SSLKEYTYPE.md51 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
52 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
H A DCURLOPT_KEYPASSWD.md54 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
55 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_SSLCERTTYPE.md59 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
61 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_PROXY_SSLCERTTYPE.md61 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
63 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
H A DCURLOPT_SSLKEY.md58 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
59 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_SSLKEYTYPE.md57 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
58 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_PROXY_SSLKEY.md62 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
63 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
H A DCURLOPT_PROXY_SSLCERT.md68 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
69 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
H A DCURLOPT_SSLCERT.md77 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
78 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
/curl/tests/data/
H A Dtest203823 https Server-localhost-sv.pem
29 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pem htt…
H A Dtest203732 https Server-localhost-sv.pem
38 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem
H A Dtest207932 https Server-localhost-sv.pem
42 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem
H A Dtest204823 https Server-localhost-sv.pem
H A Dtest31122 https Server-localhost0h-sv.pem
H A Dtest31222 https Server-localhost.nn-sv.pem
H A Dtest31318 https Server-localhost-sv.pem
H A Dtest203523 https Server-localhost-sv.pem
H A Dtest204223 https Server-localhost-sv.pem
H A Dtest31031 https Server-localhost-sv.pem
H A Dtest67830 https Server-localhost-sv.pem
H A Dtest300031 https Server-localhost-firstSAN-sv.pem
/curl/scripts/
H A Dmk-ca-bundle.pl647 my $pem = "-----BEGIN CERTIFICATE-----\n"
663 print CRT $pem;
673 print TMP $pem;
685 print TMP $pem;

Completed in 27 milliseconds

12