Searched refs:genstr (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssl/apps/ |
| HD | asn1pars.c | 87 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf); 97 char *genstr = NULL, *genconf = NULL; in MAIN() local 168 genstr = *(++argv); in MAIN() 256 if (genstr || genconf) { in MAIN() 257 num = do_generate(bio_err, genstr, genconf, buf); in MAIN() 374 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) in do_generate() argument 386 if (!genstr) in do_generate() 387 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate() 388 if (!genstr) { in do_generate() 394 atyp = ASN1_generate_nconf(genstr, cnf); in do_generate()
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_scts.c | 155 char genstr[20]; in timestamp_print() local 164 BIO_snprintf(genstr, sizeof(genstr), "%.14s.%03dZ", in timestamp_print() 166 ASN1_GENERALIZEDTIME_set_string(gen, genstr); in timestamp_print()
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | asn1parse.pod | 21 [B<-genstr string>] 82 =item B<-genstr string>, B<-genconf file> 156 openssl asn1parse -genstr 'UTF8:Hello World' 160 openssl asn1parse -genstr 'UTF8:Hello World' -noout -out utf8.der
|
| HD | config.pod | 325 OPENSSL_CONF=example.cnf openssl asn1parse -genstr OID:1.2.3.4.1
|