summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2024-05-29Add regress coverage for i2d_ASN1_OBJECT() fixesTheo Buehler
2024-05-28Test that invalid operations push the X509V3_R_UNSUPPORTED_OPTION errorTheo Buehler
2024-05-28Add regress coverage for X509V3_add1_i2d()Theo Buehler
2024-05-25Eliminate last timegm() correctly this timeTheo Buehler
2024-05-25Revert previousTheo Buehler
2024-05-25asn1time: another use of gmtime was hiding hereTheo Buehler
2024-05-22Exercise EVP_chacha20_poly1305() with in-place decryptionTheo Buehler
2024-05-22this test has been broken since 2014, and has been testing the sameDamien Miller
2024-05-19Add missing kex-names.c source file required since the ssh split.Anton Lindqvist
2024-05-17allow overriding the sshd-session binary pathDamien Miller
2024-05-16Check that lower-case variants of UTF-16 surrogate escape sequencesIngo Schwarze
2024-05-16Improve coverage of edge cases for 3-byte UTF-8 sequences.Ingo Schwarze
2024-05-16Add a complete suite of tests covering ASCII characters in UTF-8 spelling.Ingo Schwarze
2024-05-15Add a complete set of tests for all C0 and C1 control characters.Ingo Schwarze
2024-05-14fix a char signedness bug such that this testing code becomes ableIngo Schwarze
2024-05-08Add more regress coverage for lhash.Joel Sing
2024-05-08symbols test: drop headers that don't define any symbolsTheo Buehler
2024-05-06Enable lhash regress.Joel Sing
2024-05-06Provide initial regress for lhash.Joel Sing
2024-04-26fix signal test; ok tb@Jonathan Gray
2024-04-25Add regress coverage for crypto_ct_*_u8()Joel Sing
2024-04-22Instead of unhooking libssl/client regress tests, flag them as expectedAnton Lindqvist
2024-04-22Sprinkle experimental into regress so they compileClaudio Jeker
2024-04-21Remove file without the now mandatory signing-time attributeTheo Buehler
2024-04-19Make regress mpath more reliable.Alexander Bluhm
2024-04-17SSL_version_str is no moreTheo Buehler
2024-04-17Add regress coverage for BN_lebin2bn().Joel Sing
2024-04-17Only use the first egress interface in $IFIDX and $IFLLADDR. SystemsClaudio Jeker
2024-04-15Remove workarounds for unprototyped symbolsTheo Buehler
2024-04-15Enable negative zero checks for BN_clear_bit() and BN_mask_bits().Joel Sing
2024-04-14t22 and t23 can fail if the first chunk ends up being allocated atOtto Moerbeek
2024-04-10symbols test: Remove a few things that are long goneTheo Buehler
2024-04-09vmm/vmd: add exception injection and refactor inject api.Dave Voutila
2024-04-09whirlpool_test: avoid calling arc4random_uniform(0)Theo Buehler
2024-04-09whirlpool_test: zap lots of trailing whitespaceTheo Buehler
2024-04-09bn_convert: plug leak spotted by ASANTheo Buehler
2024-04-09Add initial regress for BN_set_bit(), BN_clear_bit() and BN_mask_bits().Joel Sing
2024-04-09Add regress coverage for BN_bn2mpi()/BN_mpi2bn().Joel Sing
2024-04-09Add a capability enforcement integration test.Claudio Jeker
2024-04-09Add capability announce enforcement test and fixup some other result filesClaudio Jeker
2024-04-08Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pageBob Beck
2024-04-03Switch one of the tcpmd5 passwords over to use the hex key instead.Claudio Jeker
2024-04-03Since ssh-agent(1) is only readable by root by now, use ssh(1) whileAnton Lindqvist
2024-04-02Remove unused fileClaudio Jeker
2024-04-01The regress/sys/arch/amd64/fpu/fenv.S utility issues "direct" syscallsAnton Lindqvist
2018-08-21Check the FPU environment of user land processes after exec and theAlexander Bluhm
2024-03-30Initialize quic_method in tlsexttestTheo Buehler
2024-03-30Replace silly test1_exit() with exit()Theo Buehler
2024-03-30Remove call to lh_FUNCTION_free()Theo Buehler
2024-03-30Implement else branching logic including 'else if'.Martin Pieuchot