summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjmc <>2017-01-24 07:57:39 +0000
committerjmc <>2017-01-24 07:57:39 +0000
commit89f22c9b2f6839e8e66e874c7258e0ac76fcf070 (patch)
tree102e35770686f9756021e6d53372fceabfa60575 /src/lib
parent06e2ae50351b5803716048cabba9303b5f9284fa (diff)
downloadopenbsd-89f22c9b2f6839e8e66e874c7258e0ac76fcf070.tar.gz
openbsd-89f22c9b2f6839e8e66e874c7258e0ac76fcf070.tar.bz2
openbsd-89f22c9b2f6839e8e66e874c7258e0ac76fcf070.zip
accross -> across;
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libtls/tls_init.34
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
384adds a key used for the encryption and authentication of TLS tickets. 384adds a key used for the encryption and authentication of TLS tickets.
385By default keys are generated and rotated automatically based on their lifetime. 385By default keys are generated and rotated automatically based on their lifetime.
386This function should only be used to synchronise ticket encryption key accross 386This function should only be used to synchronise ticket encryption key across
387multiple processes. 387multiple processes.
388Re-adding a known key will result in an error, unless it is the most recently 388Re-adding a known key will result in an error, unless it is the most recently
389added key. 389added key.