summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* make updateDr. Stephen Henson2014-01-061-78/+202
|
* make updateDr. Stephen Henson2013-12-081-202/+78
|
* cms-test.pl: make it work with not-so-latest perl.Andy Polyakov2013-02-141-1/+3
| | | | (cherry picked from commit 9c437e2faded18b4ef6499d7041c65d6e216955b)
* Fix for EXP-RC2-CBC-MD5Adam Langley2013-02-061-0/+17
| | | | | | MD5 should use little endian order. Fortunately the only ciphersuite affected is EXP-RC2-CBC-MD5 (TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5) which is a rarely used export grade ciphersuite.
* Make verify return errors.Ben Laurie2012-12-131-1/+1
|
* On OpenVMS, try sha256 and sha512 et al as well.Richard Levitte2012-03-011-0/+4
|
* make updateDr. Stephen Henson2011-12-271-105/+86
|
* detect and use older PKITS dataDr. Stephen Henson2011-12-111-2/+9
|
* add commented out option to allow use of older PKITS dataDr. Stephen Henson2011-12-101-0/+2
|
* make depend.Ben Laurie2011-11-131-84/+104
|
* use -no_ecdhe when using -no_dheBodo Möller2011-10-131-4/+4
|
* increase test RSA key size to 1024 bitsDr. Stephen Henson2011-10-123-3/+3
|
* oopsBodo Möller2011-09-051-2/+2
|
* Fix session handling.Bodo Möller2011-09-051-2/+2
|
* Don't add trailing slash to FIPSDIR: it causes problems with Windows builds.Dr. Stephen Henson2011-06-181-1/+1
|
* Update key sizes to 2048 bits.Dr. Stephen Henson2011-06-144-4/+129
| | | | | | Only build ssltest with fipsld. Include FIPS mode test for ssltest.
* Make test utility link work for fips build.Dr. Stephen Henson2011-05-261-1/+4
|
* Corrections to the VMS build system.Richard Levitte2011-03-251-29/+30
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-13/+32
| | | | | | | | different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
* make update (1.0.1-stable)Richard Levitte2011-03-231-6/+13
| | | | | | This meant a slight renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable. However, since there's been no release on this branch yet, it should be harmless.
* * apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGVRichard Levitte2011-03-202-1/+57
| | | | | | | with turning trapping back on. * test/maketests.com: Do the same check for /POINTER_SIZE=64=ARGV here. * test/clean-test.com: A new script for cleaning up.
* Keep file references in the VMS build files in the same order as theyRichard Levitte2011-03-192-2/+9
| | | | are in the Unix Makefiles, and add SRP tests.
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-1918-241/+375
|
* Add SRP.Ben Laurie2011-03-162-3/+21
|
* First attempt at adding the possibility to set the pointer size for the ↵Richard Levitte2010-12-141-4/+63
| | | | | | builds on VMS. PR: 2393
* Better method for creating SSLROOT:.Richard Levitte2010-11-291-3/+7
| | | | Make sure to include the path to evptest.txt.
* Implement bc test strategy as submitted by Steven M. Schweda ↵Richard Levitte2010-11-233-17/+268
| | | | | | <sms@antinode.info>. Make sure we move to '__here' before trying to use it to build local sslroot:
* Print openssl version information at the end of the testsRichard Levitte2010-11-231-0/+1
|
* * tests.com: Add the symbol openssl_conf, so the openssl applicationRichard Levitte2010-11-222-45/+52
| | | | | | | | | | | stops complaining about a missing configuration file. Define the logical name PERL_ENV_TABLES with values to Perl considers the DCL symbol table as part of the environment (see 'man perlvms' for details), so cms-test.pl can get the value of EXE_DIR from tests.com, among others. * cms-test.pl: Make changes to have it work on VMS as well. Upper or mixed case options need to be quoted and the openssl command needs a VMS-specific treatment. It all should work properly on Unix, I hope it does on Windows as well...
* Tell the user what test is being performed.Richard Levitte2010-11-181-0/+1
|
* Make sure the source directory for ASN1TEST is defined.Richard Levitte2010-11-181-1/+2
|
* We expect these scripts not to bail on error, so make sure that's what happens.Richard Levitte2010-11-182-4/+6
|
* Synchronise with Unix testsRichard Levitte2010-11-182-1/+2
|
* oops, typoDr. Stephen Henson2010-05-201-0/+1
|
* Update cms-test.pl to handle some Unix like Windows environments whereDr. Stephen Henson2010-05-201-4/+7
| | | | calling shlib_wrap.sh doesn't work.
* Since test modules aren't copied to the test/ directory any more onRichard Levitte2010-04-131-85/+88
| | | | VMS, we need to rework this script with knowledge of where they are.
* Apparently, test/testtsa.com was only half doneRichard Levitte2010-01-271-45/+26
|
* There's really no need to use $ENV::HOMERichard Levitte2010-01-251-4/+1
|
* Forgot to correct the definition of __arch in this file.Richard Levitte2010-01-251-1/+3
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* It seems like sslroot: needs to be defined for some tests to work.Richard Levitte2010-01-251-0/+4
| | | | Submitted by Steven M. Schweda <sms@antinode.info>
* make updateOpenSSL_1_0_0-beta5Dr. Stephen Henson2010-01-201-0/+12
|
* stop asn1test compilation producing link errorsDr. Stephen Henson2010-01-191-0/+3
|
* Fix type-checking/casting issue.Ben Laurie2010-01-162-3/+27
|
* cms-test.pl: use EXE_EXT (from HEAD).Andy Polyakov2009-11-261-4/+1
| | | | PR: 2107
* PR: 2101Dr. Stephen Henson2009-11-131-1/+4
| | | | | | | Submitted by: Doug Kaufman <dkaufman@rahul.net> Approved by: steve@openssl.org Fixes for tests in cms-test.pl
* Add test_cmsRichard Levitte2009-11-131-0/+4
|
* make updateDr. Stephen Henson2009-10-181-2/+5
|
* Correct some typos and missing things.Richard Levitte2009-08-2515-17/+23
| | | | Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
* Update default dependency flags.Dr. Stephen Henson2009-08-121-5/+9
| | | | | | Make error name discrepancies a fatal error. Fix error codes. make update
* Update from 0.9.8-stable.Dr. Stephen Henson2009-07-241-1/+1
|