Searched refs:cert (Results 76 - 100 of 942) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Dx_nx509.c68 ASN1_OPT(NETSCAPE_X509, cert, X509)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Dx_nx509.c69 ASN1_OPT(NETSCAPE_X509, cert, X509)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Dx_nx509.c68 ASN1_OPT(NETSCAPE_X509, cert, X509)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Dx_nx509.c69 ASN1_OPT(NETSCAPE_X509, cert, X509)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Dx_nx509.c68 ASN1_OPT(NETSCAPE_X509, cert, X509)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Dx_nx509.c69 ASN1_OPT(NETSCAPE_X509, cert, X509)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dssl.c50 #define SERVER_CERT "server.cert"
52 #define CA_CERT "ca/cert.pem"
73 char *cert; /* the server cert to present. */ member in struct:ssl_server_args
77 /* client cert handling: */
78 int require_cc; /* require a client cert if non-NULL */
79 const char *ca_list; /* file of CA certs to verify client cert against */
116 args->cert, key);
118 ONV(ne_ssl_context_keypair(ctx, args->cert, key),
197 args.cert
288 ne_ssl_certificate *cert; local
317 const ne_ssl_certificate *cert; local
387 accept_signed_cert_for_hostname(char *cert, const char *hostname) argument
398 accept_signed_cert(char *cert) argument
611 check_cert_dnames(const ne_ssl_certificate *cert, const char *subject, const char *issuer) argument
621 check_cert(void *userdata, int fs, const ne_ssl_certificate *cert) argument
658 check_chain(void *userdata, int fs, const ne_ssl_certificate *cert) argument
763 fail_ssl_request_with_error2(char *cert, char *key, char *cacert, const char *host, const char *fakehost, const char *msg, int failures, const char *errstr) argument
818 fail_ssl_request_with_error(char *cert, char *cacert, const char *host, const char *msg, int failures, const char *errstr) argument
830 fail_ssl_request(char *cert, char *cacert, const char *host, const char *msg, int failures) argument
868 char *cert = SRCDIR("nulsan.pem"), *key = SRCDIR("nulsrv.key"), local
1380 ne_ssl_certificate *cert = ne_ssl_cert_read(fn); local
1399 ne_ssl_certificate *cert = ne_ssl_cert_read(fname); local
1445 ne_ssl_certificate *cert = ne_ssl_cert_read(nul_cn_fn); local
1465 ne_ssl_certificate *cert; local
1489 char *cert = ne_concat(srcdir, "/expired.pem", NULL); local
1541 const char *cert; member in struct:__anon4820
1554 ne_ssl_certificate *cert = ne_ssl_cert_read(ts[n].cert); local
1641 ne_ssl_certificate *cert, *imp; local
1702 verify_cache(void *userdata, int fs, const ne_ssl_certificate *cert) argument
1721 ne_ssl_certificate *cert; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dssl.c50 #define SERVER_CERT "server.cert"
52 #define CA_CERT "ca/cert.pem"
73 char *cert; /* the server cert to present. */ member in struct:ssl_server_args
77 /* client cert handling: */
78 int require_cc; /* require a client cert if non-NULL */
79 const char *ca_list; /* file of CA certs to verify client cert against */
116 args->cert, key);
118 ONV(ne_ssl_context_keypair(ctx, args->cert, key),
197 args.cert
288 ne_ssl_certificate *cert; local
317 const ne_ssl_certificate *cert; local
387 accept_signed_cert_for_hostname(char *cert, const char *hostname) argument
398 accept_signed_cert(char *cert) argument
611 check_cert_dnames(const ne_ssl_certificate *cert, const char *subject, const char *issuer) argument
621 check_cert(void *userdata, int fs, const ne_ssl_certificate *cert) argument
658 check_chain(void *userdata, int fs, const ne_ssl_certificate *cert) argument
763 fail_ssl_request_with_error2(char *cert, char *key, char *cacert, const char *host, const char *fakehost, const char *msg, int failures, const char *errstr) argument
818 fail_ssl_request_with_error(char *cert, char *cacert, const char *host, const char *msg, int failures, const char *errstr) argument
830 fail_ssl_request(char *cert, char *cacert, const char *host, const char *msg, int failures) argument
868 char *cert = SRCDIR("nulsan.pem"), *key = SRCDIR("nulsrv.key"), local
1380 ne_ssl_certificate *cert = ne_ssl_cert_read(fn); local
1399 ne_ssl_certificate *cert = ne_ssl_cert_read(fname); local
1445 ne_ssl_certificate *cert = ne_ssl_cert_read(nul_cn_fn); local
1465 ne_ssl_certificate *cert; local
1489 char *cert = ne_concat(srcdir, "/expired.pem", NULL); local
1541 const char *cert; member in struct:__anon5725
1554 ne_ssl_certificate *cert = ne_ssl_cert_read(ts[n].cert); local
1641 ne_ssl_certificate *cert, *imp; local
1702 verify_cache(void *userdata, int fs, const ne_ssl_certificate *cert) argument
1721 ne_ssl_certificate *cert; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dssl.c50 #define SERVER_CERT "server.cert"
52 #define CA_CERT "ca/cert.pem"
73 char *cert; /* the server cert to present. */ member in struct:ssl_server_args
77 /* client cert handling: */
78 int require_cc; /* require a client cert if non-NULL */
79 const char *ca_list; /* file of CA certs to verify client cert against */
116 args->cert, key);
118 ONV(ne_ssl_context_keypair(ctx, args->cert, key),
197 args.cert
288 ne_ssl_certificate *cert; local
317 const ne_ssl_certificate *cert; local
387 accept_signed_cert_for_hostname(char *cert, const char *hostname) argument
398 accept_signed_cert(char *cert) argument
611 check_cert_dnames(const ne_ssl_certificate *cert, const char *subject, const char *issuer) argument
621 check_cert(void *userdata, int fs, const ne_ssl_certificate *cert) argument
658 check_chain(void *userdata, int fs, const ne_ssl_certificate *cert) argument
763 fail_ssl_request_with_error2(char *cert, char *key, char *cacert, const char *host, const char *fakehost, const char *msg, int failures, const char *errstr) argument
818 fail_ssl_request_with_error(char *cert, char *cacert, const char *host, const char *msg, int failures, const char *errstr) argument
830 fail_ssl_request(char *cert, char *cacert, const char *host, const char *msg, int failures) argument
868 char *cert = SRCDIR("nulsan.pem"), *key = SRCDIR("nulsrv.key"), local
1380 ne_ssl_certificate *cert = ne_ssl_cert_read(fn); local
1399 ne_ssl_certificate *cert = ne_ssl_cert_read(fname); local
1445 ne_ssl_certificate *cert = ne_ssl_cert_read(nul_cn_fn); local
1465 ne_ssl_certificate *cert; local
1489 char *cert = ne_concat(srcdir, "/expired.pem", NULL); local
1541 const char *cert; member in struct:__anon39750
1554 ne_ssl_certificate *cert = ne_ssl_cert_read(ts[n].cert); local
1641 ne_ssl_certificate *cert, *imp; local
1702 verify_cache(void *userdata, int fs, const ne_ssl_certificate *cert) argument
1721 ne_ssl_certificate *cert; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/ssltest-ecc/
H A DECCcertgen.sh42 # 4. [Optional] One can combine the cert and private key into a single
66 # The certificate is written into $TEST_CA_FILE.cert.pem
72 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
75 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
78 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
82 # Remove the cert request file (no longer needed)
102 # CA certificate in $TEST_CA_FILE.cert.pem and the CA private key in
106 # $TEST_SERVER_FILE.cert.pem
109 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
111 -out $CERTS_DIR/$TEST_SERVER_FILE.cert
[all...]
H A DRSAcertgen.sh39 # 4. [Optional] One can combine the cert and private key into a single
59 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
62 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
65 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
69 # Remove the cert request file (no longer needed)
82 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
84 -out $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -CAcreateserial
87 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -text
90 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
94 # Remove the cert reques
[all...]
H A DECC-RSAcertgen.sh40 # 4. [Optional] One can combine the cert and private key into a single
58 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
60 -out $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -CAcreateserial
63 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -text
66 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
70 # Remove the cert request file (no longer needed)
84 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
86 -out $CERTS_DIR/$TEST_CLIENT_FILE.cert.pem -CAcreateserial
89 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CLIENT_FILE.cert.pem -text
92 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CLIENT_FILE.cert
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/ssltest-ecc/
H A DECCcertgen.sh42 # 4. [Optional] One can combine the cert and private key into a single
66 # The certificate is written into $TEST_CA_FILE.cert.pem
72 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
75 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
78 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
82 # Remove the cert request file (no longer needed)
102 # CA certificate in $TEST_CA_FILE.cert.pem and the CA private key in
106 # $TEST_SERVER_FILE.cert.pem
109 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
111 -out $CERTS_DIR/$TEST_SERVER_FILE.cert
[all...]
H A DRSAcertgen.sh39 # 4. [Optional] One can combine the cert and private key into a single
59 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
62 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
65 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
69 # Remove the cert request file (no longer needed)
82 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
84 -out $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -CAcreateserial
87 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -text
90 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
94 # Remove the cert reques
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/ssltest-ecc/
H A DECCcertgen.sh42 # 4. [Optional] One can combine the cert and private key into a single
66 # The certificate is written into $TEST_CA_FILE.cert.pem
72 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
75 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
78 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
82 # Remove the cert request file (no longer needed)
102 # CA certificate in $TEST_CA_FILE.cert.pem and the CA private key in
106 # $TEST_SERVER_FILE.cert.pem
109 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
111 -out $CERTS_DIR/$TEST_SERVER_FILE.cert
[all...]
H A DRSAcertgen.sh39 # 4. [Optional] One can combine the cert and private key into a single
59 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
62 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
65 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
69 # Remove the cert request file (no longer needed)
82 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
84 -out $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -CAcreateserial
87 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -text
90 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
94 # Remove the cert reques
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/ssltest-ecc/
H A DECCcertgen.sh42 # 4. [Optional] One can combine the cert and private key into a single
66 # The certificate is written into $TEST_CA_FILE.cert.pem
72 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
75 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
78 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
82 # Remove the cert request file (no longer needed)
102 # CA certificate in $TEST_CA_FILE.cert.pem and the CA private key in
106 # $TEST_SERVER_FILE.cert.pem
109 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
111 -out $CERTS_DIR/$TEST_SERVER_FILE.cert
[all...]
H A DRSAcertgen.sh39 # 4. [Optional] One can combine the cert and private key into a single
59 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
62 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
65 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
69 # Remove the cert request file (no longer needed)
82 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
84 -out $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -CAcreateserial
87 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -text
90 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
94 # Remove the cert reques
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/ssltest-ecc/
H A DECCcertgen.sh42 # 4. [Optional] One can combine the cert and private key into a single
66 # The certificate is written into $TEST_CA_FILE.cert.pem
72 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
75 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
78 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
82 # Remove the cert request file (no longer needed)
102 # CA certificate in $TEST_CA_FILE.cert.pem and the CA private key in
106 # $TEST_SERVER_FILE.cert.pem
109 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
111 -out $CERTS_DIR/$TEST_SERVER_FILE.cert
[all...]
H A DRSAcertgen.sh39 # 4. [Optional] One can combine the cert and private key into a single
59 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
62 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
65 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
69 # Remove the cert request file (no longer needed)
82 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
84 -out $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -CAcreateserial
87 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -text
90 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
94 # Remove the cert reques
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/ssltest-ecc/
H A DECCcertgen.sh42 # 4. [Optional] One can combine the cert and private key into a single
66 # The certificate is written into $TEST_CA_FILE.cert.pem
72 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
75 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
78 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
82 # Remove the cert request file (no longer needed)
102 # CA certificate in $TEST_CA_FILE.cert.pem and the CA private key in
106 # $TEST_SERVER_FILE.cert.pem
109 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
111 -out $CERTS_DIR/$TEST_SERVER_FILE.cert
[all...]
H A DRSAcertgen.sh39 # 4. [Optional] One can combine the cert and private key into a single
59 -out $CERTS_DIR/$TEST_CA_FILE.cert.pem
62 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -text
65 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
69 # Remove the cert request file (no longer needed)
82 -CA $CERTS_DIR/$TEST_CA_FILE.cert.pem \
84 -out $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -CAcreateserial
87 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -text
90 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
94 # Remove the cert reques
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/pkcs12/
H A Dpkread.c15 X509 *cert; local
36 if (!PKCS12_parse(p12, argv[2], &pkey, &cert, &ca)) {
50 if (cert) {
52 PEM_write_X509_AUX(fp, cert);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dssl_cert.c185 void ssl_cert_set_default_md(CERT *cert) argument
189 cert->pkeys[SSL_PKEY_DSA_SIGN].digest = EVP_sha1();
192 cert->pkeys[SSL_PKEY_RSA_SIGN].digest = EVP_sha1();
193 cert->pkeys[SSL_PKEY_RSA_ENC].digest = EVP_sha1();
196 cert->pkeys[SSL_PKEY_ECC].digest = EVP_sha1();
217 CERT *ssl_cert_dup(CERT *cert) argument
230 ret->key = &ret->pkeys[cert->key - &cert->pkeys[0]];
232 * or ret->key = ret->pkeys + (cert->key - cert
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/pkcs12/
H A Dpkread.c15 X509 *cert; local
36 if (!PKCS12_parse(p12, argv[2], &pkey, &cert, &ca)) {
50 if (cert) {
52 PEM_write_X509_AUX(fp, cert);

Completed in 247 milliseconds

1234567891011>>