Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dx509.c288 int ret = 1, i, j, num = 0, badsig = 0, clrext = 0, nocert = 0; in x509_main() local
540 clrext = 1; in x509_main()
744 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
798 if (clrext && ext_names != NULL) in x509_main()
804 if (clrext || (ext_names != NULL && strstr(ext_names, sn) == NULL)) in x509_main()
857 if (clrext && ext_copy != EXT_COPY_NONE) { in x509_main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-x509.pod.in61 [B<-clrext>]
417 =item B<-clrext>
423 the B<-clrext> option prevents taking over any extensions from the source.
/freebsd/crypto/openssl/
H A DCHANGES.md16616 to '-clrext' (= clear extensions), as intended and documented.