Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-16 | replace sprintf/strdup with asprintf in engine test | bcook | |
2014-08-16 | use C rather than C++ array initialization syntax | bcook | |
this causes errors with stricter C compilers | |||
2014-08-10 | guenther wants a copyright | Ted Unangst | |
2014-08-10 | AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET | Philip Guenther | |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther | |
2014-08-10 | Only need <stdint.h> and not all of <inttypes.h> here | Philip Guenther | |
2014-07-28 | remove non-portable __progname extern from arc4random unit test. | bcook | |
ok @deraadt | |||
2014-07-21 | Switch from <sys/endian.h> or <machine/endian.h> to the new, | Philip Guenther | |
being-standardized <endian.h> ok deraadt@ millert@ beck@ | |||
2014-07-20 | Fix ordering breakage, moving the fclose() test last again. | Philip Guenther | |
Also correct some format strings. From Doug Hogan (doug (at) acyclic.org) | |||
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther | |
the errno of an intervening cleanup operation like close/unlink/etc. Diff from Doug Hogan (doug (at) acyclic.org) | |||
2014-07-20 | Delete unused variables found by -Wall | Philip Guenther | |
2014-07-20 | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) | Philip Guenther | |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen | |
2014-07-16 | Fix tlsext_tick_lifetime_hint value in test #2 to make sure the | Miod Vallat | |
(tlsext_tick_lifetime_hint > 0) test also passes on 32-bit platforms (tlsext_tick_lifetime_hint is a long). | |||
2014-07-14 | Hook in libressl to regress. | Joel Sing | |
2014-07-14 | Sort SUBDIRs. | Joel Sing | |
2014-07-14 | Update regress test to work with ressl API changes. | Joel Sing | |
2014-07-13 | Add a regress test for the ASN1 handling of SSL session tickets. | Joel Sing | |
2014-07-12 | More KNF. | Joel Sing | |
2014-07-12 | Remove #ifndefs for OPENSSL_NO_DH, OPENSSL_NO_ECDH and | Joel Sing | |
OPENSSL_NO_X509_VERIFY. We're not going to build with these and the same removal has already been done for libssl. | |||
2014-07-12 | Add an initial regress test for libressl, which calls ressl from Go and | Joel Sing | |
makes it talk to a Go TLS server. | |||
2014-07-11 | Another regress test for OpenSSL PR #3397 (Joyent 7704), from agl via OpenSSL | Miod Vallat | |
RT. | |||
2014-07-11 | Regression test for PKCS5_PBKDF2_HMAC(), written by Christian Heimes ; from | Miod Vallat | |
OpenSSL trunk | |||
2014-07-11 | Remove PSK from the ssl regress. | Joel Sing | |
2014-07-11 | replace u_int32_t with uint32_t | bcook | |
ok beck@ | |||
2014-07-11 | Fix dumb copy/paste mistake. | Matthew Dempsky | |
Noticed testing with clang. | |||
2014-07-11 | Fix explicit_bzero regress for Solaris and OS X compatibility | Matthew Dempsky | |
Solaris and OS X clobber the signal stack when returning to the main stack, which caused the original testing strategy (inspecting the signal stack once we're back on the main stack) to fail. To be compatible with this behavior, the regress test now inspects the signal stack space while we're still executing on it. This is a bit iffy because we might clobber it ourselves while inspecting it, but we as long as its not completely clobbered we should be okay. thx bcook for the Solaris test account | |||
2014-07-10 | Uncompress ssltest. | Joel Sing | |
2014-07-09 | Add some extra sanity checks to make sure the test functions actually | Matthew Dempsky | |
run on altstack. | |||
2014-07-09 | Minor cleanups | Matthew Dempsky | |
Rename _waitpid() to safewaitpid() to avoid POSIX reserved identifier namespace. KNF nit: return value expressions should be surrounded by parentheses, per style(9). Ensure SIGCHLD is set to SIG_DFL, not SIG_IGN. POSIX allows (and requires under XSI) that terminated child processes not leave zombies if SIGCHLD is set to SIG_IGN, and it also allows execve() to leave SIGCHLD set to SIG_IGN. | |||
2014-07-09 | Better workaround for OS X sigaltstack() bug | Matthew Dempsky | |
OS X's sigaltstack() fails with ENOMEM if ss_size < MINSIGSTKSZ even if SS_DISABLE is specified in ss_flags. Rather than add code to try to cope with this stupidity, just don't bother restoring the original signal stack. | |||
2014-07-09 | check for EINTR when calling waitpid. | bcook | |
ok jsing@ | |||
2014-07-09 | check if we were previously on a signal stack before restoring. | bcook | |
OS X fails to restore the old signal stack because the signal stack is not enabled by default. This causes sigaltstack(2) to fail with ENOMEM as ss_size is 0, < MINSIGSTCKSZ. ok jsing@ | |||
2014-07-09 | Rewrite gcm128test as a table-driven regress instead of using defines. | Joel Sing | |
This avoids compiler warnings for always true/false conditionals and makes the code readable. Also avoid pulling in modes_lcl.h, which should not be used outside the library. | |||
2014-07-09 | format string should be a string literal. | bcook | |
ok beck@ jsing@ | |||
2014-07-08 | remove use of internally-deprecated OPENSSL_malloc/free | bcook | |
ok jsing@ | |||
2014-07-08 | Include -DLIBRESSL_INTERNAL in regress makefiles. | Joel Sing | |
ok miod@ | |||
2014-07-08 | string.h is the correct file, not strings.h | bcook | |
ok beck@ jsing@ | |||
2014-07-03 | Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets. | Miod Vallat | |
2014-07-02 | Add an initial regress test for pkcs7. | Joel Sing | |
This currently fails when signing/verifying with a detached signature. | |||
2014-06-24 | Extend the chacha regress to cover the ChaCha interface, in addition to the | Joel Sing | |
single-shot CRYPTO_chacha_20() interface (the ChaCha interface was already tested via the EVP regress, but not extensively). The additional ChaCha tests include single-shot writes, along with partial/single-byte writes that currently fail due to a bug in the underlying implementation. | |||
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-13 | Add timingsafe_memcmp(). | Matthew Dempsky | |
ok deraadt, jmc, tedu | |||
2014-06-22 | Add a skeleton regress for crypto/bio, which currently only covers | Joel Sing | |
BIO_get_port() and fails since the current code believes that "-1" is a valid port. | |||
2014-06-22 | Hook in the aead regress. | Joel Sing | |
2014-06-21 | Add DTLS support to ssltest and wire up some regress tests. | Joel Sing | |
ok miod@ | |||
2014-06-20 | Simple regress test for the amd64 bn_mul_mont bug found by Joyent | Miod Vallat | |
( https://github.com/joyent/node/issues/7704 ), about to be fixed in libcrypto. | |||
2014-06-20 | Move the crypto/bn regression test one directory deeper in preparation for | Miod Vallat | |
it getting siblings. | |||
2014-06-18 | Always call atexit handlers as if they were registered with __cxa_atexit. | Mark Kettenis | |
The extra argument doesn't hurt genuine atexit handlers and this fixes a bug where we didn't provide the argument (effectively passing garbage) for functions registered with __cxa_atexit in the main executable. Pointed out by Dmitriy Ivanov <dimitry@google.com> and Elliott Hughes <enh@google.com>. ok matthew@ |