aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 02/10Rich Salz2016-05-1765-2622/+383
* test/evp_test.c: exercise in-place encryption.Andy Polyakov2016-05-161-19/+35
* Use OPENSSL_hexchar2intRich Salz2016-05-161-8/+5
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-162-2/+0
* VMS perl: Fix glob outputRichard Levitte2016-05-131-0/+1
* Add some additional NewSessionTicket testsMatt Caswell2016-05-131-1/+38
* Remove proxy tests. Add verify callback tests.Emilia Kasper2016-05-1213-519/+479
* Replace cipherlist testEmilia Kasper2016-05-116-70/+243
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-114-4/+260
* Recognise VERBOSE and V as well as HARNESS_VERBOSEDr. Stephen Henson2016-05-091-0/+5
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-34/+34
* testlib/OpenSSL/Test.pm: address 5.10 warnings.Andy Polyakov2016-05-061-4/+4
* test/evp_test.c: exercise different combinations of data misalignment.Andy Polyakov2016-05-061-24/+55
* Fix the no-tls optionMatt Caswell2016-05-046-0/+18
* Add ASN.1 INTEGER tests.Dr. Stephen Henson2016-05-036-1/+46
* add ASN1_INTEGER type to d2i_testDr. Stephen Henson2016-05-031-1/+2
* Add test for CVE-2016-2018Dr. Stephen Henson2016-05-032-1/+10
* Secure memory fixesTodd Short2016-05-021-6/+67
* Misc tweaks for EBCDIC based on feedback receivedMatt Caswell2016-04-293-7/+3
* Fix the tests to work with EBCDICMatt Caswell2016-04-294-40/+34
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* add test for CVE-2016-2109Dr. Stephen Henson2016-04-232-1/+5
* In d2i_test return error for malloc failure.Dr. Stephen Henson2016-04-231-0/+3
* Extensions to d2i_test.Dr. Stephen Henson2016-04-222-17/+103
* Unified copyright for test recipesRich Salz2016-04-2275-533/+580
* Add a best effort test to check shared library consistencyRichard Levitte2016-04-221-0/+115
* Copyright consolidation; .pm and ConfigureRich Salz2016-04-204-1/+28
* Remove --classic build entirelyRichard Levitte2016-04-201-410/+0
* Copyright consolidation: perl filesRich Salz2016-04-206-104/+36
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Rename some lowercase API'sRich Salz2016-04-181-15/+15
* Make many X509_xxx types opaque.Rich Salz2016-04-151-11/+17
* Fix no-stdio and no-autoalginitMatt Caswell2016-04-141-206/+208
* Fix AFALG kernel and headers mismatch problemMatt Caswell2016-04-141-0/+16
* Don't use deprecated CONF_modules_free() in testsViktor Dukhovni2016-04-141-1/+0
* Fix no-tls1_1 and no-tls1_2Matt Caswell2016-04-131-1/+1
* Fix the no-tls optionMatt Caswell2016-04-111-15/+18
* Fix the no-nextprotoneg optionMatt Caswell2016-04-112-0/+6
* Fix warnings exposed by clang-3.8Emilia Kasper2016-04-101-2/+5
* Don't check the generated ssl-tests configs on VMSRichard Levitte2016-04-091-1/+2
* VMS doesn't have directory separators in the same sense as UnixRichard Levitte2016-04-091-3/+5
* Make DH opaqueMatt Caswell2016-04-092-32/+62
* test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov2016-04-072-19/+19
* Suppress CT callback as appropriateViktor Dukhovni2016-04-073-32/+31
* OpenSSL::Test: when moving directory, affect env as wellRichard Levitte2016-04-071-0/+22
* Allow generate_ssl_tests.pl to find testlibEmilia Kasper2016-04-071-0/+1
* Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte2016-04-071-2/+2
* Make the RSA structure opaqueRichard Levitte2016-04-061-11/+14
* Fix no-ocspMatt Caswell2016-04-062-0/+7
* Add missing mem leak test activation and checksFdaSilvaYY2016-04-063-0/+28