summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2015-05-21correctionDr. Stephen Henson
2015-05-20Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper
2015-05-20make updateDr. Stephen Henson
2015-05-20Add scrypt tests.Dr. Stephen Henson
2015-05-16Version negotiation rewrite cleanupMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-14Adjust unixly mk1mf after introduction of tkeyRichard Levitte
2015-05-14make dependRichard Levitte
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte
2015-05-13Remove remaining Kerberos referencesMatt Caswell
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-06Add a -CAserial argument for signing the user cert requestRichard Levitte
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Remove the fake RLE compression method.Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01Use BN_ULONG format.Ben Laurie
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-28remove malloc castsRich Salz
2015-04-26Remove the special list-xxxx commandsRich Salz
2015-04-21ssltest output cleanupRich Salz
2015-04-21test/Makefile dclean cleans out a few files too many.Richard Levitte
2015-04-20Use 2K RSA and SHA256 in testsRich Salz
2015-04-17SunOS non-posix shells do not grok export name=valueViktor Dukhovni
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-04-10Fix ECDH detection, add ECDH keyid test.Dr. Stephen Henson
2015-04-10Polish shell script to avoid needless complexity.Viktor Dukhovni
2015-04-10fix to "test script cleanup"Rich Salz
2015-04-10test script cleanupRich Salz
2015-04-08Drop CA.sh for CA.plRich Salz
2015-04-08consistent test-start loggingRich Salz
2015-04-02Fewer newlines in comp method outputRich Salz
2015-04-01make updateEmilia Kasper
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-29Add private/public key conversion testsDr. Stephen Henson
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-24make dependDr. Stephen Henson
2015-03-20Add DTLS tests to make testMatt Caswell
2015-03-05Catch up the VMS build.Richard Levitte
2015-02-25Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell