mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
412a963c58
VMS being a record oriented operating system, it's uncertain how the 'pipe' passes binary data from one process to another. Experience shows that we get in trouble, and it's probably due to the pipe in itself being opened in text mode (variable length records). It's safer to pass data via an intermediary file instead. Reviewed-by: Rich Salz <rsalz@openssl.org> |
||
---|---|---|
.. | ||
00-check_testexes.t | ||
01-test_ordinals.t | ||
05-test_bf.t | ||
05-test_cast.t | ||
05-test_des.t | ||
05-test_hmac.t | ||
05-test_idea.t | ||
05-test_md2.t | ||
05-test_md4.t | ||
05-test_md5.t | ||
05-test_mdc2.t | ||
05-test_rand.t | ||
05-test_rc2.t | ||
05-test_rc4.t | ||
05-test_rc5.t | ||
05-test_rmd.t | ||
05-test_sha1.t | ||
05-test_sha256.t | ||
05-test_sha512.t | ||
05-test_wp.t | ||
10-test_bn.t | ||
10-test_exp.t | ||
15-test_dh.t | ||
15-test_dsa.t | ||
15-test_ec.t | ||
15-test_ecdh.t | ||
15-test_ecdsa.t | ||
15-test_rsa.t | ||
20-test_enc.t | ||
25-test_crl.t | ||
25-test_gen.t | ||
25-test_pkcs7.t | ||
25-test_req.t | ||
25-test_sid.t | ||
25-test_verify.t | ||
25-test_x509.t | ||
30-test_engine.t | ||
30-test_evp_extra.t | ||
30-test_evp.t | ||
30-test_pbelu.t | ||
40-test_rehash.t | ||
70-test_clienthello.t | ||
70-test_packet.t | ||
70-test_sslcertstatus.t | ||
70-test_sslextension.t | ||
70-test_sslsessiontick.t | ||
70-test_sslskewith0p.t | ||
70-test_sslvertol.t | ||
70-test_tlsextms.t | ||
70-test_verify_extra.t | ||
80-test_ca.t | ||
80-test_cms.t | ||
80-test_dane.t | ||
80-test_ocsp.t | ||
80-test_ssl.t | ||
80-test_tsa.t | ||
90-test_async.t | ||
90-test_constant_time.t | ||
90-test_gmdiff.t | ||
90-test_gost2814789.t | ||
90-test_heartbeat.t | ||
90-test_ige.t | ||
90-test_jpake.t | ||
90-test_memleak.t | ||
90-test_np.t | ||
90-test_p5_crpt2.t | ||
90-test_secmem.t | ||
90-test_srp.t | ||
90-test_v3name.t | ||
bc.pl | ||
tconversion.pl |