Commit a528d4f0 authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

Remove SSLeay history, etc., from docs



If something was "present in all versions" of SSLeay, or if it was
added to a version of SSLeay (and therefore predates OpenSSL),
remove mention of it.  Documentation history now starts with OpenSSL.

Remove mention of all history before OpenSSL 0.9.8, inclusive.

Remove all AUTHOR sections.

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 6f5c0303
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -162,9 +162,7 @@ export encryption algorithms. Including 40 and 56 bits algorithms.

=item B<EXPORT56>

56 bit export encryption algorithms. In OpenSSL 0.9.8c and later the set of
56 bit export ciphers is empty unless OpenSSL has been explicitly configured
with support for experimental ciphers.
56 bit export encryption algorithms. This list is empty.

=item B<eNULL>, B<NULL>

@@ -726,8 +724,6 @@ L<s_client(1)>, L<s_server(1)>, L<ssl(3)>

=head1 HISTORY

The B<COMPLENTOFALL> and B<COMPLEMENTOFDEFAULT> selection options
for cipherlist strings were added in OpenSSL 0.9.7.
The B<-V> option for the B<ciphers> command was added in OpenSSL 1.0.0.

=cut
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ the sequences B<\n>, B<\r>, B<\b> and B<\t> are recognized.

=head1 OPENSSL LIBRARY CONFIGURATION

In OpenSSL 0.9.7 and later applications can automatically configure certain
Applications can automatically configure certain
aspects of OpenSSL using the master OpenSSL configuration file, or optionally
an alternative configuration file. The B<openssl> utility includes this
functionality: any sub command uses the master OpenSSL configuration file
@@ -106,7 +106,7 @@ as any compliant applications. For example:
 some_new_oid = 1.2.3.4
 some_other_oid = 1.2.3.5

In OpenSSL 0.9.8 it is also possible to set the value to the long name followed
It is also possible to set the value to the long name followed
by a comma and the numerical OID form. For example:

 shortName = some object long name, 1.2.3.4
+0 −5
Original line number Diff line number Diff line
@@ -141,9 +141,4 @@ There should be a way to generate and manipulate DH keys.

L<dsaparam(1)>

=head1 HISTORY

The B<dhparam> command was added in OpenSSL 0.9.5.
The B<-dsaparam> option was added in OpenSSL 0.9.6.

=cut
+0 −8
Original line number Diff line number Diff line
@@ -179,12 +179,4 @@ To change the point conversion form to B<compressed>:

L<ecparam(1)>, L<dsa(1)>, L<rsa(1)>

=head1 HISTORY

The ec command was first introduced in OpenSSL 0.9.8.

=head1 AUTHOR

Nils Larsch for the OpenSSL project (http://www.openssl.org).

=cut
+0 −8
Original line number Diff line number Diff line
@@ -168,12 +168,4 @@ To print out the EC parameters to standard output:

L<ec(1)>, L<dsaparam(1)>

=head1 HISTORY

The ecparam command was first introduced in OpenSSL 0.9.8.

=head1 AUTHOR

Nils Larsch for the OpenSSL project (http://www.openssl.org)

=cut
Loading