aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix clang uninitialized variable warning.Adam Eijdenberg2015-08-061-1/+0
* Revert "Fix uninitalised warning."Matt Caswell2015-08-061-1/+1
* Fix uninitalised warning.Ben Laurie2015-08-061-1/+1
* Fix a bug in the new PACKET implementationMatt Caswell2015-08-041-24/+25
* PACKET unit testsMatt Caswell2015-08-032-4/+337
* Add initial packet parsing codeMatt Caswell2015-08-031-12/+13
* Add test for SSL_set_session_ticket_extMatt Caswell2015-07-272-4/+249
* Remove obsolete key formats.Rich Salz2015-07-161-18/+0
* Apply some missing updates from previous commitsMatt Caswell2015-07-091-4/+13
* Add test for CVE-2015-1793Matt Caswell2015-07-0715-4/+571
* Check for errors with SRPDr. Stephen Henson2015-06-291-4/+4
* More secure storage of key material.Rich Salz2015-06-232-2/+46
* RT3856: Fix memory leaks in test codeRussell Webb2015-06-233-2/+5
* RT3907-fixRich Salz2015-06-221-3/+3
* RT3907: avoid "local" in testssl scriptRich Salz2015-06-221-3/+2
* Fix ABI break with HMACMatt Caswell2015-06-121-1/+6
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-101-12/+12
* Make sure test/gost2814789test.c can see configuration macrosRichard Levitte2015-06-101-0/+1
* When making libcrypto from apps or test, make sure to include enginesRichard Levitte2015-06-101-2/+2
* No fprintf in the txt_db componentRich Salz2015-06-091-0/+99
* Remove OPENSSL_CONF=/dev/null from testsRichard Levitte2015-05-2914-17/+5
* Enable DH testsEmilia Kasper2015-05-273-7/+8
* make updateDr. Stephen Henson2015-05-261-5/+5
* Add PBE tests.Dr. Stephen Henson2015-05-262-23/+243
* Fix ssltest to use 1024-bit DHE parametersEmilia Kasper2015-05-262-13/+45
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-6/+7
* correctionDr. Stephen Henson2015-05-211-1/+1
* Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper2015-05-201-5/+2
* make updateDr. Stephen Henson2015-05-201-14/+15
* Add scrypt tests.Dr. Stephen Henson2015-05-202-1/+198
* Version negotiation rewrite cleanupMatt Caswell2015-05-161-10/+10
* Server side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Adjust unixly mk1mf after introduction of tkeyRichard Levitte2015-05-141-3/+3
* make dependRichard Levitte2015-05-141-1/+1
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* Remove remaining Kerberos referencesMatt Caswell2015-05-131-7/+4
* Remove Kerberos support from libsslMatt Caswell2015-05-132-33/+16
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-3/+2
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-7/+7
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-062-29/+30
* Add a -CAserial argument for signing the user cert requestRichard Levitte2015-05-061-1/+2
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-4/+4
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-054-8/+8
* Remove the fake RLE compression method.Rich Salz2015-05-041-10/+3
* Use safer sizeof variant in mallocRich Salz2015-05-044-22/+19
* more OSSL_NELEM casesDr. Stephen Henson2015-05-046-15/+13
* free NULL cleanup -- codaRich Salz2015-05-012-10/+6
* Use BN_ULONG format.Ben Laurie2015-05-011-2/+2
* free NULL cleanup 11Rich Salz2015-05-011-14/+7
* free null cleanup finaleRich Salz2015-05-016-48/+24