xref: /openbsd-src/regress/usr.sbin/relayd/args-ssl-inspect.pl (revision 037367f64b3620cd200d9cb554e770b4c7c93f35)
1# test both client and server ssl connection with TLS inspection
2
3use strict;
4use warnings;
5
6our %args = (
7    client => {
8	ssl => 1,
9	loggrep => 'Issuer.*/OU=ca/',
10    },
11    relayd => {
12	inspectssl => 1,
13    },
14    server => {
15	ssl => 1,
16    },
17    len => 251,
18    md5 => "bc3a3f39af35fe5b1687903da2b00c7f",
19);
20
211;
22