Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-02 | Fix previous | Theo Buehler | |
Arguably the want_protocol entries in various of these tests are incorrect but I'll leave that for another day. | |||
2024-08-02 | Adjust tls regress for protocol parsing fixes | Theo Buehler | |
This mostly reverts what was done by beck in Tallinn and adjust tlstest to add new test cases and now failing connection tests. | |||
2024-07-30 | sched_yield() is not strong enough to overflow the recv buffer on some | Claudio Jeker | |
systems. Use a proper sleep using usleep(100) instead. | |||
2024-07-30 | On arm64, check whether the CPU has the BT feature to determine the expected | Mark Kettenis | |
outcome of the test. | |||
2024-07-25 | Fix test23. It assumed the place of the attribute is unchanged. But now, | YASUOKA Masahiko | |
the message-authenticator is located at first always. found anton | |||
2024-07-23 | Revise regress for ssl3_get_cipher() changes. | Joel Sing | |
2024-07-22 | Revise regress to match cipher suite values change. | Joel Sing | |
2024-07-21 | asn1time: indicate which comparison function failed | Theo Buehler | |
extracted from a diff by Kenjiro Nakayama | |||
2024-07-20 | Fix golden numbers after beck broke it months ago | Theo Buehler | |
(why is it always me who gets to clean up this shit?) | |||
2024-07-19 | test transfers in mux proxy mode too | Damien Miller | |
2024-07-17 | Add RCS id | Theo Buehler | |
2024-07-17 | Enable regress for SSL_CIPHER_get_handshake_digest() | Joel Sing | |
Turns out this is already linked statically. | |||
2024-07-17 | Rework cipher find test to also provide coverage for SSL_CIPHER_*() | Joel Sing | |
2024-07-16 | Update regress for removal of SSL_HANDSHAKE_MAC_DEFAULT. | Joel Sing | |
2024-07-15 | fix signature of main() | Anton Lindqvist | |
2024-07-15 | enable warnings and apply a dash of knfmt | Anton Lindqvist | |
2024-07-14 | enable warnings and fix complaints | Anton Lindqvist | |
2024-06-28 | Test writing to socket pair closed by the other side. This must | Alexander Bluhm | |
trigger EPIPE error. with and OK mvs@ | |||
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas | |
Designed to let userland peek at AT_HWCAP and AT_HWCAP2 using an already existing interface coming from FreeBSD. Headers bits were snatched from there. Input & ok kettenis@ libc bump and sets sync will follow soon | |||
2024-07-11 | Adjust regress to match changes in SSL_select_next_proto() args | Theo Buehler | |
2024-07-10 | Teach symbols test about the namespace | Theo Buehler | |
This ensures that when adding public symbols, the magic is not omitted. with/ok beck | |||
2024-07-10 | Sweep up more softdep crumbs. | Kenneth R Westerback | |
Nuke #if notyet/#endif chunks containing references to never defined STATFS_SOFTUPD; ok otto@ | |||
2024-07-10 | Sweep up more softdep crumbs. | Kenneth R Westerback | |
FFS_SOFTUPDATES is no longer used. Remove stray defined(FFS_SOFTUPDATES) checks and an #if/#endif block referencing no longer defined softdep_fsync(). ok otto@ | |||
2024-07-09 | Improve test coverage for TLS1-PRF | Theo Buehler | |
This is basically a copy of the libssl unit tests, moved to libcrypto to avoid starting the infection of libssl with this particular piece of EVP garbage. | |||
2024-07-09 | Add a minimal regress test for TLS1-PRF | Theo Buehler | |
2024-07-08 | Adjust regress for SPKAC removal | Theo Buehler | |
ok jsing | |||
2024-07-01 | Explicit TLS handshake with syslog client. | Alexander Bluhm | |
Add a new TLS handshake callback for incoming connections. This will allow to inspect the client certificate later. For now only print a debug message and check it in regress. with and OK henning@ | |||
2024-07-01 | use "lcd" to change directory before "lls" rather then "cd", since | Damien Miller | |
the directory we're trying to list is local. Spotted by Corinna Vinschen | |||
2024-06-28 | Link regress unp-write-closed to build. | Alexander Bluhm | |
2024-06-28 | Test writing to socket pair closed by the other side. This must | Alexander Bluhm | |
trigger EPIPE error. with and OK mvs@ | |||
2024-06-28 | Add more regress coverage for SSL_select_next_proto() | Theo Buehler | |
2024-06-23 | rust-openssl: switch from deprecated config to config.toml | Theo Buehler | |
2024-06-20 | Work around dbclient cipher and mac query bug. | Darren Tucker | |
Unlike earlier versions, recent Dropbear (at least v2024.85) requires a host arg when querying supported ciphers and macs via "-c/-m help". Earlier versions accept but do not require it, so always provide it. If these queries fail, skip the test with a warning. | |||
2024-06-20 | Remove dropbear key types not supported by current OpenSSH. | Darren Tucker | |
Allows subsequent test runs to work if OpenSSH is rebuilt w/out OpenSSL. | |||
2024-06-19 | Provide defaults for ciphers and macs if querying for them fails since | Darren Tucker | |
on some versions of Dropbear (at least v2024.85) "-m help" doesn't seem to work. Enable all supported pubkey algorithms in the server. | |||
2024-06-19 | Use ed25519 keys for kex tests since that's supported by OpenSSH even when | Darren Tucker | |
built without OpenSSL. Only test diffie-hellman kex if OpenSSH is compiled with support for it. | |||
2024-06-19 | Rework dropbear key setup to always generate ed25519 keys, other types | Darren Tucker | |
only if OpenSSH has support for the corresponding key type. | |||
2024-06-18 | Re-enable ssh-dss tests if ssh is compiled with DSA support | Darren Tucker | |
2024-06-18 | Stop using DSA in dropbear interop tests. | Anton Lindqvist | |
2024-06-17 | Add regress coverage for X509V3_get_d2i() | Theo Buehler | |
2024-06-16 | zap a stray space | Theo Buehler | |
2024-06-16 | same treatment for this test | Damien Miller | |
2024-06-16 | penalty test is still a bit racy | Damien Miller | |
2024-06-15 | openssl-ruby: prepare test for default ruby switch | Theo Buehler | |
2024-06-15 | crank up penalty timeouts so this should work on even the slowest of | Damien Miller | |
test builders | |||
2024-06-14 | Replace deprecated given/when and smartmatch operator in Perl scripts. | Alexander Bluhm | |
2024-06-14 | split the PerSourcePenalties test in two: one tests penalty enforcement | Damien Miller | |
but not penalty expiry, the other tests penalty expiry. This lets us disable the expiry testing in certain CI test environments. | |||
2024-06-14 | don't redirect stderr for ssh-keyscan we expect to succeed | Damien Miller | |
2024-06-14 | specify an algorithm for ssh-keyscan, otherwise it will make | Damien Miller | |
multiple attempts simultaneously and confuse the test | |||
2024-06-11 | fix PIDFILE handling, broken for SUDO=doas in last commit here | Damien Miller | |