Displaying 2 results from an estimated 2 matches for "dd756723".
2020 Aug 08
1
Re: [nbdkit PATCH 3/3] tlsdummy: New filter
....
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
I got a test working (although it still shows that we are bit awkward
until nbdkit makes it easier for filters to skip calling next_open when
it wants to)
diff --git c/tests/Makefile.am i/tests/Makefile.am
index b5ef96a7..dd756723 100644
--- c/tests/Makefile.am
+++ i/tests/Makefile.am
@@ -1501,6 +1501,10 @@ EXTRA_DIST += \
test-truncate-extents.sh \
$(NULL)
+# tlsdummy filter test.
+TESTS += test-tlsdummy.sh
+EXTRA_DIST += test-tlsdummy.sh
+
# xz filter test.
LIBGUESTFS_TESTS += test-xz
diff --git c/tests/test-tl...
2020 Aug 07
7
[nbdkit PATCH 0/3] Content differentiation during --tls=on
Patch 3 still needs tests added, but it is at least working from
my simple command line tests.
Eric Blake (3):
server: Implement nbdkit_is_tls for use during .open
server: Expose final thread_model to filter's .get_ready
tlsdummy: New filter
docs/nbdkit-filter.pod | 21 +-
docs/nbdkit-plugin.pod | 34 ++-
docs/nbdkit-tls.pod