Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).
[openssl.git] / test / testssl
index 8ac90ae5eec37a76ef0ffa9001b8582a85708b43..f9d7c5d65ff70b1a0b96ee32da115c69eb7a0e7b 100644 (file)
@@ -142,4 +142,10 @@ else
   fi
 fi
 
+echo test tls1 with PSK
+$ssltest -tls1 -cipher PSK -psk abc123 $extra || exit 1
+
+echo test tls1 with PSK via BIO pair
+$ssltest -bio_pair -tls1 -cipher PSK -psk abc123 $extra || exit 1
+
 exit 0