Home
last modified time | relevance | path

Searched refs:notext (Results 1 – 4 of 4) sorted by relevance

/onnv-gate/usr/src/common/openssl/apps/
H A Dca.c227 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext);
301 int notext=0; in MAIN() local
446 notext=1; in MAIN()
1327 write_new_certificate(Cout,x, 0, notext); in MAIN()
1328 write_new_certificate(Sout,x, output_der, notext); in MAIN()
2209 static void write_new_certificate(BIO *bp, X509 *x, int output_der, int notext) in write_new_certificate() argument
2229 if (!notext)X509_print(bp,x); in write_new_certificate()
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Dca.pod35 [B<-notext>]
142 =item B<-notext>
/onnv-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg169 \t\t\tnodirect, nolazyload, nomapfile, notext, \
1459 @ MSG_ARG_GUIDE_NO_TEXT "notext"
/onnv-gate/usr/src/common/openssl/
H A DCHANGES5014 *) Add a new -notext option to 'ca' and a -pubkey option to 'spkac'.