summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
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
2021-12-29Plug memleakTheo Buehler
2021-12-29More EVP_* return value checksTheo Buehler
2021-12-29Remove redundant NULL checksTheo Buehler
2021-12-29Minor cleanup after EC_POINT_get_affine_coordinates() unified theTheo Buehler
2021-12-29More return value checks for EVP_* APITheo Buehler
2021-12-29Check return values of EVP_* APITheo Buehler
2021-12-29knfmt makes this slightly nicer.Theo Buehler
2021-12-29One more leak of the same kindTheo Buehler
2021-12-29Plug memleakTheo Buehler
2021-12-29Set failed in test_random_points()Theo Buehler
2021-12-29Add regress tests for grep -A, -B and -C flagssdk
2021-12-29Ensure file descriptor send/receive is not allowed.Anton Lindqvist
2021-12-29Add unp_dispose() threads to 'unsopassgc' test.Vitaliy Makkoveev
2021-12-27Reduce sensitivity to TCP segmentation in urgent data test caseVisa Hankala
2021-12-27Disable poll/select iocond regressVisa Hankala
2021-12-27Provide a set of RSA and ECDSA test certificates/keys.Joel Sing
2021-12-27Provide a script to generate test certificates/keys.Joel Sing
2021-12-27Make clear that poll_iocond pty test fails currently.Visa Hankala
2021-12-26Fix compiler warnings with sparc64 gcc 4.2.1.Alexander Bluhm
2021-12-26add missing include path; ok tb@Anton Lindqvist
2021-12-25Adjust pty case for kqueue-based poll(2)Visa Hankala
2021-12-24Run malloc_duel for 60 seconds instead of 20. It did find kernelAlexander Bluhm
2021-12-24The RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as lon as the APITheo Buehler
2021-12-24Hook up iocond regress.Visa Hankala
2021-12-24Replace wait channel polling with simple sleep for portability.Visa Hankala
2021-12-24Sync test code after the change of id from size_t to unsigned int.Claudio Jeker
2021-12-24Delete obsolete __syscall regress that tested the old lseek syscallPhilip Guenther
2021-12-24Print the name of the test before we run it.Joel Sing
2021-12-24Style tweak in {d2i,i2d}_IPAddrBlocks()Theo Buehler
2021-12-24Drop -g -O0 from CFLAGSTheo Buehler
2021-12-24link rfc3779 test to buildTheo Buehler