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