Home | History | Annotate | Download | only in apps

Lines Matching defs:in

11  * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
167 " -in file - The input PEM encoded certificate request(s)\n",
177 " -revoke file - Revoke a certificate (given in file)\n",
181 " -extensions .. - Extension section (override value in config file)\n",
183 " -crlexts .. - CRL extension section (override value in config file)\n",
304 BIO *in=NULL,*out=NULL,*Sout=NULL,*Cout=NULL;
427 else if (strcmp(*argv,"-in") == 0)
713 in=BIO_new(BIO_s_file());
717 if ((in == NULL) || (out == NULL) || (Sout == NULL) || (Cout == NULL))
854 BIO_printf(bio_err,"there needs to be defined a directory for new certificate to be placed in\n");
859 filename. In any case, stat(), below, will catch the problem
911 BIO_printf(bio_err," in entry %d\n", i+1);
1010 /* We can have sections in the ext file */
1092 * in the main configuration file */
1459 /* sort the data so it will be written in serial
1545 BIO_free_all(in);
1584 BIO *in=NULL;
1588 in=BIO_new(BIO_s_file());
1590 if (BIO_read_filename(in,infile) <= 0)
1595 if ((req=PEM_read_bio_X509_REQ(in,NULL,NULL,NULL)) == NULL)
1597 BIO_printf(bio_err,"Error reading certificate request in %s\n",
1641 if (in != NULL) BIO_free(in);
1777 /* If no EMAIL is wanted in the subject */
1825 BIO_printf(bio_err,"%s:unknown object type in 'policy' configuration\n",cv->name);
1833 /* lookup the object in the supplied name list */
1879 BIO_printf(bio_err,"The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n",cv->name);
1893 BIO_printf(bio_err,"The %s field needed to be the same in the\nCA certificate (%s) and the request (%s)\n",cv->name,((str2 == NULL)?"NULL":(char *)str2->data),((str == NULL)?"NULL":(char *)str->data));
1899 BIO_printf(bio_err,"%s:invalid type in 'policy' configuration\n",cv->value);
1928 /* Build the correct Subject if no e-mail is wanted in the subject */
2090 /* Adds exts contained in the configuration file */
2094 "ERROR: adding extensions in section %s\n",
2109 BIO_printf(bio_err, "ERROR: adding extensions in section %s\n", ext_sect);
2303 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
2367 BIO_printf(bio_err,"Netscape SPKAC structure not found in %s\n",
2512 BIO_printf(bio_err, "Error in revocation arguments\n");
2573 BIO_printf(bio_err,"Serial %s not present in db.\n",