Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-03 | On i386 run-regress-ungc fails with EINVAL. It passes uninitialized | Alexander Bluhm | |
data from struct msghdr to system call sendmsg(2). Fix the controllen and make error messages unique. OK mvs@ | |||
2022-02-01 | test 'ssh-keygen -Y find-principals' with wildcard principals; | Damien Miller | |
from Fabian Stelzer | |||
2022-02-01 | Use TLS_PADDING_* defines. | Joel Sing | |
2022-02-01 | Revise/simplify for signer interface change. | Joel Sing | |
2022-01-30 | Add test coverage for tls_signer when used with a TLS server. | Joel Sing | |
In this configuration the tls_signer is provided with the server certificate and private key, while the TLS server is configured with a sign callback and is only provided with the certificate. | |||
2022-01-30 | Add initial regress for tls_signer. | Joel Sing | |
2022-01-21 | Require trig_test-2 to pass on arm64 and powerpc64 | Greg Steuck | |
Thanks to mbuhl@ for testing on a plethora of platforms. OK mbuhl@, tested by mbuhl@ and phessler@ | |||
2022-01-21 | Unplug assembly implementations of trig functions on x86 platforms | Greg Steuck | |
The same change was done by NetBSD some time back as: Disable x87 implementations of sin, cos, tan. The x87 hardware uses a bad approximation to pi for argument reduction, and consequently yields bad answers for inputs near pi or pi/2. OK mbuhl@, tested by mbuhl@ and phessler@ | |||
2022-01-21 | Enable all supported ciphers and macs in the server before trying | Darren Tucker | |
to benchmark them. Increase the data file size to get more signal. | |||
2022-01-20 | remove unused variable from all copies of _asr_strdname() | Christian Weisgerber | |
... including those inlined into print_dname(). This also fixes -Wunused-but-set-variable warnings warnings in smtpd and smtpctl. The code was imported with asr and then copied around. ok deraadt@ guenther@ | |||
2022-01-19 | Mark regress set requests as expected failure now that snmpd(8) doesn't | Martijn van Duren | |
support set requests anymore. Fix up multi-varbind bulkget requests now that the new application layer returns the correct order. OK jmatthew@ | |||
2022-01-19 | Disable regress for set requests after dropping support in new application | Martijn van Duren | |
layer. OK jmatthew@ | |||
2022-01-19 | Add missing x509_init_oid() calls in regress tests. | Claudio Jeker | |
Found by anton@ | |||
2022-01-18 | Adjust after change to cert_parse() and ta_parse(). | Claudio Jeker | |
2022-01-15 | Add ct.h and x509_vfy.h | Kinichiro Inoguchi | |
2022-01-14 | mark failing tests for macppc | mbuhl | |
OK bluhm@ | |||
2022-01-14 | Undo static linking and other workarounds that are no longer needed | Theo Buehler | |
after the bump | |||
2022-01-14 | Convert wycheproof.go for opaque EVP_AEAD_CTX | Theo Buehler | |
2022-01-14 | The cttest can link dynamically now | Theo Buehler | |
2022-01-14 | Simplify BN_mont test slightly using a new accessor. | Theo Buehler | |
2022-01-13 | Adapt to changed debugging output | Martijn van Duren | |
2022-01-13 | Set LC_ALL in both local and remote shells so that sorted output | Darren Tucker | |
matches regardless of what the user's shell sets it to. ok djm@ | |||
2022-01-13 | Avoid %'s in commands (not used in OpenBSD, but used in -portable's | Darren Tucker | |
Valgrind test) being interpretted as printf format strings. | |||
2022-01-12 | Enable commandl1, commandl2, and commandD1. | Martijn van Duren | |
D1 already worked. l1 and l2 fixed after analysis by seL4 <at> disroot <dot> org | |||
2022-01-12 | Only evp_pkey_check needs static linking | Theo Buehler | |
2022-01-12 | Add a prototype for OBJ_bsearch_ so this test will keep working | Theo Buehler | |
after the bump. Since this tests the public interfaces, we do not want to use LIBRESSL_INTERNAL/LIBRESSL_CRYPTO_INTERNAL here. | |||
2022-01-12 | Rework ecdsatest to build after the bump and link statically for now | Theo Buehler | |
2022-01-12 | Rework dsatest to use accessors and link statically for now | Theo Buehler | |
2022-01-12 | Rework dhtest to use accessors and link statically for now | Theo Buehler | |
For some reason CVS didn't want to commit this the first time around. | |||
2022-01-12 | Rework dhtest to use accessors and link statically for now | Theo Buehler | |
2022-01-12 | Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for now | Theo Buehler | |
2022-01-12 | Fix asn1x509 build with opaque structures. Link statically for now. | Theo Buehler | |
2022-01-12 | Rework Makefile to use regress framework and link asn1basic statically. | Theo Buehler | |
It will need this for testing {d2i,i2d}_ASN1_BOOLEAN which will be moved to internal-only in the upcoming bump. | |||
2022-01-12 | Use egrep when searching for an anchored string. | Darren Tucker | |
2022-01-11 | remove hardcoded domain and use window.location.host, so this can | Damien Miller | |
be run anywhere | |||
2022-01-11 | forgot to zap some dead assignments | Theo Buehler | |
2022-01-11 | Add regress for EVP_PKEY_{,public_,param_}check() | Theo Buehler | |
2022-01-11 | Revise for peer_cert. | Joel Sing | |
2022-01-11 | Revise for changes to tls_key_share_peer_public() | Joel Sing | |
2022-01-11 | Produce alive in-flight sockets with positive "f_count == unp_msgcount" | Vitaliy Makkoveev | |
equation. Such sockets should not be killed by unp_gc() otherwise system will panic. tested by anton@; ok bluhm@ | |||
2022-01-11 | no need to inspect the coverage for the dying test case | Anton Lindqvist | |
2022-01-09 | Add two test cases from semarie@ which are solved by the last unveil | Claudio Jeker | |
commit. | |||
2022-01-09 | Increase the max size of allocations, in prep for a large cache implementation. | Otto Moerbeek | |
2022-01-08 | Remove errant "set -x" left over from debugging. | Darren Tucker | |
2022-01-08 | Enable all supported hostkey algorithms (but no others). Allows hostbased | Darren Tucker | |
test to pass when built without OpenSSL. | |||
2022-01-07 | Add some workarounds to make build_addr_block_test_data const. | Theo Buehler | |
2022-01-07 | Revert previous accidental commit | Theo Buehler | |
2022-01-07 | Somehow I always forget that the more global LC_ALL takes precedence over | Martijn van Duren | |
the more specific LC_CTYPE. Things are weird that way. The problem here was that "eval" and "LC_ALL=" were swapped, not the priority of variables. pointed out by naddy@ OK tb@ | |||
2022-01-07 | Let dtlstest peek into bio_local.h | Theo Buehler | |
2022-01-06 | Don't explicitly set HostbasedAuthentication in sshd_config. | Darren Tucker | |
It defaults to "no", and not explicitly setting it allows us to enable it for the (optional) hostbased test. |