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

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.h104 SSL -> X509_STORE_CTX
108 A X509_STORE_CTX is used while validating a single certificate.
171 * inherited by X509_STORE_CTX when it is initialised.
178 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
179 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
180 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
181 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
182 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
183 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
184 int (*check_crl)(X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c73 static int null_callback(int ok,X509_STORE_CTX *e);
74 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
75 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
76 static int check_chain_extensions(X509_STORE_CTX *ctx);
77 static int check_trust(X509_STORE_CTX *ctx);
78 static int check_revocation(X509_STORE_CTX *ctx);
79 static int check_cert(X509_STORE_CTX *ctx);
80 static int internal_verify(X509_STORE_CTX *ctx);
84 static int null_callback(int ok, X509_STORE_CTX *e)
96 int X509_verify_cert(X509_STORE_CTX *ct
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509_vfy.h104 SSL -> X509_STORE_CTX
108 A X509_STORE_CTX is used while validating a single certificate.
171 * inherited by X509_STORE_CTX when it is initialised.
178 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
179 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
180 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
181 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
182 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
183 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
184 int (*check_crl)(X509_STORE_CTX *ct
[all...]
H A Dossl_typ.h114 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
H A Dssl.h659 int (*app_verify_callback)(X509_STORE_CTX *, void *);
708 int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
902 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1209 int (*SSL_get_verify_callback(SSL *s))(int,X509_STORE_CTX *);
1211 int (*callback)(int ok,X509_STORE_CTX *ctx));
1281 int (*SSL_CTX_get_verify_callback(SSL_CTX *ctx))(int,X509_STORE_CTX *);
1283 int (*callback)(int, X509_STORE_CTX *));
1285 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.h105 SSL -> X509_STORE_CTX
109 A X509_STORE_CTX is used while validating a single certificate.
193 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
194 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
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 */
197 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
198 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
199 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
200 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
H A Dx509_vfy.c73 static int null_callback(int ok,X509_STORE_CTX *e);
74 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
75 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
76 static int check_chain_extensions(X509_STORE_CTX *ctx);
77 static int check_trust(X509_STORE_CTX *ctx);
78 static int check_revocation(X509_STORE_CTX *ctx);
79 static int check_cert(X509_STORE_CTX *ctx);
80 static int check_policy(X509_STORE_CTX *ctx);
81 static int internal_verify(X509_STORE_CTX *ctx);
85 static int null_callback(int ok, X509_STORE_CTX *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h105 SSL -> X509_STORE_CTX
109 A X509_STORE_CTX is used while validating a single certificate.
193 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
194 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
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 */
197 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
198 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
199 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
200 int (*cert_crl)(X509_STORE_CTX *ct
[all...]
H A Dossl_typ.h141 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Ddec.c67 int verify_callback(int ok, X509_STORE_CTX *ctx);
81 X509_STORE_CTX cert_ctx;
200 int verify_callback(int ok, X509_STORE_CTX *ctx)
H A Dverify.c67 int verify_callback(int ok, X509_STORE_CTX *ctx);
78 X509_STORE_CTX cert_ctx;
215 int verify_callback(int ok, X509_STORE_CTX *ctx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dverify.c67 int verify_callback(int ok, X509_STORE_CTX *ctx);
78 X509_STORE_CTX cert_ctx;
215 int verify_callback(int ok, X509_STORE_CTX *ctx)
H A Ddec.c67 int verify_callback(int ok, X509_STORE_CTX *ctx);
81 X509_STORE_CTX cert_ctx;
200 int verify_callback(int ok, X509_STORE_CTX *ctx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/
H A Dossl_typ.h114 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_apps.h153 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
H A Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
243 X509_STORE_CTX *csc;
327 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Ds_apps.h152 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
H A Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
252 X509_STORE_CTX *csc;
336 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/tunala/
H A Dcb.c61 int cb_ssl_verify(int ok, X509_STORE_CTX *ctx)
H A Dtunala.h148 int cb_ssl_verify(int ok, X509_STORE_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dcb.c61 int cb_ssl_verify(int ok, X509_STORE_CTX *ctx)
H A Dtunala.h148 int cb_ssl_verify(int ok, X509_STORE_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dossl_typ.h141 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef in typeref:struct:x509_store_ctx_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_vfy.c80 X509_STORE_CTX ctx;
363 X509_STORE_CTX ctx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl.h659 int (*app_verify_callback)(X509_STORE_CTX *, void *);
708 int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL */
902 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
1209 int (*SSL_get_verify_callback(SSL *s))(int,X509_STORE_CTX *);
1211 int (*callback)(int ok,X509_STORE_CTX *ctx));
1281 int (*SSL_CTX_get_verify_callback(SSL_CTX *ctx))(int,X509_STORE_CTX *);
1283 int (*callback)(int, X509_STORE_CTX *));
1285 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg);

Completed in 299 milliseconds

123