openssl/test/recipes
Matt Caswell 46ac07f545 Avoid msys name mangling
If using the msys console then msys attempts to "fix" command line
arguments to convert them from Unix style to Windows style. One of the
things it does is to look for arguments seperated by colons. This it
assumes is a list of file paths, so it replaces the colon with a semi-colon.
This was causing one of our tests to fail when calling the "req" command
line app. We were attempting to create a new DSA key and passing the
argument "dsa:../apps/dsa1024.pem". This is exactly what we intended but
Msys mangles it to "dsa;../apps/dsa1024.pem" and the command fails.
There doesn't seem to be a way to suppress Msys name mangling. Fortunately
we can work around this issue by generating the DSA key in a separate step
by calling "gendsa".

RT#4255

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-27 15:19:03 +01:00
..
01-test_abort.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
01-test_ordinals.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
01-test_symbol_presence.t Add a best effort test to check shared library consistency 2016-04-22 12:55:48 +02:00
05-test_bf.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_cast.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_des.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_hmac.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_idea.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_md2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_md4.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_md5.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_mdc2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rand.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rc2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rc4.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rc5.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_rmd.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_sha1.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_sha256.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_sha512.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
05-test_wp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
10-test_bn.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
10-test_exp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_dh.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_dsa.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_ec.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_ecdh.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_ecdsa.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
15-test_rsa.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
20-test_enc.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_crl.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_d2i.t Add ASN.1 INTEGER tests. 2016-05-03 13:06:15 +01:00
25-test_gen.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_pkcs7.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_req.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_sid.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_verify.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
25-test_x509.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_afalg.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_engine.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_evp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_evp_extra.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
30-test_pbelu.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
40-test_rehash.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
70-test_asyncio.t Add an async io test 2016-05-20 14:39:45 +01:00
70-test_clienthello.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
70-test_packet.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
70-test_sslcertstatus.t Fix the no-tls option 2016-05-04 10:20:02 +01:00
70-test_sslextension.t Fix the no-tls option 2016-05-04 10:20:02 +01:00
70-test_sslsessiontick.t Add some additional NewSessionTicket tests 2016-05-13 13:04:46 +01:00
70-test_sslskewith0p.t Fix the no-tls option 2016-05-04 10:20:02 +01:00
70-test_sslvertol.t Fix the no-tls option 2016-05-04 10:20:02 +01:00
70-test_tlsextms.t Fix the no-tls option 2016-05-04 10:20:02 +01:00
70-test_verify_extra.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_ca.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_cipherlist.t Replace cipherlist test 2016-05-11 18:59:46 +02:00
80-test_cms.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_ct.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_dane.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_dtlsv1listen.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_ocsp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_ssl_new.t VMS perl: Fix glob output 2016-05-13 14:33:41 +02:00
80-test_ssl_old.t Avoid msys name mangling 2016-05-27 15:19:03 +01:00
80-test_ssl_test_ctx.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_tsa.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
80-test_x509aux.t Fix i2d_X509_AUX, update docs and add tests 2016-05-11 01:46:06 -04:00
90-test_async.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_bioprint.t Add a test for printing floating point format specifiers 2016-05-27 10:25:31 +01:00
90-test_constant_time.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_gmdiff.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_heartbeat.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_ige.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_memleak.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_networking.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_np.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_p5_crpt2.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_secmem.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_srp.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_threads.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
90-test_v3name.t Unified copyright for test recipes 2016-04-22 07:58:47 -04:00
bc.pl Copyright consolidation: perl files 2016-04-20 09:45:40 -04:00
tconversion.pl Copyright consolidation: perl files 2016-04-20 09:45:40 -04:00