Commit b275f3b6 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix referenses in section 1 manuals

parent b97fdb57
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -717,7 +717,7 @@ Set security level to 2 and display all ciphers consistent with level 2:

=head1 SEE ALSO

L<s_client(1)>, L<s_server(1)>, L<ssl(3)>
L<s_client(1)>, L<s_server(1)>, L<ssl(7)>

=head1 HISTORY

+0 −4
Original line number Diff line number Diff line
@@ -33,10 +33,6 @@ to produce the error message:

 error:2006D080:BIO routines:BIO_new_file:no such file

=head1 SEE ALSO

L<err(3)>

=head1 COPYRIGHT

Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ L<rsautl(1)>, L<s_client(1)>,
L<s_server(1)>, L<s_time(1)>,
L<smime(1)>, L<spkac(1)>,
L<verify(1)>, L<version(1)>, L<x509(1)>,
L<crypto(3)>, L<ssl(3)>, L<x509v3_config(5)>
L<crypto(7)>, L<ssl(7)>, L<x509v3_config(5)>

=head1 HISTORY

+3 −2
Original line number Diff line number Diff line
@@ -126,7 +126,8 @@ derive a shared secret using the peer key.
Use key derivation function B<algorithm>.  The supported algorithms are
at present B<TLS1-PRF> and B<HKDF>.
Note: additional parameters and the KDF output length will normally have to be
set for this to work.  See L<EVP_PKEY_HKDF(3)> and L<EVP_PKEY_TLS1_PRF(3)>
set for this to work.
See L<EVP_PKEY_CTX_set_hkdf_md(3)> and L<EVP_PKEY_CTX_set_tls1_prf_md(3)>
for the supported string parameters of each algorithm.

=item B<-kdflen length>
@@ -277,7 +278,7 @@ seed consisting of the single byte 0xFF:

L<genpkey(1)>, L<pkey(1)>, L<rsautl(1)>
L<dgst(1)>, L<rsa(1)>, L<genrsa(1)>,
L<EVP_PKEY_HKDF(3)>, L<EVP_PKEY_TLS1_PRF(3)>
L<EVP_PKEY_CTX_set_hkdf_md(3)>, L<EVP_PKEY_CTX_set_tls1_prf_md(3)>

=head1 COPYRIGHT

+2 −0
Original line number Diff line number Diff line
@@ -608,6 +608,8 @@ You could also look at the 'test' directory for more examples.

=head1 BUGS

=for comment foreign manuals: procmail(1), perl(1)

If you find any bugs or you have suggestions please write to
Zoltan Glozik <zglozik@opentsa.org>. Known issues:

Loading