Have the directory reader use the Unix API on VMS
[openssl.git] / test / tx509
index 0ce3b5223c5bcf4aeb7ef35e97b2c243432c2fec..77f5cacfcac9714175814d39dece35a1068d3fb3 100644 (file)
@@ -74,5 +74,12 @@ if [ $? != 0 ]; then exit 1; fi
 cmp x509-f.p x509-ff.p3
 if [ $? != 0 ]; then exit 1; fi
 
+echo "Parsing test certificates"
+
+$cmd -in certs/pss1.pem -text -noout >/dev/null
+if [ $? != 0 ]; then exit 1; fi
+
+echo OK
+
 /bin/rm -f x509-f.* x509-ff.* x509-fff.*
 exit 0