diff options
author | beck <> | 2015-09-11 12:56:55 +0000 |
---|---|---|
committer | beck <> | 2015-09-11 12:56:55 +0000 |
commit | 68048eefb0353c6cb686c092af50ba61fca67874 (patch) | |
tree | 6080d52d99050fc94d1bd00cdb70fd607c96d262 /src/lib/libtls/Makefile | |
parent | 656ef1e2adb75d20a81b8763a2088b2c8e6c3058 (diff) | |
download | openbsd-68048eefb0353c6cb686c092af50ba61fca67874.tar.gz openbsd-68048eefb0353c6cb686c092af50ba61fca67874.tar.bz2 openbsd-68048eefb0353c6cb686c092af50ba61fca67874.zip |
add tls_peer functions for checking names and issuers of peer certificates.
ok jsing@
Diffstat (limited to 'src/lib/libtls/Makefile')
-rw-r--r-- | src/lib/libtls/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index 0e3329589e..2e03e247e4 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.15 2015/09/11 11:28:01 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.16 2015/09/11 12:56:55 beck Exp $ |
2 | 2 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
@@ -46,6 +46,8 @@ MLINKS+=tls_init.3 tls_config_insecure_noverifyname.3 | |||
46 | MLINKS+=tls_init.3 tls_config_verify.3 | 46 | MLINKS+=tls_init.3 tls_config_verify.3 |
47 | MLINKS+=tls_init.3 tls_config_verify_client.3 | 47 | MLINKS+=tls_init.3 tls_config_verify_client.3 |
48 | MLINKS+=tls_init.3 tls_config_verify_client_optional.3 | 48 | MLINKS+=tls_init.3 tls_config_verify_client_optional.3 |
49 | MLINKS+=tls_init.3 tls_peer_cert_provided.3 | ||
50 | MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 | ||
49 | MLINKS+=tls_init.3 tls_load_file.3 | 51 | MLINKS+=tls_init.3 tls_load_file.3 |
50 | MLINKS+=tls_init.3 tls_client.3 | 52 | MLINKS+=tls_init.3 tls_client.3 |
51 | MLINKS+=tls_init.3 tls_server.3 | 53 | MLINKS+=tls_init.3 tls_server.3 |