Commit df75c2bf authored by Dr. Matthias St. Pierre's avatar Dr. Matthias St. Pierre
Browse files

man: harmonize the various formulations in the HISTORY sections



While stereotyped repetitions are frowned upon in literature, they
serve a useful purpose in manual pages, because it is easier for
the user to find certain information if it is always presented in
the same way. For that reason, this commit harmonizes the varying
formulations in the HISTORY section about which functions, flags,
etc. were added in which OpenSSL version.

It also attempts to make the pod files more grep friendly by
avoiding to insert line breaks between the symbol names and the
corresponding version number in which they were introduced
(wherever possible). Some punctuation and typographical errors
were fixed on the way.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7854)
parent 14541942
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,7 +762,7 @@ The B<-V> option for the B<ciphers> command was added in OpenSSL 1.0.0.
The B<-stdname> is only available if OpenSSL is built with tracing enabled
(B<enable-ssl-trace> argument to Configure) before OpenSSL 1.1.1.

The B<-convert> was added in OpenSSL 1.1.1.
The B<-convert> option was added in OpenSSL 1.1.1.

=head1 COPYRIGHT

+5 −5
Original line number Diff line number Diff line
@@ -724,14 +724,14 @@ No revocation checking is done on the signer's certificate.
The use of multiple B<-signer> options and the B<-resign> command were first
added in OpenSSL 1.0.0.

The B<keyopt> option was first added in OpenSSL 1.0.2.
The B<keyopt> option was added in OpenSSL 1.0.2.

Support for RSA-OAEP and RSA-PSS was first added to OpenSSL 1.0.2.
Support for RSA-OAEP and RSA-PSS was added in OpenSSL 1.0.2.

The use of non-RSA keys with B<-encrypt> and B<-decrypt> was first added
to OpenSSL 1.0.2.
The use of non-RSA keys with B<-encrypt> and B<-decrypt>
was added in OpenSSL 1.0.2.

The -no_alt_chains options was first added to OpenSSL 1.0.2b.
The -no_alt_chains option was added in OpenSSL 1.0.2b.

=head1 COPYRIGHT

+1 −1
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@ certain parameters. So if, for example, you want to use RC2 with a

=head1 HISTORY

The default digest was changed from MD5 to SHA256 in Openssl 1.1.0.
The default digest was changed from MD5 to SHA256 in OpenSSL 1.1.0.

=head1 COPYRIGHT

+3 −3
Original line number Diff line number Diff line
@@ -319,9 +319,9 @@ Generate an ED448 private key:
=head1 HISTORY

The ability to use NIST curve names, and to generate an EC key directly,
were added in OpenSSL 1.0.2. The ability to generate X25519 keys was added in
OpenSSL 1.1.0. The ability to generate X448, ED25519 and ED448 keys was added in
OpenSSL 1.1.1.
were added in OpenSSL 1.0.2.
The ability to generate X25519 keys was added in OpenSSL 1.1.0.
The ability to generate X448, ED25519 and ED448 keys was added in OpenSSL 1.1.1.

=head1 COPYRIGHT

+1 −1
Original line number Diff line number Diff line
@@ -486,7 +486,7 @@ to a second file.

=head1 HISTORY

The -no_alt_chains options was first added to OpenSSL 1.1.0.
The -no_alt_chains option was added in OpenSSL 1.1.0.

=head1 COPYRIGHT

Loading