summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2016-11-06Update regress for IDEA cipher suite removal.Joel Sing
2016-11-05Add regress for X25519, converted from BoringSSL.Joel Sing
2016-11-05Set PROG so that the binary correctly gets recompiled when the librariesMiod Vallat
2016-11-04Move pqueue regress from libcrypto to libssl, since that's where the pqueueJoel Sing
2016-11-04Some tests require internal symbols; have them link with the staticPhilip Guenther
2016-10-26use -ffloat-store to avoid too much precision which breaks the subtle testOtto Moerbeek
2016-10-24using exact valus in floating point tests often does not work as expected,Otto Moerbeek
2016-10-23fix lgamma test on i386 and use symbolic constant; ok martynas@Otto Moerbeek
2016-10-19Update client hello messages to follow the removal of fixed ECDH.Joel Sing
2016-09-21set BIOCIMMEDIATE, makes the test work for lo0, which does more bufferingOtto Moerbeek
2016-09-20switch master & slave; prompted by bluhm@Otto Moerbeek
2016-09-20don't depend on /dev/tty, in bluhm's framework there is no such thingOtto Moerbeek
2016-09-18The libedit regress tests require header files generated during theAlexander Bluhm
2016-09-08fix test after the errno reshuffle; ok swarsche@Otto Moerbeek
2016-09-06These tests didn't work without setting READLINE because we don'tIngo Schwarze
2016-09-05Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.Ingo Schwarze
2016-09-04test wcrtomb(3)Ingo Schwarze
2016-09-03test mbrtowc(3) in conjunction with mbsinit(3)Ingo Schwarze
2016-09-03import new BN tests from OpenSSLBrent Cook
2016-09-03remove unneeded reach-around includeBrent Cook
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.Alexander Bluhm
2016-09-02Fix build of regress after source movesBob Beck
2016-09-02Make this regress build againBob Beck
2016-09-01Tighten up the siginfo checkPhilip Guenther
2016-09-01delete wrong cvs $ tagsTheo de Raadt
2016-08-27Enable ALPN regress now that it passes.Joel Sing
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
2016-08-14Convert quad_t to long longPhilip Guenther
2016-08-09When interrupted, connect() should leave the socket connecting in thePhilip Guenther
2016-07-13Fix usage() output and getopt sortingPhilip Guenther
2016-07-07add ca cert error check and make the path configurableBrent Cook
2016-07-05remove extra assignment of s from 1.11, fix regression testBrent Cook
2016-07-05On systems where we do not have BN_ULLONG defined (most 64-bit systems),Brent Cook
2016-07-05make less awful.. test against cloudflare tooBob Beck
2016-07-04Add a nasty little ocsp regress test in the hope pedants will make it better.Bob Beck
2016-06-30Remove flags for disabling constant-time operations.Brent Cook
2016-06-01Add detailed error messages and restructure to make the individualIngo Schwarze
2016-06-01Test history_get() return value;Ingo Schwarze
2016-05-31The argument of remove_history() only counts existing entries,Ingo Schwarze
2016-05-31Style unification and whitespace cleanup, in part suggested byIngo Schwarze
2016-05-30Gix misleading indent pointed out by GCC 6.1.Brent Cook
2016-05-29Nuke sigret.cBob Beck
2016-05-29We don't have sigreturn anymoreBob Beck
2016-05-26tests for the two segfaults in backref() that were just fixedIngo Schwarze
2016-05-26Fix an oversight that caused the test program to segfault:Ingo Schwarze
2016-05-26systematically test all combinations of REG_STARTEND, REG_NEWLINE,Ingo Schwarze
2016-05-26support for testing REG_STARTEND together with REG_NOTBOLIngo Schwarze
2016-05-25deal with the el_errno -> read_errno cleanup, read.c rev. 1.43Ingo Schwarze
2016-05-22cope with simplified chared/read interfaceIngo Schwarze
2016-05-10Enable the readline(3) regression test provided by Bastian Maerkisch,Ingo Schwarze