diff options
| author | Brent Cook <bcook@openbsd.org> | 2014-12-04 22:37:22 -0600 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2014-12-06 09:13:56 -0600 |
| commit | b3270494f043104b7d63d5b30f47464b5bf253db (patch) | |
| tree | 92ce7ca11ef5f583bb5524e524e5febab08865e3 /man | |
| parent | fc5e43c32b886510660c17ebfb7d78b450ceb2a3 (diff) | |
| download | portable-b3270494f043104b7d63d5b30f47464b5bf253db.tar.gz portable-b3270494f043104b7d63d5b30f47464b5bf253db.tar.bz2 portable-b3270494f043104b7d63d5b30f47464b5bf253db.zip | |
add support for building libtls
Use './configure --enable-libtls' to build the library and install the
associated manpages. Note that the API and ABI of this library may
change still, though feedback is welcome.
ok deraadt@ jsing@ tedu@
Diffstat (limited to 'man')
| -rw-r--r-- | man/Makefile.am.tpl | 1 | ||||
| -rw-r--r-- | man/links | 30 |
2 files changed, 29 insertions, 2 deletions
diff --git a/man/Makefile.am.tpl b/man/Makefile.am.tpl index 0078a64..4e562a0 100644 --- a/man/Makefile.am.tpl +++ b/man/Makefile.am.tpl | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
| 2 | dist_man_MANS= | 2 | dist_man_MANS= |
| 3 | |||
| @@ -1,4 +1,32 @@ | |||
| 1 | MLINKS="ASN1_OBJECT_new.3,ASN1_OBJECT_free.3 \ | 1 | TLS_MLINKS="tls_init.3,tls_config_new.3 |
| 2 | tls_init.3,tls_config_free.3 | ||
| 3 | tls_init.3,tls_config_set_ca_file.3 | ||
| 4 | tls_init.3,tls_config_set_ca_path.3 | ||
| 5 | tls_init.3,tls_config_set_cert_file.3 | ||
| 6 | tls_init.3,tls_config_set_cert_mem.3 | ||
| 7 | tls_init.3,tls_config_set_ciphers.3 | ||
| 8 | tls_init.3,tls_config_set_ecdhcurve.3 | ||
| 9 | tls_init.3,tls_config_set_key_file.3 | ||
| 10 | tls_init.3,tls_config_set_key_mem.3 | ||
| 11 | tls_init.3,tls_config_set_protocols.3 | ||
| 12 | tls_init.3,tls_config_set_verify_depth.3 | ||
| 13 | tls_init.3,tls_config_clear_keys.3 | ||
| 14 | tls_init.3,tls_config_insecure_noverifyhost.3 | ||
| 15 | tls_init.3,tls_config_insecure_noverifycert.3 | ||
| 16 | tls_init.3,tls_config_verify.3 | ||
| 17 | tls_init.3,tls_client.3 | ||
| 18 | tls_init.3,tls_server.3 | ||
| 19 | tls_init.3,tls_configure.3 | ||
| 20 | tls_init.3,tls_error.3 | ||
| 21 | tls_init.3,tls_reset.3 | ||
| 22 | tls_init.3,tls_free.3 | ||
| 23 | tls_init.3,tls_close.3 | ||
| 24 | tls_init.3,tls_connect.3 | ||
| 25 | tls_init.3,tls_connect_socket.3 | ||
| 26 | tls_init.3,tls_read.3 | ||
| 27 | tls_init.3,tls_write.3" | ||
| 28 | |||
| 29 | SSL_MLINKS="ASN1_OBJECT_new.3,ASN1_OBJECT_free.3 \ | ||
| 2 | ASN1_STRING_length.3,ASN1_STRING_cmp.3 \ | 30 | ASN1_STRING_length.3,ASN1_STRING_cmp.3 \ |
| 3 | ASN1_STRING_length.3,ASN1_STRING_data.3 \ | 31 | ASN1_STRING_length.3,ASN1_STRING_data.3 \ |
| 4 | ASN1_STRING_length.3,ASN1_STRING_dup.3 \ | 32 | ASN1_STRING_length.3,ASN1_STRING_dup.3 \ |
