Searched refs:X509_STORE_CTX (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dssl_verify_openssl.h72 int verify_callback (int preverify_ok, X509_STORE_CTX * ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dssl_verify_openssl.h72 int verify_callback (int preverify_ok, X509_STORE_CTX * ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dssl_verify_openssl.h72 int verify_callback (int preverify_ok, X509_STORE_CTX * ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/x509/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c111 static int null_callback(int ok,X509_STORE_CTX *e);
112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
114 static int check_chain_extensions(X509_STORE_CTX *ctx);
115 static int check_name_constraints(X509_STORE_CTX *ctx);
116 static int check_trust(X509_STORE_CTX *ctx);
117 static int check_revocation(X509_STORE_CTX *ctx);
118 static int check_cert(X509_STORE_CTX *ctx);
119 static int check_policy(X509_STORE_CTX *ctx);
121 static int get_crl_score(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/x509/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c111 static int null_callback(int ok,X509_STORE_CTX *e);
112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
114 static int check_chain_extensions(X509_STORE_CTX *ctx);
115 static int check_name_constraints(X509_STORE_CTX *ctx);
116 static int check_trust(X509_STORE_CTX *ctx);
117 static int check_revocation(X509_STORE_CTX *ctx);
118 static int check_cert(X509_STORE_CTX *ctx);
119 static int check_policy(X509_STORE_CTX *ctx);
121 static int get_crl_score(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/x509/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c111 static int null_callback(int ok,X509_STORE_CTX *e);
112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
114 static int check_chain_extensions(X509_STORE_CTX *ctx);
115 static int check_name_constraints(X509_STORE_CTX *ctx);
116 static int check_trust(X509_STORE_CTX *ctx);
117 static int check_revocation(X509_STORE_CTX *ctx);
118 static int check_cert(X509_STORE_CTX *ctx);
119 static int check_policy(X509_STORE_CTX *ctx);
121 static int get_crl_score(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify) (X509_STORE_CTX *ctx);
197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
203 int (*check_revocation) (X509_STORE_CTX *ctx);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
209 int (*cert_crl) (X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c112 static int null_callback(int ok, X509_STORE_CTX *e);
113 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
114 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
115 static int check_chain_extensions(X509_STORE_CTX *ctx);
116 static int check_name_constraints(X509_STORE_CTX *ctx);
117 static int check_id(X509_STORE_CTX *ctx);
118 static int check_trust(X509_STORE_CTX *ctx);
119 static int check_revocation(X509_STORE_CTX *ctx);
120 static int check_cert(X509_STORE_CTX *ctx);
121 static int check_policy(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify) (X509_STORE_CTX *ctx);
197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
203 int (*check_revocation) (X509_STORE_CTX *ctx);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
209 int (*cert_crl) (X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify) (X509_STORE_CTX *ctx);
197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
203 int (*check_revocation) (X509_STORE_CTX *ctx);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
209 int (*cert_crl) (X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c112 static int null_callback(int ok, X509_STORE_CTX *e);
113 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
114 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
115 static int check_chain_extensions(X509_STORE_CTX *ctx);
116 static int check_name_constraints(X509_STORE_CTX *ctx);
117 static int check_id(X509_STORE_CTX *ctx);
118 static int check_trust(X509_STORE_CTX *ctx);
119 static int check_revocation(X509_STORE_CTX *ctx);
120 static int check_cert(X509_STORE_CTX *ctx);
121 static int check_policy(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify) (X509_STORE_CTX *ctx);
197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
203 int (*check_revocation) (X509_STORE_CTX *ctx);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
209 int (*cert_crl) (X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify) (X509_STORE_CTX *ctx);
197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
203 int (*check_revocation) (X509_STORE_CTX *ctx);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
209 int (*cert_crl) (X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c112 static int null_callback(int ok, X509_STORE_CTX *e);
113 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
114 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
115 static int check_chain_extensions(X509_STORE_CTX *ctx);
116 static int check_name_constraints(X509_STORE_CTX *ctx);
117 static int check_id(X509_STORE_CTX *ctx);
118 static int check_trust(X509_STORE_CTX *ctx);
119 static int check_revocation(X509_STORE_CTX *ctx);
120 static int check_cert(X509_STORE_CTX *ctx);
121 static int check_policy(X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
H A Dx509_vfy.h107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify) (X509_STORE_CTX *ctx);
197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
203 int (*check_revocation) (X509_STORE_CTX *ctx);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
209 int (*cert_crl) (X509_STORE_CTX *ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Ds_apps.h153 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);

Completed in 237 milliseconds

1234567891011>>