Searched refs:pem (Results 1 - 25 of 88) sorted by relevance

1234

/external/openssl/apps/
H A DCA.sh11 # At the end of that grab newreq.pem and newcert.pem (one has the key
72 CAKEY=./cakey.pem
73 CAREQ=./careq.pem
74 CACERT=./cacert.pem
86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
88 echo "Certificate is in newcert.pem, private key is in newkey.pem"
92 $REQ -new -keyout newkey.pem
[all...]
H A DCA.com9 $! At the end of that grab newreq.pem and newcert.pem (one has the key
43 $ CAKEY := ]cakey.pem
44 $ CACERT := ]cacert.pem
73 $ REQ -new -x509 -keyout newreq.pem -out newreq.pem 'DAYS'
75 $ echo "Certificate (and private key) is in newreq.pem"
83 $ REQ -new -keyout newreq.pem -out newreq.pem 'DAYS'
85 $ echo "Request (and private key) is in newreq.pem"
[all...]
H A Dopenssl-vms.cnf50 certificate = $dir]cacert.pem # The CA certificate
54 crl = $dir]crl.pem # The current CRL
55 private_key = $dir.private]cakey.pem# The private key
107 default_keyfile = privkey.pem
207 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
312 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
333 signer_cert = $dir/tsacert.pem # The TSA signing certificate
335 certs = $dir.cacert.pem] # Certificate chain to include in reply
337 signer_key = $dir/private/tsakey.pem # The TSA private key (optional)
H A Dopenssl.cnf50 certificate = $dir/cacert.pem # The CA certificate
54 crl = $dir/crl.pem # The current CRL
55 private_key = $dir/private/cakey.pem# The private key
107 default_keyfile = privkey.pem
207 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
312 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
333 signer_cert = $dir/tsacert.pem # The TSA signing certificate
335 certs = $dir/cacert.pem # Certificate chain to include in reply
337 signer_key = $dir/private/tsakey.pem # The TSA private key (optional)
H A Dnseq.c62 #include <openssl/pem.h>
H A Dpkeyparam.c61 #include <openssl/pem.h>
/external/openssl/crypto/pem/
H A Dpem_x509.c65 #include <openssl/pem.h>
H A Dpem_xaux.c65 #include <openssl/pem.h>
H A Dpem_oth.c1 /* crypto/pem/pem_oth.c */
66 #include <openssl/pem.h>
H A Dpem_sign.c1 /* crypto/pem/pem_sign.c */
65 #include <openssl/pem.h>
H A Dpem_err.c1 /* crypto/pem/pem_err.c */
63 #include <openssl/pem.h>
/external/openssl/android.testssl/
H A DCAss.cnf11 default_keyfile = keySS.pem
42 certificate = $dir/cacert.pem # The CA certificate
44 crl = $dir/crl.pem # The current CRL
45 private_key = $dir/private/cakey.pem# The private key
H A DUss.cnf11 default_keyfile = keySS.pem
H A Dtestssl4 key=../apps/server.pem
9 cert=../apps/server.pem
147 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -no_dhe -num 10 -f -time $extra || exit 1
153 adb shell /system/bin/ssltest -v -bio_pair -tls1 -cert /sdcard/android.testssl/server2.pem -dhe1024dsa -num 10 -f -time $extra || exit 1
/external/quake/tools/
H A Dpackagesharedlib11 PRIVATE_CERTIFICATE=$TOP/target/product/security/testkey.x509.pem
/external/openssl/crypto/dh/
H A Dp192.c63 #include <openssl/pem.h>
H A Dp512.c63 #include <openssl/pem.h>
H A Dp1024.c63 #include <openssl/pem.h>
/external/openssl/crypto/
H A DAndroid.mk334 pem/pem_all.c \
335 pem/pem_err.c \
336 pem/pem_info.c \
337 pem/pem_lib.c \
338 pem/pem_oth.c \
339 pem/pem_pk8.c \
340 pem/pem_pkey.c \
341 pem/pem_seal.c \
342 pem/pem_sign.c \
343 pem/pem_x50
[all...]
/external/openssl/patches/
H A Dcrypto_Android.mk334 pem/pem_all.c \
335 pem/pem_err.c \
336 pem/pem_info.c \
337 pem/pem_lib.c \
338 pem/pem_oth.c \
339 pem/pem_pk8.c \
340 pem/pem_pkey.c \
341 pem/pem_seal.c \
342 pem/pem_sign.c \
343 pem/pem_x50
[all...]
/external/openssl/crypto/pkcs7/
H A Dsign.c62 #include <openssl/pem.h>
108 if ((in=BIO_new_file("server.pem","r")) == NULL) goto err;
H A Denc.c62 #include <openssl/pem.h>
H A Dpk7_attr.c64 #include <openssl/pem.h>
/external/chromium/net/socket/
H A Dssl_test_util.cc93 CFDataRef pem = CFDataCreate(kCFAllocatorDefault, local
96 if (!pem)
98 scoped_cftyperef<CFDataRef> scoped_pem(pem);
103 if (SecKeychainItemImport(pem, NULL, &input_format, &item_type, 0, NULL, NULL,
374 path = path.AppendASCII("ok_cert.pem");
380 path = path.AppendASCII("expired_cert.pem");
/external/openssl/ssl/
H A DMakefile118 bio_ssl.o: ../include/openssl/pem.h ../include/openssl/pem2.h
136 d1_both.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
158 d1_clnt.o: ../include/openssl/pem.h ../include/openssl/pem2.h
178 d1_enc.o: ../include/openssl/pem.h ../include/openssl/pem2.h
197 d1_lib.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
216 d1_meth.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
235 d1_pkt.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h
257 d1_srvr.o: ../include/openssl/pem.h ../include/openssl/pem2.h
276 kssl.o: ../include/openssl/pem.h ../include/openssl/pem2.h
294 s23_clnt.o: ../include/openssl/ossl_typ.h ../include/openssl/pem
[all...]

Completed in 157 milliseconds

1234