Correct expectation in DHM test in ssl-opt.sh

The previous test expected a DHM group generator of size 2048 bits, while with
the change to RFC 7919, the base is 2, so has bit-size 2.
This commit is contained in:
Hanno Becker 2017-09-27 17:17:30 +01:00
parent 4c72b000cb
commit 13be990114

View File

@ -2903,7 +2903,7 @@ run_test "DHM parameters: reference" \
debug_level=3" \
0 \
-c "value of 'DHM: P ' (2048 bits)" \
-c "value of 'DHM: G ' (2048 bits)"
-c "value of 'DHM: G ' (2 bits)"
run_test "DHM parameters: other parameters" \
"$P_SRV dhm_file=data_files/dhparams.pem" \