aboutsummaryrefslogtreecommitdiff
path: root/docs/libnng.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnng.adoc')
-rw-r--r--docs/libnng.adoc10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/libnng.adoc b/docs/libnng.adoc
index a0d42874..d232dfe3 100644
--- a/docs/libnng.adoc
+++ b/docs/libnng.adoc
@@ -4,7 +4,7 @@ libnng(3)
:manmanual: nng
:mansource: nng
:icons: font
-:copyright: Copyright 2018 Garrett D'Amore <garrett@damore.org> \
+:copyright: Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> \
Copyright 2018 Capitar IT Group BV <info@capitar.com> \
This software is supplied under the terms of the MIT License, a \
copy of which should be located in the distribution where this \
@@ -163,12 +163,9 @@ The following functions are used to manipulate TLS configuration objects.
|===
| <<nng_tls_config_auth_alloc#nng_tls_config_alloc(3)>>|allocate TLS configuration
| <<nng_tls_config_auth_mode#nng_tls_config_auth_mode(3)>>|set authentication mode
-| <<nng_tls_config_ca_cert#,nng_tls_config_ca_cert(3)>>|set certificate authority chain
-| <<nng_tls_config_cert#nng_tls_config_cert(3)>>|set own certificate
-| <<nng_tls_config_crl#nng_tls_config_crl(3)>>|set certificate revocation list
+| <<nng_tls_config_ca_chain#,nng_tls_config_ca_chain(3)>>|set certificate authority chain
+| <<nng_tls_config_own_cert#nng_tls_config_own)cert(3)>>|set own certificate and key
| <<nng_tls_config_free#,nng_tls_config_free(3)>>}free TLS configuration
-| <<nng_tls_config_key#,nng_tls_config_key(3)>>|set private key
-| <<nng_tls_config_pass#nng_tls_config_pass(3)>>|set private key password
| <<nng_tls_config_server_name#,nng_tls_config_server_name(3)>>|set remote server name
|===
@@ -181,7 +178,6 @@ SEE ALSO
COPYRIGHT
---------
-Copyright 2018 mailto:garrett@damore.org[Garrett D'Amore] +
Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] +
Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV]