Home
last modified time | relevance | path

Searched refs:x509toreq (Results 1 – 3 of 3) sorted by relevance

/openssl/apps/
H A Dx509.c289 int x509toreq = 0, modulus = 0, print_pubkey = 0, pprint = 0; in x509_main() local
504 x509toreq = 1; in x509_main()
756 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) { in x509_main()
849 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main()
878 if (extconf != NULL && !x509toreq) { in x509_main()
895 if (x509toreq) { /* also works in conjunction with -req */ in x509_main()
/openssl/doc/man1/
H A Dopenssl-x509.pod.in15 [B<-x509toreq>]
135 =item B<-x509toreq>
156 when converting from a certificate to a request using the B<-x509toreq> option
769 openssl x509 -x509toreq -in cert.pem -out req.pem -key key.pem
/openssl/
H A DCHANGES.md2897 `-req` and `-x509toreq`. When given with the `copy` or `copyall` argument,
18372 -fingerprint and -x509toreq options. Also -x509toreq choked if a

Completed in 57 milliseconds