~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to doc/apps/x509.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051213213742-d0ydaylf80l16bj1
Tags: upstream-0.9.8a
ImportĀ upstreamĀ versionĀ 0.9.8a

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
[B<-out filename>]
18
18
[B<-serial>]
19
19
[B<-hash>]
 
20
[B<-subject_hash>]
 
21
[B<-issuer_hash>]
20
22
[B<-subject>]
21
23
[B<-issuer>]
22
24
[B<-nameopt option>]
96
98
 
97
99
the digest to use. This affects any signing or display option that uses a message
98
100
digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options. If not
99
 
specified then MD5 is used. If the key being used to sign with is a DSA key then
100
 
this option has no effect: SHA1 is always used with DSA keys.
 
101
specified then SHA1 is used. If the key being used to sign with is a DSA key
 
102
then this option has no effect: SHA1 is always used with DSA keys.
101
103
 
102
104
=item B<-engine id>
103
105
 
141
143
 
142
144
outputs the certificate serial number.
143
145
 
144
 
=item B<-hash>
 
146
=item B<-subject_hash>
145
147
 
146
148
outputs the "hash" of the certificate subject name. This is used in OpenSSL to
147
149
form an index to allow certificates in a directory to be looked up by subject
148
150
name.
149
151
 
 
152
=item B<-issuer_hash>
 
153
 
 
154
outputs the "hash" of the certificate issuer name.
 
155
 
 
156
=item B<-hash>
 
157
 
 
158
synonym for "-hash" for backward compatibility reasons.
 
159
 
150
160
=item B<-subject>
151
161
 
152
162
outputs the subject name.
815
825
L<req(1)|req(1)>, L<ca(1)|ca(1)>, L<genrsa(1)|genrsa(1)>,
816
826
L<gendsa(1)|gendsa(1)>, L<verify(1)|verify(1)>
817
827
 
 
828
=head1 HISTORY
 
829
 
 
830
Before OpenSSL 0.9.8, the default digest for RSA keys was MD5.
 
831
 
818
832
=cut