Searched refs:X509 (Results 1 - 25 of 446) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pem/
H A Dpem_x509.c68 IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509)
H A Dpem_xaux.c68 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pem/
H A Dpem_x509.c68 IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509)
H A Dpem_xaux.c68 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem_x509.c68 IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dssl_verify_openssl.h38 typedef X509 openvpn_x509_cert_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_x509.c80 /* X509 top level structure needs a bit of customisation */
86 X509 *ret = (X509 *)*pval;
130 ASN1_SEQUENCE_ref(X509, x509_cb, CRYPTO_LOCK_X509) = {
131 ASN1_SIMPLE(X509, cert_info, X509_CINF),
132 ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
133 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
134 } ASN1_SEQUENCE_END_ref(X509, X509)
136 IMPLEMENT_ASN1_FUNCTIONS(X509)
[all...]
H A Dp8_key.c64 int i2d_X509_KEY(X509 *a, unsigned char **pp)
81 X509 *d2i_X509_KEY(X509 **a, unsigned char **pp, long length)
83 M_ASN1_D2I_vars(a,X509 *,X509_new);
93 X509 *X509_KEY_new(void)
107 void X509_KEY_free(X509 *a)
H A Dx_x509a.c67 * appended to the X509 encoding when the *_X509_AUX routines
68 * are used. This means that the "traditional" X509 routines
72 static X509_CERT_AUX *aux_get(X509 *x);
84 static X509_CERT_AUX *aux_get(X509 *x)
91 int X509_alias_set1(X509 *x, unsigned char *name, int len)
107 int X509_keyid_set1(X509 *x, unsigned char *id, int len)
123 unsigned char *X509_alias_get0(X509 *x, int *len)
130 unsigned char *X509_keyid_get0(X509 *x, int *len)
137 int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj)
148 int X509_add1_reject_object(X509 *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_vfy.c64 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs,
65 STACK_OF(X509) *certs, X509_STORE *st,
67 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
68 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain,
72 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
74 static int ocsp_check_delegated(X509 *x, int flags);
75 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
76 X509_NAME *nm, STACK_OF(X509) *certs,
81 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *cert
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_vfy.c64 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs,
65 STACK_OF(X509) *certs, X509_STORE *st,
67 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
68 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain,
72 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
74 static int ocsp_check_delegated(X509 *x, int flags);
75 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req,
76 X509_NAME *nm, STACK_OF(X509) *certs,
81 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *cert
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_vfy.c63 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
65 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
66 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain, unsigned long flags);
68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
69 static int ocsp_check_delegated(X509 *x, int flags);
70 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
75 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *cert
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_cmp.c67 int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b)
81 unsigned long X509_issuer_and_serial_hash(X509 *a)
110 int X509_issuer_name_cmp(const X509 *a, const X509 *b)
115 int X509_subject_name_cmp(const X509 *a, const X509 *b)
132 X509_NAME *X509_get_issuer_name(X509 *a)
137 unsigned long X509_issuer_name_hash(X509 *x)
143 unsigned long X509_issuer_name_hash_old(X509 *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_cmp.c67 int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b)
81 unsigned long X509_issuer_and_serial_hash(X509 *a)
110 int X509_issuer_name_cmp(const X509 *a, const X509 *b)
115 int X509_subject_name_cmp(const X509 *a, const X509 *b)
132 X509_NAME *X509_get_issuer_name(X509 *a)
137 unsigned long X509_issuer_name_hash(X509 *x)
143 unsigned long X509_issuer_name_hash_old(X509 *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_cmp.c67 int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b)
80 unsigned long X509_issuer_and_serial_hash(X509 *a)
104 int X509_issuer_name_cmp(const X509 *a, const X509 *b)
109 int X509_subject_name_cmp(const X509 *a, const X509 *b)
119 X509_NAME *X509_get_issuer_name(X509 *a)
124 unsigned long X509_issuer_name_hash(X509 *x)
129 X509_NAME *X509_get_subject_name(X509 *
[all...]
H A Dx509_vfy.h127 X509 *x509;
195 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
196 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
198 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
200 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
232 X509 *cert; /* The cert to check */
233 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
242 int (*get_issuer)(X509 **issue
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_x509.c80 /* X509 top level structure needs a bit of customisation */
87 X509 *ret = (X509 *)*pval;
137 ASN1_SEQUENCE_ref(X509, x509_cb, CRYPTO_LOCK_X509) = {
138 ASN1_SIMPLE(X509, cert_info, X509_CINF),
139 ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
140 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
141 } ASN1_SEQUENCE_END_ref(X509, X509)
143 IMPLEMENT_ASN1_FUNCTIONS(X509)
[all...]
H A Dx_x509a.c68 * modifiable data about a certificate. This data is appended to the X509
70 * "traditional" X509 routines will simply ignore the extra data.
73 static X509_CERT_AUX *aux_get(X509 *x);
85 static X509_CERT_AUX *aux_get(X509 *x)
94 int X509_alias_set1(X509 *x, unsigned char *name, int len)
111 int X509_keyid_set1(X509 *x, unsigned char *id, int len)
128 unsigned char *X509_alias_get0(X509 *x, int *len)
137 unsigned char *X509_keyid_get0(X509 *x, int *len)
146 int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj)
159 int X509_add1_reject_object(X509 *
[all...]
H A Dx_nx509.c69 ASN1_OPT(NETSCAPE_X509, cert, X509)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_x509.c80 /* X509 top level structure needs a bit of customisation */
87 X509 *ret = (X509 *)*pval;
137 ASN1_SEQUENCE_ref(X509, x509_cb, CRYPTO_LOCK_X509) = {
138 ASN1_SIMPLE(X509, cert_info, X509_CINF),
139 ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
140 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
141 } ASN1_SEQUENCE_END_ref(X509, X509)
143 IMPLEMENT_ASN1_FUNCTIONS(X509)
[all...]
H A Dx_x509a.c68 * modifiable data about a certificate. This data is appended to the X509
70 * "traditional" X509 routines will simply ignore the extra data.
73 static X509_CERT_AUX *aux_get(X509 *x);
85 static X509_CERT_AUX *aux_get(X509 *x)
94 int X509_alias_set1(X509 *x, unsigned char *name, int len)
111 int X509_keyid_set1(X509 *x, unsigned char *id, int len)
128 unsigned char *X509_alias_get0(X509 *x, int *len)
137 unsigned char *X509_keyid_get0(X509 *x, int *len)
146 int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj)
159 int X509_add1_reject_object(X509 *
[all...]
H A Dx_nx509.c69 ASN1_OPT(NETSCAPE_X509, cert, X509)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3nametest.c72 static int set_cn(X509 *crt, ...)
102 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
105 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
108 static int set_altname(X509 *crt, ...)
158 static int set_cn1(X509 *crt, const char *name)
163 static int set_cn_and_email(X509 *crt, const char *name)
169 static int set_cn2(X509 *crt, const char *name)
175 static int set_cn3(X509 *crt, const char *name)
181 static int set_email1(X509 *crt, const char *name)
186 static int set_email2(X509 *cr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3nametest.c72 static int set_cn(X509 *crt, ...)
102 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
105 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
108 static int set_altname(X509 *crt, ...)
158 static int set_cn1(X509 *crt, const char *name)
163 static int set_cn_and_email(X509 *crt, const char *name)
169 static int set_cn2(X509 *crt, const char *name)
175 static int set_cn3(X509 *crt, const char *name)
181 static int set_email1(X509 *crt, const char *name)
186 static int set_email2(X509 *cr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h127 X509 *x509;
195 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
196 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
198 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
200 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
232 X509 *cert; /* The cert to check */
233 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
242 int (*get_issuer)(X509 **issue
[all...]

Completed in 145 milliseconds

1234567891011>>