summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-01-13Adapt to changed debugging outputMartijn van Duren
2022-01-13Set LC_ALL in both local and remote shells so that sorted outputDarren Tucker
2022-01-13Avoid %'s in commands (not used in OpenBSD, but used in -portable'sDarren Tucker
2022-01-12Enable commandl1, commandl2, and commandD1.Martijn van Duren
2022-01-12Only evp_pkey_check needs static linkingTheo Buehler
2022-01-12Add a prototype for OBJ_bsearch_ so this test will keep workingTheo Buehler
2022-01-12Rework ecdsatest to build after the bump and link statically for nowTheo Buehler
2022-01-12Rework dsatest to use accessors and link statically for nowTheo Buehler
2022-01-12Rework dhtest to use accessors and link statically for nowTheo Buehler
2022-01-12Rework dhtest to use accessors and link statically for nowTheo Buehler
2022-01-12Rework test to use EVP_AEAD_CTX_{new,free}() and link statically for nowTheo Buehler
2022-01-12Fix asn1x509 build with opaque structures. Link statically for now.Theo Buehler
2022-01-12Rework Makefile to use regress framework and link asn1basic statically.Theo Buehler
2022-01-12Use egrep when searching for an anchored string.Darren Tucker
2022-01-11remove hardcoded domain and use window.location.host, so this canDamien Miller
2022-01-11forgot to zap some dead assignmentsTheo Buehler
2022-01-11Add regress for EVP_PKEY_{,public_,param_}check()Theo Buehler
2022-01-11Revise for peer_cert.Joel Sing
2022-01-11Revise for changes to tls_key_share_peer_public()Joel Sing
2022-01-11Produce alive in-flight sockets with positive "f_count == unp_msgcount"Vitaliy Makkoveev
2022-01-11no need to inspect the coverage for the dying test caseAnton Lindqvist
2022-01-09Add two test cases from semarie@ which are solved by the last unveilClaudio Jeker
2022-01-09Increase the max size of allocations, in prep for a large cache implementation.Otto Moerbeek
2022-01-08Remove errant "set -x" left over from debugging.Darren Tucker
2022-01-08Enable all supported hostkey algorithms (but no others). Allows hostbasedDarren Tucker
2022-01-07Add some workarounds to make build_addr_block_test_data const.Theo Buehler
2022-01-07Revert previous accidental commitTheo Buehler
2022-01-07Somehow I always forget that the more global LC_ALL takes precedence overMartijn van Duren
2022-01-07Let dtlstest peek into bio_local.hTheo Buehler
2022-01-06Don't explicitly set HostbasedAuthentication in sshd_config.Darren Tucker
2022-01-06Add test for hostbased auth. It requires some external setup (seeDarren Tucker
2022-01-06Revise for change to tls_key_share_peer_public()Joel Sing
2022-01-06Add regress tests for ASN1_BIT_STRING.Joel Sing
2022-01-06Add a comment that explains why build_addr_block_tests isn't constTheo Buehler
2022-01-06Test CBB_add_u64()Joel Sing
2022-01-06With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_sanTheo Buehler
2022-01-06Fix a copy-paste error that led to an out-of-bounds access.Theo Buehler
2022-01-06Add test coverage for SCT validation.Joel Sing
2022-01-06t_syscall was a test for the gcc 1.x off_t syscall padding,Philip Guenther
2022-01-05Revise for tls13_key_share rename.Joel Sing
2022-01-05Use LC_CTYPE instead of LC_ALL.Martijn van Duren
2022-01-05Provide regress for SSL public APIs.Joel Sing
2022-01-05select all RSA hostkey algorithms for UpdateHostkeys tests, not justDamien Miller
2022-01-05Remove bandaid to work around expected range_should_be_prefix() problem.Theo Buehler
2022-01-05regress test both sshsig message hash algorithms, possible now becauseDamien Miller
2022-01-05regression test for find-principals NULL deref; from Fabian StelzerDamien Miller
2022-01-04Log command invocation in debugging log to aid in manually reproducingDarren Tucker
2022-01-04unbreak test: was picking up system ssh-add instead of the one supposedlyDamien Miller
2021-12-30typo: p5-Socket-SSL -> p5-IO-Socket-SSLDave Voutila
2021-12-29Plug memleaksTheo Buehler