diff options
author | 2017-01-27 20:19:51 +0000 | |
---|---|---|
committer | 2017-01-27 20:19:51 +0000 | |
commit | 4801fc0bc7071ee8afcc04616c30f3c1874c8b67 (patch) | |
tree | 36f391edee1268addacf8e835dfe4d1b62d9f621 /lib/libtls/man | |
parent | Switch alpha, luna88k and sparc64 ramdisks to makefs. (diff) | |
download | wireguard-openbsd-4801fc0bc7071ee8afcc04616c30f3c1874c8b67.tar.xz wireguard-openbsd-4801fc0bc7071ee8afcc04616c30f3c1874c8b67.zip |
Fix Copyright notices; ok beck@ jsing@ tedu@
Diffstat (limited to 'lib/libtls/man')
-rw-r--r-- | lib/libtls/man/tls_accept_socket.3 | 8 | ||||
-rw-r--r-- | lib/libtls/man/tls_config_ocsp_require_stapling.3 | 6 | ||||
-rw-r--r-- | lib/libtls/man/tls_config_set_protocols.3 | 6 | ||||
-rw-r--r-- | lib/libtls/man/tls_config_set_session_id.3 | 6 | ||||
-rw-r--r-- | lib/libtls/man/tls_config_verify.3 | 5 | ||||
-rw-r--r-- | lib/libtls/man/tls_conn_version.3 | 7 | ||||
-rw-r--r-- | lib/libtls/man/tls_connect.3 | 6 | ||||
-rw-r--r-- | lib/libtls/man/tls_init.3 | 5 | ||||
-rw-r--r-- | lib/libtls/man/tls_load_file.3 | 7 | ||||
-rw-r--r-- | lib/libtls/man/tls_ocsp_process_response.3 | 6 | ||||
-rw-r--r-- | lib/libtls/man/tls_read.3 | 9 |
11 files changed, 43 insertions, 28 deletions
diff --git a/lib/libtls/man/tls_accept_socket.3 b/lib/libtls/man/tls_accept_socket.3 index 8ea2b03714b..a5fd048c311 100644 --- a/lib/libtls/man/tls_accept_socket.3 +++ b/lib/libtls/man/tls_accept_socket.3 @@ -1,6 +1,8 @@ -.\" $OpenBSD: tls_accept_socket.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_accept_socket.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" -.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2015 Joel Sing <jsing@openbsd.org> +.\" Copyright (c) 2016 Brent Cook <bcook@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_ACCEPT_SOCKET 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_config_ocsp_require_stapling.3 b/lib/libtls/man/tls_config_ocsp_require_stapling.3 index 9304d8707b1..d9f2972045e 100644 --- a/lib/libtls/man/tls_config_ocsp_require_stapling.3 +++ b/lib/libtls/man/tls_config_ocsp_require_stapling.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_config_ocsp_require_stapling.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" -.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_CONFIG_OCSP_REQUIRE_STAPLING 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_config_set_protocols.3 b/lib/libtls/man/tls_config_set_protocols.3 index 7435390edd6..718322e9f57 100644 --- a/lib/libtls/man/tls_config_set_protocols.3 +++ b/lib/libtls/man/tls_config_set_protocols.3 @@ -1,6 +1,8 @@ -.\" $OpenBSD: tls_config_set_protocols.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_config_set_protocols.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2015, 2016 Joel Sing <jsing@openbsd.org> +.\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_CONFIG_SET_PROTOCOLS 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_config_set_session_id.3 b/lib/libtls/man/tls_config_set_session_id.3 index 0e964c916dd..99dacdc15e2 100644 --- a/lib/libtls/man/tls_config_set_session_id.3 +++ b/lib/libtls/man/tls_config_set_session_id.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: tls_config_set_session_id.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_config_set_session_id.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" -.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2017 Claudio Jeker <claudio@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_CONFIG_SET_SESSION_ID 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_config_verify.3 b/lib/libtls/man/tls_config_verify.3 index ba0c997340d..586f0c640a1 100644 --- a/lib/libtls/man/tls_config_verify.3 +++ b/lib/libtls/man/tls_config_verify.3 @@ -1,6 +1,7 @@ -.\" $OpenBSD: tls_config_verify.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_config_verify.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2015 Joel Sing <jsing@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_CONGIG_VERIFY 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_conn_version.3 b/lib/libtls/man/tls_conn_version.3 index 0c7759b805d..fc196b4487b 100644 --- a/lib/libtls/man/tls_conn_version.3 +++ b/lib/libtls/man/tls_conn_version.3 @@ -1,6 +1,7 @@ -.\" $OpenBSD: tls_conn_version.3,v 1.2 2017/01/26 20:42:07 jmc Exp $ +.\" $OpenBSD: tls_conn_version.3,v 1.3 2017/01/27 20:19:51 schwarze Exp $ .\" -.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> +.\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 26 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_CONN_VERSION 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_connect.3 b/lib/libtls/man/tls_connect.3 index 8137fba53b5..e36c6db369b 100644 --- a/lib/libtls/man/tls_connect.3 +++ b/lib/libtls/man/tls_connect.3 @@ -1,6 +1,8 @@ -.\" $OpenBSD: tls_connect.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_connect.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2014, 2015 Joel Sing <jsing@openbsd.org> +.\" Copyright (c) 2016 Brent Cook <bcook@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_CONNECT 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_init.3 b/lib/libtls/man/tls_init.3 index af0eec38020..b563bf51c54 100644 --- a/lib/libtls/man/tls_init.3 +++ b/lib/libtls/man/tls_init.3 @@ -1,6 +1,7 @@ -.\" $OpenBSD: tls_init.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_init.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_INIT 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_load_file.3 b/lib/libtls/man/tls_load_file.3 index 2b2f01a8a9d..113a42a63ef 100644 --- a/lib/libtls/man/tls_load_file.3 +++ b/lib/libtls/man/tls_load_file.3 @@ -1,6 +1,9 @@ -.\" $OpenBSD: tls_load_file.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_load_file.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org> +.\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> +.\" Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_LOAD_FILE 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_ocsp_process_response.3 b/lib/libtls/man/tls_ocsp_process_response.3 index 78dc0ee42c2..849e4dfc5ca 100644 --- a/lib/libtls/man/tls_ocsp_process_response.3 +++ b/lib/libtls/man/tls_ocsp_process_response.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: tls_ocsp_process_response.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_ocsp_process_response.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" -.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_OCSP_PROCESS_RESPONSE 3 .Os .Sh NAME diff --git a/lib/libtls/man/tls_read.3 b/lib/libtls/man/tls_read.3 index 74ce0057585..3770da9ab79 100644 --- a/lib/libtls/man/tls_read.3 +++ b/lib/libtls/man/tls_read.3 @@ -1,6 +1,9 @@ -.\" $OpenBSD: tls_read.3,v 1.1 2017/01/25 23:53:18 schwarze Exp $ +.\" $OpenBSD: tls_read.3,v 1.2 2017/01/27 20:19:51 schwarze Exp $ .\" -.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org> +.\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org> +.\" Copyright (c) 2015 Joel Sing <jsing@openbsd.org> +.\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -14,7 +17,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 25 2017 $ +.Dd $Mdocdate: January 27 2017 $ .Dt TLS_READ 3 .Os .Sh NAME |