Commit e90fc053 authored by Rich Salz's avatar Rich Salz
Browse files

Don't use "version" in "OpenSSL Version 1.1.0" etc

parent 20e237c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ a directory by issuer name.
=item B<-hash_old>

Outputs the "hash" of the CRL issuer name using the older algorithm
as used by OpenSSL versions before 1.0.0.
as used by OpenSSL before version 1.0.0.

=item B<-issuer>

+2 −2
Original line number Diff line number Diff line
@@ -187,12 +187,12 @@ Synonym for "-subject_hash" for backward compatibility reasons.
=item B<-subject_hash_old>

Outputs the "hash" of the certificate subject name using the older algorithm
as used by OpenSSL versions before 1.0.0.
as used by OpenSSL before version 1.0.0.

=item B<-issuer_hash_old>

Outputs the "hash" of the certificate issuer name using the older algorithm
as used by OpenSSL versions before 1.0.0.
as used by OpenSSL before version 1.0.0.

=item B<-subject>

+2 −2
Original line number Diff line number Diff line
@@ -271,9 +271,9 @@ a client and also echoes the request to standard output.
 BIO_flush(sbio);
 BIO_free_all(sbio);

=head1 BUGS
=head1 HISTORY

In OpenSSL versions before 1.0.0 the BIO_pop() call was handled incorrectly,
In OpenSSL before 1.0.0 the BIO_pop() call was handled incorrectly,
the I/O BIO reference count was incorrectly incremented (instead of
decremented) and dissociated with the SSL BIO even if the SSL BIO was not
explicitly being popped (e.g. a pop higher up the chain). Applications which
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ L<bio>, L<BIO_meth_new>

=head1 HISTORY

The functions described here were added in OpenSSL version 1.1.0.
The functions described here were added in OpenSSL 1.1.0.

=head1 COPYRIGHT

+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ L<bio>, L<BIO_find_type>, L<BIO_ctrl>, L<BIO_read_ex>, L<BIO_new>

=head1 HISTORY

The functions described here were added in OpenSSL version 1.1.0.
The functions described here were added in OpenSSL 1.1.0.

=head1 COPYRIGHT

Loading