Searched refs:cert (Results 101 - 125 of 942) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/ssltest-ecc/
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/openvpn/sample/sample-config-files/
H A Dclient.conf7 # its own cert and key files. #
89 cert client.crt
103 ns-cert-type server
H A Dtls-home.conf35 cert home.crt
H A Dtls-office.conf35 cert office.crt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dpkcs11_polarssl.c76 pkcs11_certificate_dn (pkcs11h_certificate_t cert, struct gc_arena *gc) argument
83 if (pkcs11_x509_cert_init(&polar_cert, cert)) {
102 pkcs11_certificate_serial (pkcs11h_certificate_t cert, char *serial, argument
109 if (pkcs11_x509_cert_init(&polar_cert, cert)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/ssltest-ecc/
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-rt/router/openvpn/sample/sample-config-files/
H A Dclient.conf7 # its own cert and key files. #
89 cert client.crt
103 ns-cert-type server
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dpkcs11_polarssl.c76 pkcs11_certificate_dn (pkcs11h_certificate_t cert, struct gc_arena *gc) argument
83 if (pkcs11_x509_cert_init(&polar_cert, cert)) {
102 pkcs11_certificate_serial (pkcs11h_certificate_t cert, char *serial, argument
109 if (pkcs11_x509_cert_init(&polar_cert, cert)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/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-rt/router/openssl/demos/ssltest-ecc/
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-rt/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-rt-6.x.4708/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-rt-6.x.4708/router/openssl/demos/ssltest-ecc/
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-rt-6.x.4708/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-rt-6.x.4708/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);
/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 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-rt-6.x.4708/router/openvpn/sample/sample-config-files/
H A Dclient.conf7 # its own cert and key files. #
89 cert client.crt
103 ns-cert-type server
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dpkcs11_polarssl.c76 pkcs11_certificate_dn (pkcs11h_certificate_t cert, struct gc_arena *gc) argument
83 if (pkcs11_x509_cert_init(&polar_cert, cert)) {
102 pkcs11_certificate_serial (pkcs11h_certificate_t cert, char *serial, argument
109 if (pkcs11_x509_cert_init(&polar_cert, cert)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dpeer.c94 if (peer->cert)
95 hx509_cert_free(peer->cert);
105 * @param cert cerificate of the remote peer.
114 hx509_cert cert)
116 if (peer->cert)
117 hx509_cert_free(peer->cert);
118 peer->cert = hx509_cert_ref(cert);
113 hx509_peer_info_set_cert(hx509_peer_info peer, hx509_cert cert) argument
H A Dcert.c191 _hx509_get_cert(hx509_cert cert) argument
193 return cert->data;
212 * @param cert
220 hx509_cert_init(hx509_context context, const Certificate *c, hx509_cert *cert) argument
224 *cert = malloc(sizeof(**cert));
225 if (*cert == NULL)
227 (*cert)->ref = 1;
228 (*cert)->friendlyname = NULL;
229 (*cert)
271 hx509_cert_init_data(hx509_context context, const void *ptr, size_t len, hx509_cert *cert) argument
297 _hx509_cert_set_release(hx509_cert cert, _hx509_cert_release_func release, void *ctx) argument
309 _hx509_cert_assign_key(hx509_cert cert, hx509_private_key private_key) argument
327 hx509_cert_free(hx509_cert cert) argument
372 hx509_cert_ref(hx509_cert cert) argument
586 find_extension(const Certificate *cert, const heim_oid *oid, int *idx) argument
658 find_extension_subject_alt_name(const Certificate *cert, int *i, GeneralNames *sa) argument
676 find_extension_eku(const Certificate *cert, ExtKeyUsage *eku) argument
748 hx509_cert_find_subjectAltName_otherName(hx509_context context, hx509_cert cert, const heim_oid *oid, hx509_octet_string_list *list) argument
792 check_key_usage(hx509_context context, const Certificate *cert, unsigned flags, int req_present) argument
841 _hx509_check_key_usage(hx509_context context, hx509_cert cert, unsigned flags, int req_present) argument
850 check_basic_constraints(hx509_context context, const Certificate *cert, enum certtype type, int depth) argument
994 certificate_is_anchor(hx509_context context, hx509_certs trust_anchors, const hx509_cert cert) argument
1017 certificate_is_self_signed(hx509_context context, const Certificate *cert, int *self_signed) argument
1136 is_proxy_cert(hx509_context context, const Certificate *cert, ProxyCertInfo *rinfo) argument
1181 _hx509_path_append(hx509_context context, hx509_path *path, hx509_cert cert) argument
1227 _hx509_calculate_path(hx509_context context, int flags, time_t time_now, hx509_certs anchors, unsigned int max_depth, hx509_cert cert, hx509_certs pool, hx509_path *path) argument
1901 hx509_verify_path(hx509_context context, hx509_verify_ctx ctx, hx509_cert cert, hx509_certs pool) argument
2354 hx509_verify_hostname(hx509_context context, const hx509_cert cert, int flags, hx509_hostname_type type, const char *hostname, const struct sockaddr *sa, int sa_size) argument
2430 _hx509_set_cert_attribute(hx509_context context, hx509_cert cert, const heim_oid *oid, const heim_octet_string *attr) argument
2476 hx509_cert_get_attribute(hx509_cert cert, const heim_oid *oid) argument
2497 hx509_cert_set_friendly_name(hx509_cert cert, const char *name) argument
2519 hx509_cert_get_friendly_name(hx509_cert cert) argument
2829 _hx509_query_match_cert(hx509_context context, const hx509_query *q, hx509_cert cert) argument
3149 hx509_cert_check_eku(hx509_context context, hx509_cert cert, const heim_oid *eku, int allow_any_eku) argument
3185 Certificate *cert; local
3208 _hx509_cert_get_eku(hx509_context context, hx509_cert cert, ExtKeyUsage *e) argument
3298 _hx509_cert_to_env(hx509_context context, hx509_cert cert, hx509_env *env) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dpeer.c94 if (peer->cert)
95 hx509_cert_free(peer->cert);
105 * @param cert cerificate of the remote peer.
114 hx509_cert cert)
116 if (peer->cert)
117 hx509_cert_free(peer->cert);
118 peer->cert = hx509_cert_ref(cert);
113 hx509_peer_info_set_cert(hx509_peer_info peer, hx509_cert cert) argument
H A Dcert.c191 _hx509_get_cert(hx509_cert cert) argument
193 return cert->data;
212 * @param cert
220 hx509_cert_init(hx509_context context, const Certificate *c, hx509_cert *cert) argument
224 *cert = malloc(sizeof(**cert));
225 if (*cert == NULL)
227 (*cert)->ref = 1;
228 (*cert)->friendlyname = NULL;
229 (*cert)
271 hx509_cert_init_data(hx509_context context, const void *ptr, size_t len, hx509_cert *cert) argument
297 _hx509_cert_set_release(hx509_cert cert, _hx509_cert_release_func release, void *ctx) argument
309 _hx509_cert_assign_key(hx509_cert cert, hx509_private_key private_key) argument
327 hx509_cert_free(hx509_cert cert) argument
372 hx509_cert_ref(hx509_cert cert) argument
586 find_extension(const Certificate *cert, const heim_oid *oid, int *idx) argument
658 find_extension_subject_alt_name(const Certificate *cert, int *i, GeneralNames *sa) argument
676 find_extension_eku(const Certificate *cert, ExtKeyUsage *eku) argument
748 hx509_cert_find_subjectAltName_otherName(hx509_context context, hx509_cert cert, const heim_oid *oid, hx509_octet_string_list *list) argument
792 check_key_usage(hx509_context context, const Certificate *cert, unsigned flags, int req_present) argument
841 _hx509_check_key_usage(hx509_context context, hx509_cert cert, unsigned flags, int req_present) argument
850 check_basic_constraints(hx509_context context, const Certificate *cert, enum certtype type, int depth) argument
994 certificate_is_anchor(hx509_context context, hx509_certs trust_anchors, const hx509_cert cert) argument
1017 certificate_is_self_signed(hx509_context context, const Certificate *cert, int *self_signed) argument
1136 is_proxy_cert(hx509_context context, const Certificate *cert, ProxyCertInfo *rinfo) argument
1181 _hx509_path_append(hx509_context context, hx509_path *path, hx509_cert cert) argument
1227 _hx509_calculate_path(hx509_context context, int flags, time_t time_now, hx509_certs anchors, unsigned int max_depth, hx509_cert cert, hx509_certs pool, hx509_path *path) argument
1901 hx509_verify_path(hx509_context context, hx509_verify_ctx ctx, hx509_cert cert, hx509_certs pool) argument
2354 hx509_verify_hostname(hx509_context context, const hx509_cert cert, int flags, hx509_hostname_type type, const char *hostname, const struct sockaddr *sa, int sa_size) argument
2430 _hx509_set_cert_attribute(hx509_context context, hx509_cert cert, const heim_oid *oid, const heim_octet_string *attr) argument
2476 hx509_cert_get_attribute(hx509_cert cert, const heim_oid *oid) argument
2497 hx509_cert_set_friendly_name(hx509_cert cert, const char *name) argument
2519 hx509_cert_get_friendly_name(hx509_cert cert) argument
2829 _hx509_query_match_cert(hx509_context context, const hx509_query *q, hx509_cert cert) argument
3149 hx509_cert_check_eku(hx509_context context, hx509_cert cert, const heim_oid *eku, int allow_any_eku) argument
3185 Certificate *cert; local
3208 _hx509_cert_get_eku(hx509_context context, hx509_cert cert, ExtKeyUsage *e) argument
3298 _hx509_cert_to_env(hx509_context context, hx509_cert cert, hx509_env *env) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dpeer.c94 if (peer->cert)
95 hx509_cert_free(peer->cert);
105 * @param cert cerificate of the remote peer.
114 hx509_cert cert)
116 if (peer->cert)
117 hx509_cert_free(peer->cert);
118 peer->cert = hx509_cert_ref(cert);
113 hx509_peer_info_set_cert(hx509_peer_info peer, hx509_cert cert) argument
H A Dcert.c191 _hx509_get_cert(hx509_cert cert) argument
193 return cert->data;
212 * @param cert
220 hx509_cert_init(hx509_context context, const Certificate *c, hx509_cert *cert) argument
224 *cert = malloc(sizeof(**cert));
225 if (*cert == NULL)
227 (*cert)->ref = 1;
228 (*cert)->friendlyname = NULL;
229 (*cert)
271 hx509_cert_init_data(hx509_context context, const void *ptr, size_t len, hx509_cert *cert) argument
297 _hx509_cert_set_release(hx509_cert cert, _hx509_cert_release_func release, void *ctx) argument
309 _hx509_cert_assign_key(hx509_cert cert, hx509_private_key private_key) argument
327 hx509_cert_free(hx509_cert cert) argument
372 hx509_cert_ref(hx509_cert cert) argument
586 find_extension(const Certificate *cert, const heim_oid *oid, int *idx) argument
658 find_extension_subject_alt_name(const Certificate *cert, int *i, GeneralNames *sa) argument
676 find_extension_eku(const Certificate *cert, ExtKeyUsage *eku) argument
748 hx509_cert_find_subjectAltName_otherName(hx509_context context, hx509_cert cert, const heim_oid *oid, hx509_octet_string_list *list) argument
792 check_key_usage(hx509_context context, const Certificate *cert, unsigned flags, int req_present) argument
841 _hx509_check_key_usage(hx509_context context, hx509_cert cert, unsigned flags, int req_present) argument
850 check_basic_constraints(hx509_context context, const Certificate *cert, enum certtype type, int depth) argument
994 certificate_is_anchor(hx509_context context, hx509_certs trust_anchors, const hx509_cert cert) argument
1017 certificate_is_self_signed(hx509_context context, const Certificate *cert, int *self_signed) argument
1136 is_proxy_cert(hx509_context context, const Certificate *cert, ProxyCertInfo *rinfo) argument
1181 _hx509_path_append(hx509_context context, hx509_path *path, hx509_cert cert) argument
1227 _hx509_calculate_path(hx509_context context, int flags, time_t time_now, hx509_certs anchors, unsigned int max_depth, hx509_cert cert, hx509_certs pool, hx509_path *path) argument
1901 hx509_verify_path(hx509_context context, hx509_verify_ctx ctx, hx509_cert cert, hx509_certs pool) argument
2354 hx509_verify_hostname(hx509_context context, const hx509_cert cert, int flags, hx509_hostname_type type, const char *hostname, const struct sockaddr *sa, int sa_size) argument
2430 _hx509_set_cert_attribute(hx509_context context, hx509_cert cert, const heim_oid *oid, const heim_octet_string *attr) argument
2476 hx509_cert_get_attribute(hx509_cert cert, const heim_oid *oid) argument
2497 hx509_cert_set_friendly_name(hx509_cert cert, const char *name) argument
2519 hx509_cert_get_friendly_name(hx509_cert cert) argument
2829 _hx509_query_match_cert(hx509_context context, const hx509_query *q, hx509_cert cert) argument
3149 hx509_cert_check_eku(hx509_context context, hx509_cert cert, const heim_oid *eku, int allow_any_eku) argument
3185 Certificate *cert; local
3208 _hx509_cert_get_eku(hx509_context context, hx509_cert cert, ExtKeyUsage *e) argument
3298 _hx509_cert_to_env(hx509_context context, hx509_cert cert, hx509_env *env) argument
[all...]

Completed in 579 milliseconds

1234567891011>>