diff options
author | tb <> | 2019-12-03 06:53:04 +0000 |
---|---|---|
committer | tb <> | 2019-12-03 06:53:04 +0000 |
commit | 85a2f38832176431f895ee74e25d432f079573b1 (patch) | |
tree | c09e12ea0ee024ed5d16049491b505ecd320c5cb /src/lib | |
parent | 041b5f17c0c78a70ec259675a688c257b4dbdf90 (diff) | |
download | openbsd-85a2f38832176431f895ee74e25d432f079573b1.tar.gz openbsd-85a2f38832176431f895ee74e25d432f079573b1.tar.bz2 openbsd-85a2f38832176431f895ee74e25d432f079573b1.zip |
Fix typo: ECHD -> ECDH.
From Michael Forney, thanks!
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 index 64da0092d3..fa5d980913 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.8 2019/05/20 06:04:45 jmc Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.9 2019/12/03 06:53:04 tb Exp $ |
2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: May 20 2019 $ | 68 | .Dd $Mdocdate: December 3 2019 $ |
69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 | 69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -230,7 +230,7 @@ An alias for | |||
230 | .Cm aDSS . | 230 | .Cm aDSS . |
231 | .It Cm ECDH | 231 | .It Cm ECDH |
232 | An alias for | 232 | An alias for |
233 | .Cm kEECHD . | 233 | .Cm kEECDH . |
234 | .It Cm ECDHE | 234 | .It Cm ECDHE |
235 | Cipher suites using ephemeral ECDH for key exchange, | 235 | Cipher suites using ephemeral ECDH for key exchange, |
236 | but excluding those that don't do any server authentication. | 236 | but excluding those that don't do any server authentication. |
@@ -245,7 +245,7 @@ An alias for | |||
245 | .It Cm EDH | 245 | .It Cm EDH |
246 | An alias for | 246 | An alias for |
247 | .Cm DHE . | 247 | .Cm DHE . |
248 | .It Cm EECHD | 248 | .It Cm EECDH |
249 | An alias for | 249 | An alias for |
250 | .Cm ECDHE . | 250 | .Cm ECDHE . |
251 | .It Cm eNULL | 251 | .It Cm eNULL |