asynciodebian/masterdebian/stretch-backportsproxy-ticketupstream
Last change
on this file since 4cc1edc was
94cb972,
checked in by Thomas Klute <thomas2.klute@…>, 5 years ago
|
Minimal OCSP stapling implementation using externally provided response
Works if the configured file contains a valid and current OCSP
response. Note that the module does not yet check those conditions,
the file is just read and forwarded to GnuTLS.
|
-
Property mode set to
100644
|
File size:
477 bytes
|
Line | |
---|
1 | # installation directory for Apache modules |
---|
2 | if ENABLE_VPATH_INSTALL |
---|
3 | apmodpkglibdir = $(subst ${AP_EXEC_PREFIX},${prefix},${AP_LIBEXECDIR}) |
---|
4 | else |
---|
5 | apmodpkglibdir = ${AP_LIBEXECDIR} |
---|
6 | endif |
---|
7 | |
---|
8 | mod_gnutls_la_SOURCES = mod_gnutls.c gnutls_io.c gnutls_cache.c \ |
---|
9 | gnutls_config.c gnutls_hooks.c gnutls_ocsp.c |
---|
10 | mod_gnutls_la_CFLAGS = -Wall ${MODULE_CFLAGS} |
---|
11 | mod_gnutls_la_LDFLAGS = -module -avoid-version ${MODULE_LIBS} |
---|
12 | noinst_HEADERS = gnutls_ocsp.h |
---|
13 | |
---|
14 | apmodpkglib_LTLIBRARIES = mod_gnutls.la |
---|
Note: See
TracBrowser
for help on using the repository browser.