summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-02-04Test that a non conforming xmlns attribute results in a failure.Claudio Jeker
2022-02-04Fix xmlns URI, I guess I search and replaced too much in this file.Claudio Jeker
2022-02-04Add unit tests for hpdelim.Darren Tucker
2022-02-03On i386 run-regress-ungc fails with EINVAL. It passes uninitializedAlexander Bluhm
2022-02-01test 'ssh-keygen -Y find-principals' with wildcard principals;Damien Miller
2022-02-01Use TLS_PADDING_* defines.Joel Sing
2022-02-01Revise/simplify for signer interface change.Joel Sing
2022-01-30Add test coverage for tls_signer when used with a TLS server.Joel Sing
2022-01-30Add initial regress for tls_signer.Joel Sing
2022-01-21Require trig_test-2 to pass on arm64 and powerpc64Greg Steuck
2022-01-21Unplug assembly implementations of trig functions on x86 platformsGreg Steuck
2022-01-21Enable all supported ciphers and macs in the server before tryingDarren Tucker
2022-01-20remove unused variable from all copies of _asr_strdname()Christian Weisgerber
2022-01-19Mark regress set requests as expected failure now that snmpd(8) doesn'tMartijn van Duren
2022-01-19Disable regress for set requests after dropping support in new applicationMartijn van Duren
2022-01-19Add missing x509_init_oid() calls in regress tests.Claudio Jeker
2022-01-18Adjust after change to cert_parse() and ta_parse().Claudio Jeker
2022-01-15Add ct.h and x509_vfy.hKinichiro Inoguchi
2022-01-14mark failing tests for macppcmbuhl
2022-01-14Undo static linking and other workarounds that are no longer neededTheo Buehler
2022-01-14Convert wycheproof.go for opaque EVP_AEAD_CTXTheo Buehler
2022-01-14The cttest can link dynamically nowTheo Buehler
2022-01-14Simplify BN_mont test slightly using a new accessor.Theo Buehler
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