diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2009-06-07 19:56:18 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2009-06-07 19:56:18 +0000 |
commit | 518099af59fbde0e7140459c76f59c9ac24bdf9c (patch) | |
tree | 873f9f63931a5d069bbcb053ea49eec4a92802dc /doc/apps | |
parent | c285625302c2411508052af6f109be9f6b789379 (diff) | |
download | src-518099af59fbde0e7140459c76f59c9ac24bdf9c.tar.gz src-518099af59fbde0e7140459c76f59c9ac24bdf9c.zip |
Import OpenSSL 0.9.8k.vendor/openssl/0.9.8k
Notes
Notes:
svn path=/vendor-crypto/openssl/dist/; revision=193645
svn path=/vendor-crypto/openssl/0.9.8k/; revision=193646; tag=vendor/openssl/0.9.8k
Diffstat (limited to 'doc/apps')
-rw-r--r-- | doc/apps/rand.pod | 5 | ||||
-rw-r--r-- | doc/apps/x509.pod | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/apps/rand.pod b/doc/apps/rand.pod index 75745ca0023c..d1d213ef43cb 100644 --- a/doc/apps/rand.pod +++ b/doc/apps/rand.pod @@ -10,6 +10,7 @@ B<openssl rand> [B<-out> I<file>] [B<-rand> I<file(s)>] [B<-base64>] +[B<-hex>] I<num> =head1 DESCRIPTION @@ -41,6 +42,10 @@ all others. Perform base64 encoding on the output. +=item B<-hex> + +Show the output as a hex string. + =back =head1 SEE ALSO diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index a925da41f16a..f43c1752350f 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -155,7 +155,7 @@ outputs the "hash" of the certificate issuer name. =item B<-hash> -synonym for "-hash" for backward compatibility reasons. +synonym for "-subject_hash" for backward compatibility reasons. =item B<-subject> |