Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-06 | The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@ | Ingo Schwarze | |
fixed wcwidth(3) for various unusual characters. | |||
2015-11-05 | Replace a sudo with ${SUDO}. | Alexander Bluhm | |
2015-11-05 | Link arp regress into build. | Alexander Bluhm | |
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm | |
multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in_arpinput() are generated. Proxy ARP is also tested. | |||
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst | |
2015-11-04 | Generating the self-signed syslogd test certificate does not depend | Alexander Bluhm | |
on the CA certificate. Found by Jan Klemkow. | |||
2015-11-04 | Hook up chacha20-poly1305 test vectors (missed in previous commit) | Mike Belopuhov | |
2015-11-04 | Basic framework to test the rtable_* API directly from userland. | Martin Pieuchot | |
You can replace inet{,6}-fullfeed.txt with a dump of your fullfeed table to really stress this test framework. I did not commit them because CVS certainly doesn't like ~7M file. | |||
2015-11-03 | regress: pledge | Sebastien Marie | |
check for error output for systrace | |||
2015-11-03 | regress: pledge | Sebastien Marie | |
- add $OpenBSD$ tag in systrace.filter.in - replace dir by variable | |||
2015-11-03 | regress pledge: check the regress with systrace enabled too | Sebastien Marie | |
2015-11-03 | Test vectors for Chacha20-Poly1305 | Mike Belopuhov | |
ok naddy, djm, reyk | |||
2015-11-02 | Add EVP_aead_chacha20_poly1305_ietf() - The informational RFC 7539, | Reyk Floeter | |
"ChaCha20 and Poly1305 for IETF Protocols", introduced a modified AEAD construction that is incompatible with the common style that has been already used in TLS with EVP_aead_chacha20_poly1305(). The IETF version also adds a constant (salt) that is prepended to the nonce. OK mikeb@ jsing@ | |||
2015-11-02 | Test that rsyslogd can send over TLS to OpenBSD syslogd. | Alexander Bluhm | |
2015-11-01 | Route output to local addresses has changed, ping6 command line | Alexander Bluhm | |
options have changed, tun has been renamed to tap. Adapt tests. | |||
2015-10-31 | As syslog(3) in libc no longer inserts the timestamp, the maximum | Alexander Bluhm | |
message length that may be generated by syslogd got longer. Adapt the test. | |||
2015-10-30 | If a .Bd block has no arguments at all, drop the block and only keep | Ingo Schwarze | |
its contents. Removing a gratuitious difference to groff output found after a related bug report from krw@. | |||
2015-10-30 | print unsigned ints with %u, not %d. Reported by Pascal Cuoq. | Miod Vallat | |
2015-10-30 | Add explicit LL suffixes to the numerical constants which do not fit in 32 bits. | Miod Vallat | |
2015-10-30 | Pull in <sys/types.h> to get ssize_t or <stdint.h> to get uint32_t, instead of | Miod Vallat | |
relying upon previously included headers to do this, to enhance portability; from Pascal Cuoq, libressl github pull request #52 | |||
2015-10-30 | regress: pledge | Sebastien Marie | |
- for calling ioctl(2), we need "stdio" now: change test_request_tty - for calling kill(2), we need "stdio" now: change test_kill | |||
2015-10-29 | regress pledge: rpath isn't needed anymore for mkdir() | Sebastien Marie | |
make the cpath test more strict. | |||
2015-10-29 | regress test for "PubkeyAcceptedKeyTypes +..." inside a Match block | Damien Miller | |
2015-10-27 | add regress test on bind(2)ing with broadcast and inexistant addresses | Vincent Gross | |
2015-10-27 | Check that RTM_GET works without RTAX_GATEWAY argument for multipath | Martin Pieuchot | |
route entries. | |||
2015-10-26 | update regress suite for pledge | Sebastien Marie | |
2015-10-26 | add tests for whitespace surrounding properties | Jasper Lievisse Adriaanse | |
2015-10-26 | Add autoport to netinet6 regress tests | Vincent Gross | |
2015-10-26 | Add regress test on local route insertions | Vincent Gross | |
2015-10-26 | temporary unhook regress/sys/kern/pledge from regress | Sebastien Marie | |
2015-10-26 | Fix typo certopt->certopts in shell variable. This would cause the test to | Darren Tucker | |
hang at a host key prompt if you have an A or CNAME for "proxy" in your local domain. | |||
2015-10-25 | Change test to use length 128 (shortest long-form encoding). | Doug Hogan | |
From BoringSSL commit: d13a5e15d4e4eb51513be665306a2beba39869df | |||
2015-10-25 | Hide __atexit and __atexit_register_cleanup() | Philip Guenther | |
Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct Switch regress/lib/libc/atexit/ to be built with -static so that it can still access __atexit* ok millert@ jca@ | |||
2015-10-25 | Sync after recent rtable_insert() change. | Martin Pieuchot | |
2015-10-25 | Missing initializer; spotted by coverity. | Miod Vallat | |
2015-10-25 | Use dprintf() instead of fprintf() in the signal handler | Philip Guenther | |
2015-10-24 | Add test for -b and -r when -k is specified. | Todd C. Miller | |
2015-10-24 | Handling of bogus CA file has changed in syslogd. Adapt tests to | Alexander Bluhm | |
new error messages. | |||
2015-10-23 | Test syslogd with empty or non existing server certificates and | Alexander Bluhm | |
keys. | |||
2015-10-23 | Cast isdigit() argument to unsigned char. | mmcc | |
2015-10-23 | Cast ctype functions' arguments to unsigned char. | mmcc | |
2015-10-23 | Cast isspace() argument to unsigned char. | mmcc | |
2015-10-23 | Check that syslogd delays a blocking write to tty and that that all | Alexander Bluhm | |
messages still appear on the tty. | |||
2015-10-23 | Add ifnameindex to te libc regress tests | Claudio Jeker | |
2015-10-23 | Update expected group sizes to match recent code changes. | Darren Tucker | |
2015-10-22 | Add a regress test for if_indextoname() and if_nametoindex() | Claudio Jeker | |
2015-10-22 | Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULL | Joel Sing | |
pointer - because, you know, you might want to set a string on a NULL object. The previous implementation apparently allowed this as a way of testing if the string was valid... probably because the *_check() functions are only useable after the string has already been set. | |||
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing | |
ASN1_UTCTIME_set_string() twice instead. | |||
2015-10-22 | Fix case where we wanted to test ASN1_TIME_set_string() but were testing | Joel Sing | |
ASN1_UTCTIME_set_string() twice instead. | |||
2015-10-22 | Add a regress for libc handling of SIGTHR | Philip Guenther | |