From: Ulf Möller Date: Sat, 8 Jan 2000 02:07:46 +0000 (+0000) Subject: Minor format changes. X-Git-Tag: OpenSSL_0_9_5beta1~316 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69396b419937c796523e11b9540dac4c44ff972d;p=oweals%2Fopenssl.git Minor format changes. --- diff --git a/doc/man/crl.pod b/doc/man/crl.pod index 635c678081..8b19592c85 100644 --- a/doc/man/crl.pod +++ b/doc/man/crl.pod @@ -31,7 +31,7 @@ The B command processes CRL files in DER or PEM format. =item B<-inform DER|PEM> This specifies the input format. B format is DER encoded CRL -structure.B (the default) is a base64 encoded version of +structure. B (the default) is a base64 encoded version of the DER form with header and footer lines. =item B<-outform DER|PEM> @@ -103,6 +103,8 @@ Output the text form of a DER encoded certificate: Ideally it should be possible to create a CRL using appropriate options and files too. +=head1 SEE ALSO + crl2pkcs7(1), ca(1), x509(1) =cut diff --git a/doc/man/dsaparam.pod b/doc/man/dsaparam.pod index 6f05629b74..bdfbb826dc 100644 --- a/doc/man/dsaparam.pod +++ b/doc/man/dsaparam.pod @@ -1,4 +1,5 @@ =pod + =head1 NAME dsaparam - DSA parameter manipulation and generation diff --git a/doc/man/rsa.pod b/doc/man/rsa.pod index 570832a191..05c64eb470 100644 --- a/doc/man/rsa.pod +++ b/doc/man/rsa.pod @@ -44,7 +44,7 @@ This specifies the input format. The B option uses an ASN1 DER encoded form compatible with the PKCS#1 RSAPrivateKey or SubjectPublicKeyInfo format. The B form is the default format: it consists of the B format base64 encoded with additional header and footer lines. On input PKCS#8 format private -keys are also accepted.The B form is a format compatible with older Netscape +keys are also accepted. The B form is a format compatible with older Netscape servers and MS IIS, this uses unsalted RC4 for its encryption. It is not very secure and so should only be used when necessary.