Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Provide TLS_INT for consistency with libssl/libcrypto. | Joel Sing | |
2017-01-04 | Remove a check for empty option strings from our fuse regress tests. | Stefan Sperling | |
Some fuse plugins rely on empty options (exfat-fuse, ntfs-3g) so this part of the regress test was bogus. It ended up misleading mpi@ and myself when we made a change in libfuse/fuse_opt.c r1.17 which broke some fuse plugins. Regression with broken exfat-fuse reported by Helg via yasuoka@. This commit just fixes our regress test. libfuse is not yet fixed. ok mpi@ | |||
2017-01-03 | Add regress tests for max shared version code. | Joel Sing | |
2016-12-30 | Add regress coverage for enabled protocol version range. | Joel Sing | |
2016-12-26 | Extend regress to include a peer certificate in the session. | Joel Sing | |
2016-12-26 | Ensure that after an i2d_SSL_SESSION() call, the passed pointer now points | Joel Sing | |
to the end of the buffer. | |||
2016-12-21 | Update regress for ECDHE with X25519. | Joel Sing | |
2016-12-21 | Update libcrypto regress to handle header and non-exported symbol changes. | Joel Sing | |
2016-12-21 | Ensure negative time/timeout are handled appropriately. | Joel Sing | |
2016-12-18 | Revise regress for changes to ssl_parse_serverhello_tlsext(). | Joel Sing | |
Same diff from inoguchi@ | |||
2016-12-04 | Update regress test to handle change to ssl_cipher_list_to_bytes(). | Joel Sing | |
2016-11-22 | Return different error number to know which test is failing. | Martin Pieuchot | |
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 | |
it is linked against change. ok beck@ jsing@ | |||
2016-11-04 | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | Joel Sing | |
code now lives. Also unbreak the regress following the symbol hiding changes in libssl. | |||
2016-11-04 | Some tests require internal symbols; have them link with the static | Philip Guenther | |
libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@ | |||
2016-10-26 | use -ffloat-store to avoid too much precision which breaks the subtle test | Otto Moerbeek | |
on some platforms; suggested by and ok martynas@ | |||
2016-10-24 | using exact valus in floating point tests often does not work as expected, | Otto Moerbeek | |
use epsilon test | |||
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 | |
than regular interfaces | |||
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 | |
use openpty(3) instead | |||
2016-09-18 | The libedit regress tests require header files generated during the | Alexander Bluhm | |
build. Add a dependency to run make depend in /usr/src/lib/libedit. Problem found by otto@; OK schwarze@ | |||
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 | |
install <editline/readline.h> by default; make them work by using the copy from the source tree. Issue reported by otto@. | |||
2016-09-05 | Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works. | Ingo Schwarze | |
Related to locale/multibyte_citrus.c rev. 1.7. | |||
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 | |
New tests that various BIGNUM methods behave correctly on zero/even inputs. from OpenSSL ok beck@ | |||
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 | |
This allows to identify such tests by looking at their output. | |||
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 | |
ok deraadt@ | |||
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 | |
background, similar to a non-blocking socket. Return EALREADY whenever already connecting, not just for non-blocking sockets. Fix from {Free,Net}BSD Prompted by a report from Michael Reed (m.reed (at) mykolab.com) ok millert@ | |||
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 | |
from Kinichiro Inoguchi | |||
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 | |
BN_mod_word() can return incorrect results if the supplied modulus is too big, so we need to fall back to BN_div_word. Now that BN_mod_word may fail, handle errors properly update the man page. Thanks to Brian Smith for pointing out these fixes from BoringSSL: https://boringssl.googlesource.com/boringssl/+/67cb49d045f04973ddba0f92fe8a8ad483c7da89 https://boringssl.googlesource.com/boringssl/+/44bedc348d9491e63c7ed1438db100a4b8a830be ok beck@ | |||
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 | |
This removes support for DSA_FLAG_NO_EXP_CONSTTIME, DH_FLAG_NO_EXP_CONSTTIME, and RSA_FLAG_NO_CONSTTIME flags, making all of these operations unconditionally constant-time. Based on the original patch by César Pereid. ok beck@ | |||
2016-06-01 | Add detailed error messages and restructure to make the individual | Ingo Schwarze | |
test functions shorter and easier to understand. The total number of lines remains unchanged. | |||
2016-06-01 | Test history_get() return value; | Ingo Schwarze | |
from Bastian Maerkisch <bmaerkisch at web dot de>. |