diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libtls/tls_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_init.3 b/src/lib/libtls/tls_init.3 index f5cada93a5..5d4be14ede 100644 --- a/src/lib/libtls/tls_init.3 +++ b/src/lib/libtls/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.85 2017/01/24 01:48:05 claudio Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.86 2017/01/24 07:57:39 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> | 3 | .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -383,7 +383,7 @@ used as an alternative certificate for Server Name Indication (server only). | |||
383 | .Fn tls_config_add_ticket_key | 383 | .Fn tls_config_add_ticket_key |
384 | adds a key used for the encryption and authentication of TLS tickets. | 384 | adds a key used for the encryption and authentication of TLS tickets. |
385 | By default keys are generated and rotated automatically based on their lifetime. | 385 | By default keys are generated and rotated automatically based on their lifetime. |
386 | This function should only be used to synchronise ticket encryption key accross | 386 | This function should only be used to synchronise ticket encryption key across |
387 | multiple processes. | 387 | multiple processes. |
388 | Re-adding a known key will result in an error, unless it is the most recently | 388 | Re-adding a known key will result in an error, unless it is the most recently |
389 | added key. | 389 | added key. |