Home
last modified time | relevance | path

Searched refs:pubout (Results 1 – 11 of 11) sorted by relevance

/openssl/apps/
H A Drsa.c103 if (pubout == 2) in try_legacy_encoding()
108 if (pubout == 2) in try_legacy_encoding()
133 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; in rsa_main() local
182 pubout = 1; in rsa_main()
188 pubout = 2; in rsa_main()
226 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0; in rsa_main()
336 if (pubout || pubin) { in rsa_main()
346 if (pubout || pubin) { in rsa_main()
347 if (pubout == 2) in rsa_main()
365 if ((!pubout && !pubin) in rsa_main()
[all …]
H A Dpkey.c79 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1; in pkey_main() local
123 pubin = pubout = 1; in pkey_main()
126 pubout = 1; in pkey_main()
186 if (!text_pub && pubout && text) { in pkey_main()
191 private = (!noout && !pubout) || (text && !text_pub); in pkey_main()
271 if (pubout) { in pkey_main()
293 if (pubout) { in pkey_main()
H A Ddsa.c87 int modulus = 0, pubin = 0, pubout = 0, ret = 1; in dsa_main() local
152 pubout = 1; in dsa_main()
170 private = pubin || pubout ? 0 : 1; in dsa_main()
245 if (pubout || pubin) in dsa_main()
252 if (pubout || pubin) { in dsa_main()
H A Dec.c77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; in ec_main() local
123 pubout = 1; in ec_main()
166 private = param_out || pubin || pubout ? 0 : 1; in ec_main()
248 } else if (pubin || pubout) { in ec_main()
/openssl/doc/man1/
H A Dopenssl-rsa.pod.in40 [B<-pubout>]
127 =item B<-pubout>
135 Like B<-pubin> and B<-pubout> except B<RSAPublicKey> format is used instead.
183 openssl rsa -in key.pem -pubout -out pubkey.pem
H A Dopenssl-dsa.pod.in38 [B<-pubout>]
121 =item B<-pubout>
171 openssl dsa -in key.pem -pubout -out pubkey.pem
H A Dopenssl-ec.pod.in29 [B<-pubout>]
112 =item B<-pubout>
174 openssl ec -in key.pem -pubout -out pubkey.pem
H A Dopenssl-pkey.pod.in28 [B<-pubout>]
132 =item B<-pubout>
205 openssl pkey -in key.pem -pubout -out pubkey.pem
/openssl/demos/certs/
H A Dmkcerts.sh54 $OPENSSL pkey -in dhskey.pem -pubout -out dhspub.pem
67 $OPENSSL pkey -in dhckey.pem -pubout -out dhcpub.pem
/openssl/test/smime-certs/
H A Dmksmime-certs.sh76 $OPENSSL pkey -pubout -in smdh.pem -out dhpub.pem
/openssl/
H A DCHANGES.md17235 * Add -pubin and -pubout options to the rsa and dsa commands. These allow
17237 openssl rsa -in key.pem -pubout -out pubkey.pem

Completed in 99 milliseconds