Home
last modified time | relevance | path

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

12

/curl/tests/certs/
H A DMakefile.am37 build-certs: $(srcdir)/EdelCurlRoot-ca.cacert $(srcdir)/Server-localhost-sv.pem \
38 $(srcdir)/Server-localhost.nn-sv.pem $(srcdir)/Server-localhost0h-sv.pem \
39 $(srcdir)/Server-localhost-firstSAN-sv.pem $(srcdir)/Server-localhost-lastSAN-sv.pem \
40 $(srcdir)/stunnel-sv.pem $(srcdir)/../stunnel.pem
45 $(srcdir)/Server-localhost-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert
48 $(srcdir)/Server-localhost.nn-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert
51 $(srcdir)/Server-localhost0h-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert
54 $(srcdir)/Server-localhost-firstSAN-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert
57 $(srcdir)/Server-localhost-lastSAN-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert
60 $(srcdir)/stunnel-sv.pem: $(srcdir)/EdelCurlRoot-ca.cacert
[all …]
H A DMakefile.inc46 Server-localhost-sv.pem \
48 Server-localhost-sv.pub.pem \
56 Server-localhost.nn-sv.pem \
58 Server-localhost.nn-sv.pub.pem \
66 Server-localhost0h-sv.pem \
68 Server-localhost0h-sv.pub.pem \
76 Server-localhost-firstSAN-sv.pem \
86 Server-localhost-lastSAN-sv.pem \
88 Server-localhost-lastSAN-sv.pub.pem \
96 stunnel-sv.pem \
[all …]
H A DCMakeLists.txt45 …ND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/stunnel-sv.pem" "${CMAKE_CURRENT_SOURCE_DIR}/../stunnel.p…
/curl/docs/libcurl/opts/
H A DCURLOPT_PINNEDPUBLICKEY.md101 < /dev/null | sed -n "/-----BEGIN/,/-----END/p" > www.example.com.pem
103 # extract public key in pem format from certificate
104 openssl x509 -in www.example.com.pem -pubkey -noout > www.example.com.pubkey.pem
106 # convert public key from pem to der
107 openssl asn1parse -noout -inform pem -in www.example.com.pubkey.pem \
H A DCURLOPT_PROXY_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_KEYPASSWD.md60 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
61 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_PROXY_SSLKEYTYPE.md57 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
58 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
H A DCURLOPT_SSLKEY.md64 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
65 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_PROXY_SSLCERTTYPE.md67 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
69 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
H A DCURLOPT_SSLCERTTYPE.md65 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
67 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_PROXY_SSLKEY.md68 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
69 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
H A DCURLOPT_SSLKEYTYPE.md63 curl_easy_setopt(curl, CURLOPT_SSLCERT, "client.pem");
64 curl_easy_setopt(curl, CURLOPT_SSLKEY, "key.pem");
H A DCURLOPT_PROXY_SSLCERT.md74 curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "client.pem");
75 curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "key.pem");
/curl/tests/data/
H A Dtest203824 https Server-localhost-sv.pem
30 -4 --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pem
H A Dtest203733 https Server-localhost-sv.pem
39 …s/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem https://localhost:%…
H A Dtest207933 https Server-localhost-sv.pem
43 …s/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.pem --ssl-revoke-best-e…
H A Dtest31123 https Server-localhost0h-sv.pem
H A Dtest31319 https Server-localhost-sv.pem
H A Dtest31223 https Server-localhost.nn-sv.pem
H A Dtest204224 https Server-localhost-sv.pem
H A Dtest203524 https Server-localhost-sv.pem
H A Dtest204823 https Server-localhost-sv.pem
H A Dtest31032 https Server-localhost-sv.pem
H A Dtest203433 https Server-localhost-sv.pem
/curl/scripts/
H A Dmk-ca-bundle.pl648 my $pem = "-----BEGIN CERTIFICATE-----\n"
664 print CRT $pem;
674 print TMP $pem;
686 print TMP $pem;

Completed in 53 milliseconds

12