Searched refs:crl (Results 1 - 25 of 85) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509cset.c69 if (x->crl->version == NULL)
71 if ((x->crl->version=M_ASN1_INTEGER_new()) == NULL)
74 return(ASN1_INTEGER_set(x->crl->version,version));
79 if ((x == NULL) || (x->crl == NULL)) return(0);
80 return(X509_NAME_set(&x->crl->issuer,name));
89 in=x->crl->lastUpdate;
95 M_ASN1_TIME_free(x->crl->lastUpdate);
96 x->crl->lastUpdate=in;
107 in=x->crl->nextUpdate;
113 M_ASN1_TIME_free(x->crl
[all...]
H A Dx509_ext.c71 return(X509v3_get_ext_count(x->crl->extensions));
76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
81 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
86 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
91 return(X509v3_get_ext(x->crl->extensions,loc));
96 return(X509v3_delete_ext(x->crl->extensions,loc));
101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
107 return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags);
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
H A Dx_all.c83 a->sig_alg, a->signature,a->crl,r));
106 x->crl->enc.modified = 1;
107 return(ASN1_item_sign(ASN1_ITEM_rptr(X509_CRL_INFO),x->crl->sig_alg,
108 x->sig_alg, x->signature, x->crl,pkey,md));
140 X509_CRL *d2i_X509_CRL_fp(FILE *fp, X509_CRL **crl) argument
142 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
145 int i2d_X509_CRL_fp(FILE *fp, X509_CRL *crl) argument
147 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(X509_CRL), fp, crl);
151 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) argument
153 return ASN1_item_d2i_bio(ASN1_ITEM_rptr(X509_CRL), bp, crl);
156 i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) argument
[all...]
H A Dx509_vfy.c528 X509_CRL *crl = NULL; local
535 ok = ctx->get_crl(ctx, &crl, x);
545 ctx->current_crl = crl;
546 ok = ctx->check_crl(ctx, crl);
548 ok = ctx->cert_crl(ctx, crl, x);
551 X509_CRL_free(crl);
560 static int get_crl(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x) argument
566 *crl = xobj.data.crl;
571 static int check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) argument
676 cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) argument
[all...]
H A Dby_dir.c252 } crl; member in union:__anon1426
274 data.crl.st_crl.crl= &data.crl.st_crl_info;
275 data.crl.st_crl_info.issuer=name;
276 stmp.data.crl= &data.crl.st_crl;
H A Dx509_vfy.h127 X509_CRL *crl; member in union:x509_object_st::__anon1430
183 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
184 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
185 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
232 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
233 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
234 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
H A Dx509.h419 X509_CRL_INFO *crl; member in struct:X509_crl_st
453 X509_CRL *crl; member in struct:X509_info_st
551 a->sig_alg, a->signature,(char *)a->crl,r)
560 ASN1_sign((int (*)())i2d_X509_CRL_INFO,x->crl->sig_alg,x->sig_alg, \
561 x->signature, (char *)x->crl,pkey,md)
581 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
582 (char *(*)())d2i_X509_CRL,(char *)crl)
583 #define d2i_X509_CRL_fp(fp,crl) (X509_CRL *)ASN1_d2i_fp((char *(*)()) \
585 (unsigned char **)(crl))
586 #define i2d_X509_CRL_fp(fp,crl) ASN1_i2d_f
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509cset.c69 if (x->crl->version == NULL)
71 if ((x->crl->version=M_ASN1_INTEGER_new()) == NULL)
74 return(ASN1_INTEGER_set(x->crl->version,version));
79 if ((x == NULL) || (x->crl == NULL)) return(0);
80 return(X509_NAME_set(&x->crl->issuer,name));
89 in=x->crl->lastUpdate;
95 M_ASN1_TIME_free(x->crl->lastUpdate);
96 x->crl->lastUpdate=in;
107 in=x->crl->nextUpdate;
113 M_ASN1_TIME_free(x->crl
[all...]
H A Dx509_ext.c71 return(X509v3_get_ext_count(x->crl->extensions));
76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
81 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
86 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
91 return(X509v3_get_ext(x->crl->extensions,loc));
96 return(X509v3_delete_ext(x->crl->extensions,loc));
101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
107 return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags);
112 return(X509v3_add_ext(&(x->crl->extensions),ex,loc) != NULL);
H A Dx509_vfy.c581 X509_CRL *crl = NULL; local
588 ok = ctx->get_crl(ctx, &crl, x);
598 ctx->current_crl = crl;
599 ok = ctx->check_crl(ctx, crl);
601 ok = ctx->cert_crl(ctx, crl, x);
604 X509_CRL_free(crl);
611 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) argument
615 ctx->current_crl = crl;
621 i=X509_cmp_time(X509_CRL_get_lastUpdate(crl), ptime);
636 if(X509_CRL_get_nextUpdate(crl))
671 X509_CRL *crl, *best_crl = NULL; local
700 X509_CRL *crl = NULL; local
731 check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) argument
799 cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) argument
[all...]
H A Dby_dir.c253 } crl; member in union:__anon2928
275 data.crl.st_crl.crl= &data.crl.st_crl_info;
276 data.crl.st_crl_info.issuer=name;
277 stmp.data.crl= &data.crl.st_crl;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_crl.c105 ASN1_SIMPLE(X509_CRL, crl, X509_CRL_INFO),
123 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
126 inf = crl->crl;
H A Dx_info.c82 ret->crl=NULL;
107 if (x->crl != NULL) X509_CRL_free(x->crl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dx_crl.c105 ASN1_SIMPLE(X509_CRL, crl, X509_CRL_INFO),
123 int X509_CRL_add0_revoked(X509_CRL *crl, X509_REVOKED *rev)
126 inf = crl->crl;
H A Dx_info.c82 ret->crl=NULL;
107 if (x->crl != NULL) X509_CRL_free(x->crl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl2p7.c95 X509_CRL *crl=NULL; local
168 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
197 crl=d2i_X509_CRL_bio(in,NULL);
199 crl=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL);
201 BIO_printf(bio_err,"bad input format specified for input crl\n");
204 if (crl == NULL)
220 p7s->crl=crl_stack;
221 if (crl != NULL)
223 sk_X509_CRL_push(crl_stack,crl);
224 crl
[all...]
H A Dpkcs7.c170 BIO_printf(bio_err," -print_certs print any certs or crl in the input\n");
251 crls=p7->d.sign->crl;
255 crls=p7->d.signed_and_enveloped->crl;
277 X509_CRL *crl; local
281 crl=sk_X509_CRL_value(crls,i);
283 X509_CRL_print(out, crl);
285 if(!noout)PEM_write_bio_X509_CRL(out,crl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dcrl2p7.c95 X509_CRL *crl=NULL; local
168 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
197 crl=d2i_X509_CRL_bio(in,NULL);
199 crl=PEM_read_bio_X509_CRL(in,NULL,NULL,NULL);
201 BIO_printf(bio_err,"bad input format specified for input crl\n");
204 if (crl == NULL)
220 p7s->crl=crl_stack;
221 if (crl != NULL)
223 sk_X509_CRL_push(crl_stack,crl);
224 crl
[all...]
H A Dpkcs7.c170 BIO_printf(bio_err," -print_certs print any certs or crl in the input\n");
251 crls=p7->d.sign->crl;
255 crls=p7->d.signed_and_enveloped->crl;
277 X509_CRL *crl; local
281 crl=sk_X509_CRL_value(crls,i);
283 X509_CRL_print(out, crl);
285 if(!noout)PEM_write_bio_X509_CRL(out,crl);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/tools/
H A Dc_rehash64 my ($cert, $crl) = check_file($fname);
65 if(!$cert && !$crl) {
70 link_hash_crl($fname) if($crl);
135 my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`;
H A Dc_rehash.in64 my ($cert, $crl) = check_file($fname);
65 if(!$cert && !$crl) {
70 link_hash_crl($fname) if($crl);
135 my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A Dc_rehash64 my ($cert, $crl) = check_file($fname);
65 if(!$cert && !$crl) {
70 link_hash_crl($fname) if($crl);
135 my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`;
H A Dc_rehash.in64 my ($cert, $crl) = check_file($fname);
65 if(!$cert && !$crl) {
70 link_hash_crl($fname) if($crl);
135 my ($hash, $fprint) = `"$openssl" crl -hash -fingerprint -noout -in '$fname'`;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509_vfy.h127 X509_CRL *crl; member in union:x509_object_st::__anon1483
183 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
184 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
185 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
232 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
233 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
234 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
H A Dx509.h419 X509_CRL_INFO *crl; member in struct:X509_crl_st
453 X509_CRL *crl; member in struct:X509_info_st
551 a->sig_alg, a->signature,(char *)a->crl,r)
560 ASN1_sign((int (*)())i2d_X509_CRL_INFO,x->crl->sig_alg,x->sig_alg, \
561 x->signature, (char *)x->crl,pkey,md)
581 #define X509_CRL_dup(crl) (X509_CRL *)ASN1_dup((int (*)())i2d_X509_CRL, \
582 (char *(*)())d2i_X509_CRL,(char *)crl)
583 #define d2i_X509_CRL_fp(fp,crl) (X509_CRL *)ASN1_d2i_fp((char *(*)()) \
585 (unsigned char **)(crl))
586 #define i2d_X509_CRL_fp(fp,crl) ASN1_i2d_f
[all...]

Completed in 896 milliseconds

1234