aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-decryption.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite-decryption.sh')
-rwxr-xr-xtest/suite-decryption.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index a1e9aee7b8..93547a4002 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -122,6 +122,9 @@ decryption_step_ssl() {
# SSL, using the server's private key with p < q
# (test whether libgcrypt is correctly called)
decryption_step_ssl_rsa_pq() {
+ echo $TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
+ -o ssl.keys_list:"0.0.0.0,443,http,${TEST_KEYS_DIR//\\/\\\\x5c}rsa-p-lt-q.key" \
+ -r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http
$TESTS_DIR/run_and_catch_crashes env $TS_DC_ENV $TSHARK $TS_DC_ARGS -Tfields -e http.request.uri \
-o ssl.keys_list:"0.0.0.0,443,http,${TEST_KEYS_DIR//\\/\\\\x5c}rsa-p-lt-q.key" \
-r "$CAPTURE_DIR/rsa-p-lt-q.pcap" -Y http \