Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-20 | Add a test that catches problems of tcp md5 signatures, like the one | Sebastian Benoit | |
fixed in bgpd/pfkey.c rev 1.54 by claudio. | |||
2019-02-19 | Use $CC instead of gcc, the latter does not exist on arm64. | Alexander Bluhm | |
found by Moritz Buhl | |||
2019-02-19 | With new Perl we have add .OBJDIR to @INC. | Alexander Bluhm | |
2019-02-16 | Add tests for pkeyutl | Kinichiro Inoguchi | |
2019-02-13 | one more error message that should go to stderr | Theo Buehler | |
2019-02-13 | Forgot a return in previous commit to actually skip the test. | Alexander Bluhm | |
noticed by Moritz Buhl | |||
2019-02-12 | Skip tests for wscons devices that do not exist on the local machine. | Alexander Bluhm | |
from Moritz Buhl | |||
2019-02-12 | Skip test if disk type is not in /etc/disktab. There is no floppy | Alexander Bluhm | |
on arm. from Moritz Buhl | |||
2019-02-12 | Skip the gcc tests on aarch64, the compiler does not exist there. | Alexander Bluhm | |
2019-02-12 | rdomain is no more, change this test to validate the vpn statement now. | Claudio Jeker | |
2019-02-11 | getopt(3) returns int, not char. Fix type of ch variable to prevent | Alexander Bluhm | |
sign error during arm regress. | |||
2019-02-10 | "non-existant" is one of those words that don't exist, so use "non-existent" | Peter Hessler | |
instead From Pamela Mosiejczuk, many thanks! OK phessler@ deraadt@ | |||
2019-02-06 | Let roff_getname() end the roff identifier at a tab character | Ingo Schwarze | |
and audit all its callers whether termination is handled correctly. Resulting improvements: * An escape or tab ending the macro name in a macro invocation is discarded, and argument processing is started after it. * An escape or tab ending a name in ".if d" and ".if r" is preserved. * An escape ending a name in ".ds" causes the whole request to be ignored. * A tab ending a name in ".ds" becomes part of the string. * An escape or tab ending a name in ".rm" causes the rest of the line to be ignored. * An escape or tab ending the first name in ".als", ".rn", or ".nr" causes the whole request to be ignored. Kurt Jaeger <pi at FreeBSD> made me aware of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235456#c0 and in that bug report, comment 0 item (3) is a special case of this class of issues. Yes, the "mh" manual pages are no doubt among the worst on the planet. | |||
2019-02-04 | add tests for PKG_CONFIG_$PACKAGE_$VARIABLE | Jasper Lievisse Adriaanse | |
2019-02-04 | add tests for recently added --validate | Jasper Lievisse Adriaanse | |
2019-02-03 | Use malloc() and memcpy() the test X25519 x25519_peer_public value. | Joel Sing | |
Otherwise, if tlsext_keyshare_server_build() fails we call free with a pointer to static memory and bad things happen. Reported by bcook@ | |||
2019-02-02 | An extra test that is known to trigger problems with some versions of | Otto Moerbeek | |
clang using -O0 | |||
2019-02-01 | make it easier to ignore incompatible device and test case combinations | anton | |
2019-01-31 | Instead of skipping the text mmap test, do a non fixed mmap in this | Alexander Bluhm | |
case. This gives us another test case. Make error messages more verbose. Fix white spaces. | |||
2019-01-31 | Since resetting of offsets works quite differently in man(7) and mdoc(7), | Ingo Schwarze | |
test table centering in an mdoc(7) document as well. Related to tbl_term.c rev. 1.55. | |||
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze | |
2019-01-29 | Skip vmd(8) tests on non amd64 machines. | Alexander Bluhm | |
2019-01-29 | Tests to verify that the special case for Friday is not applied when | Todd C. Miller | |
the -A and -B options are used. From Andy Bradford. | |||
2017-10-11 | Add regression tests for vmd(8) config parsing. | Alexander Bluhm | |
from Carlos Cardenas; OK mlarkin@ | |||
2019-01-28 | The test sshd_config in in $OBJ. | Darren Tucker | |
2019-01-28 | Remove leftover debugging. | Darren Tucker | |
2019-01-28 | Enable ssh-dss for the agent test. Disable it for the certificate | Darren Tucker | |
test. | |||
2019-01-28 | Count the number of key types instead of assuming there are only two. | Darren Tucker | |
2019-01-27 | Generate all key supported key types and enable for keyscan test. | Darren Tucker | |
2019-01-27 | zap a commented out line. 0RTT will need more thought than | Theo Buehler | |
just uncommenting this. | |||
2019-01-27 | refactor and clean up the code generating dot output. | Theo Buehler | |
2019-01-25 | print errors to stderr | Theo Buehler | |
2019-01-25 | sort output suffixes | Theo Buehler | |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller | |
2019-01-24 | Add code to visualize the state machine. Both the state machine and the | Theo Buehler | |
output will have to be tweaked, but this may as well happen in-tree. To try it, pkg_add graphviz and run 'make handshake.svg' in this directory. Committing early so Bob's followers can play. | |||
2019-01-24 | set the NEGOTIATED flag in the flags argument rather than | Theo Buehler | |
squeezing it into the table. | |||
2019-01-24 | Add server side of versions, keyshare, and client and server of cookie | Bob Beck | |
extensions for tls1.3. versions is currently defanged to ignore its result until tls13 server side wired in full, so that server side code still works today when we only support tls 1.2 ok bcook@ tb@ jsing@ | |||
2019-01-24 | Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated. | Bob Beck | |
Remove GOST based sigalgs from TLS 1.2 since they don't work with TLS 1.2. ok jsing@ | |||
2019-01-23 | make whitespace inside curlies consistent; sort function prototypes. | Theo Buehler | |
2019-01-23 | Rename NUM_HANDSHAKE to handshake_count and make it a variable | Theo Buehler | |
so it can be used from regress. Update regress accordingly. Make sure the print target generates the entire table as it currently is in tls13_handshake.c discussed with beck and jsing ok jsing | |||
2019-01-23 | fix dumping of trace cmp coverage | anton | |
2019-01-23 | Modify sigalgs extension processing to accomodate TLS 1.3. | Bob Beck | |
- Make a separate sigalgs list for TLS 1.3 including only modern algorithm choices which we use when the handshake will not negotiate TLS 1.2. - Modify the legacy sigalgs for TLS 1.2 to include the RSA PSS algorithms as mandated by RFC8446 when the handshake will permit negotiation of TLS 1.2 from a 1.3 handshake. ok jsing@ tb@ | |||
2019-01-23 | revert previous, accidentally contained another diff in addition | Bob Beck | |
to the one I intended to commit | |||
2019-01-23 | Modify sigalgs extension processing for TLS 1.3. | Bob Beck | |
- Make a separate sigalgs list for TLS 1.3 including only modern algorithm choices which we use when the handshake will not negotiate TLS 1.2 - Modify the legacy sigalgs for TLS 1.2 to include the RSA PSS algorithms as mandated by RFC8446 when the handshake will permit negotiation of TLS 1.2 ok jsing@ tb@ | |||
2019-01-23 | incorrrect spelling | Theo Buehler | |
2019-01-23 | do not print the command in the print: target | Theo Buehler | |
2019-01-23 | Add a regression test that builds up the handshake state table | Theo Buehler | |
from graph information and cross-checks it against the state table in tls13_handshake.c. with help from jsing | |||
2019-01-22 | add support for xchacha20 and xchacha20-poly1305 | David Gwynne | |
xchacha is a chacha stream that allows for an extended nonce, which in turn makes it feasible to use random nonces. ok tb@ | |||
2019-01-21 | adapt to changes in KEX APIs and file removals | Damien Miller | |
2019-01-21 | adapt to changes in KEX API and file removals | Damien Miller | |