diff options
| author | beck <> | 2015-10-07 23:33:38 +0000 |
|---|---|---|
| committer | beck <> | 2015-10-07 23:33:38 +0000 |
| commit | 5d82be7da232ba0ac24e658d65265454ddebf89c (patch) | |
| tree | 92254ea2710731c9a0faaf9eedfc6dd971a01640 /src/lib/libtls/Makefile | |
| parent | 545a111ef6b8cf1b16a35cc82a9a9015dc28c7fb (diff) | |
| download | openbsd-5d82be7da232ba0ac24e658d65265454ddebf89c.tar.gz openbsd-5d82be7da232ba0ac24e658d65265454ddebf89c.tar.bz2 openbsd-5d82be7da232ba0ac24e658d65265454ddebf89c.zip | |
Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certificate
validity times for tls connections.
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 679aabb9ed..5807780a84 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.21 2015/09/14 16:16:38 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.22 2015/10/07 23:33:38 beck Exp $ |
| 2 | 2 | ||
| 3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
| 4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
| @@ -53,6 +53,8 @@ MLINKS+=tls_init.3 tls_peer_cert_contains_name.3 | |||
| 53 | MLINKS+=tls_init.3 tls_peer_cert_issuer.3 | 53 | MLINKS+=tls_init.3 tls_peer_cert_issuer.3 |
| 54 | MLINKS+=tls_init.3 tls_peer_cert_subject.3 | 54 | MLINKS+=tls_init.3 tls_peer_cert_subject.3 |
| 55 | MLINKS+=tls_init.3 tls_peer_cert_hash.3 | 55 | MLINKS+=tls_init.3 tls_peer_cert_hash.3 |
| 56 | MLINKS+=tls_init.3 tls_peer_cert_notbefore.3 | ||
| 57 | MLINKS+=tls_init.3 tls_peer_cert_notafter.3 | ||
| 56 | MLINKS+=tls_init.3 tls_conn_version.3 | 58 | MLINKS+=tls_init.3 tls_conn_version.3 |
| 57 | MLINKS+=tls_init.3 tls_conn_cipher.3 | 59 | MLINKS+=tls_init.3 tls_conn_cipher.3 |
| 58 | MLINKS+=tls_init.3 tls_load_file.3 | 60 | MLINKS+=tls_init.3 tls_load_file.3 |
