Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG | Joel Sing | |
2014-12-12 | Increase cipher suite test coverage by including all cipher suites that | Joel Sing | |
use RSA authentication, rather than only those that use RSA key exchange. | |||
2014-12-10 | Add regress for ALPN. | Joel Sing | |
Based on OpenSSL. | |||
2014-12-10 | fix previous. | Daniel Dickman | |
2014-12-09 | t_exhaust is too exhausting | Theo de Raadt | |
2014-12-07 | remove duplicate initialization of .sid_ctx in test | Brent Cook | |
2014-12-07 | Allow specific libtls hostname validation errors to propagate. | Brent Cook | |
Remove direct calls to printf from the tls_check_hostname() path. This allows NUL byte error messages to bubble up to the caller, to be logged in a program-appropriate way. It also removes non-portable calls to getprogname(). ok jsing@ | |||
2014-12-06 | The -ssl2 flag does nothing - remove the flag and any tests that were | Joel Sing | |
using it. | |||
2014-12-03 | Allow overriding the path to the testssl and openssl binaries. | Brent Cook | |
This is needed by the portable tree to point directly to the newly-built binaries when running unit tests. discussed with jsing@ and others | |||
2014-12-03 | Fill the buffer with 'z' instead of 'a' since 'a' is part of the | Todd C. Miller | |
string we are testing. Add tests to verify that we get SIGSEGV when passed a NULL src or dst. It is better to crash than for an implementation to check for NULL and try to recover. | |||
2014-12-02 | Add simple strlcpy regress | Todd C. Miller | |
2014-12-02 | Add simple strlcat regress | Todd C. Miller | |
2014-12-02 | Add strnlen to SUBDIRS so we actually run its tests. | Todd C. Miller | |
2014-11-26 | prefer memcmp to bcmp. | Brent Cook | |
ok tedu@ miod@ deraadt@ | |||
2014-11-23 | Add regress for atexit() vs DSO unloading and start on a similar test | Philip Guenther | |
for pthread_atfork() | |||
2014-11-19 | Nuke yet more obvious #include duplications. | Kenneth R Westerback | |
ok deraadt@ | |||
2014-11-18 | GOST regression tests; from Dmitry Eremin-Solenikov | Miod Vallat | |
2014-11-16 | Delete a test which required behavior not defined by the spec | Philip Guenther | |
(behavior of sigwait() when signal not blocked in all threads) | |||
2014-11-09 | GOST tests, not connected to the build yet. | Miod Vallat | |
2014-11-01 | Initial regress for libtls hostname verification. | Joel Sing | |
2014-10-31 | Update regress for the libressl to libtls rename. | Joel Sing | |
2014-10-22 | #undef LIBRESSL_INTERNAL for the RAND_pseudo_bytes() test. | Joel Sing | |
2014-10-22 | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes() (most | Joel Sing | |
with unchecked return values). | |||
2014-10-22 | None of these need <openssl/rand.h> | Joel Sing | |
2014-10-13 | Remove _XOPEN_SOURCE_EXTENDED since we're not too concerned about | Joel Sing | |
gethostname being declared properly on Compaq platforms that use DEC C... | |||
2014-10-13 | BIO_free() and SSL_CTX_free() have explicit NULL checks, so there is no | Joel Sing | |
need to have additional checks here. | |||
2014-10-13 | Add NPN regress tests from OpenSSL. However, unlike OpenSSL, actually exit | Joel Sing | |
with a failure if the NPN verification fails. | |||
2014-09-28 | Make the goressl regress test compile again. | Joel Sing | |
2014-09-27 | Fix mmap() calls that check for a result other than MAP_FAILED. | Doug Hogan | |
ok tedu@ | |||
2014-09-21 | Add support for word anchors \< and \> to regex regression tests. | Doug Hogan | |
These are copied from the existing [[:<:]] and [[:>:]] tests. | |||
2014-09-19 | Fix on 32bit platforms where 0xdeadbeef > LONG_MAX. | Ingo Schwarze | |
To avoid making tests machine dependent, only test values inside 32bit LONG_{MIN,MAX} and outside 64bit LONG_{MIN,MAX}, but none in between. While here, cover 32bit edge cases, negative values, and overflows. ok jsing@ | |||
2014-08-26 | Update regress to follow openssl(1) move. | Joel Sing | |
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 | |