Age | Commit message (Expand) | Author |
2014-06-29 | Use the freshly improved roff_getname() function | Ingo Schwarze |
2014-06-29 | Major roff_getname() cleanup. | Ingo Schwarze |
2014-06-25 | Explicitely specify address family when translation pool may contain | Mike Belopuhov |
2014-06-24 | POSIX doesn't specify MAP_FILE and it's a noop anyway, so remove it to | Matthew Dempsky |
2014-06-24 | Extend the chacha regress to cover the ChaCha interface, in addition to the | Joel Sing |
2014-06-24 | Fixup the test after new queue code has been added. | Mike Belopuhov |
2014-06-24 | do not prompt for overwrite when none is neccessary using the -F option | Jason McIntyre |
2014-06-24 | unit and fuzz tests for new key API | Damien Miller |
2014-06-24 | regress test for broken consecutive revoked serial number ranges | Damien Miller |
2014-06-23 | Add regress test for SIGSEGV and SIGBUS siginfo semantics. | Matthew Dempsky |
2014-06-22 | Add regress tests for BIO_get_host_ip(). | Joel Sing |
2014-06-21 | matthew reminds me to update regress to reflect current spec | Ted Unangst |
2014-06-21 | fix expected message level | Ingo Schwarze |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-06-22 | Add a skeleton regress for crypto/bio, which currently only covers | Joel Sing |
2014-06-22 | Hook in the aead regress. | Joel Sing |
2014-06-22 | Fix the relayd regression tests. Now they pass with and without | Alexander Bluhm |
2014-06-21 | Add DTLS support to ssltest and wire up some regress tests. | Joel Sing |
2014-06-20 | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze |
2014-06-20 | regression tests for prologue warnings | Ingo Schwarze |
2014-06-20 | Infrastructure for regression tests of mandoc messages. | Ingo Schwarze |
2014-06-20 | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | Miod Vallat |
2014-06-20 | Move the crypto/bn regression test one directory deeper in preparation for | Miod Vallat |
2014-06-19 | Add a basic regress test for __MAP_NOREPLACE. | Matthew Dempsky |
2014-06-18 | Always call atexit handlers as if they were registered with __cxa_atexit. | Mark Kettenis |
2014-06-18 | Add regress tests to make sure arc4random(3) is reinitialized | Matthew Dempsky |
2014-06-13 | Add regress test for MAP_INHERIT_ZERO. | Matthew Dempsky |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-06-13 | Add regress tests for timingsafe_bcmp and timingsafe_memcmp. | Matthew Dempsky |
2014-06-12 | Add regress test for explicit_bzero. | Matthew Dempsky |
2014-06-07 | Add basic regression test for modf() issue. | Tobias Ulmer |
2014-06-01 | Build with WARNINGS=Yes and Werror. | Miod Vallat |
2014-06-01 | Build these tests with WARNINGS=Yes and -Werror, and do the necessary | Miod Vallat |
2014-04-15 | Import the OpenSSL libcrypto tests in a form suitable for our rergress | Miod Vallat |
2014-05-31 | Move the cts128 and gcm128 tests to regress. | Joel Sing |
2014-05-31 | Add a basic test for RTM_CHANGE | Claudio Jeker |
2014-05-31 | KNF and other cleanup. | Joel Sing |
2014-05-30 | Move sha256 and sha512 tests to regress and wire them up. | Joel Sing |
2014-05-30 | Move the AES wrap test code into regress. | Joel Sing |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-26 | Update the aead regress to work with the improved EVP AEAD API. | Joel Sing |
2014-05-24 | Add the RFC 7027 test vectors; from OpenSSL HEAD | Miod Vallat |
2014-05-24 | Move ssltest.c to a regress test. | Joel Sing |
2014-05-24 | remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests. | Bob Beck |
2014-05-24 | make this compile again - actually include stdio and friends ourselves. | Bob Beck |
2014-05-24 | Move the regress tests that are in lib/libssl to usr.sbin/openssl, | Joel Sing |
2014-05-22 | Make this build cleanly even with UTF8_{putc,getc} moved from the | Philip Guenther |
2014-05-21 | when failing because of unexpected output, show the offending output | Damien Miller |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |