summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2022-06-29Add support for sending QUIC transport parametersBob Beck
2022-06-29Use relative paths so beck can run regress in his git tree and haveTheo Buehler
2022-06-28Botan 2.19.2 has removed support for the OpenSSL crypto provider.Alexander Bluhm
2022-06-28Only asn1time needs to be static for now.Theo Buehler
2022-06-28Make this regress test link staticly and use internal symbolsBob Beck
2022-06-28Fix the legacy verifier callback behaviour for untrusted certs.Bob Beck
2022-06-27Add new time manipulation funcitons that OpenSSL has exposed thatBob Beck
2022-06-26Fix URI name constraints, allow for URI's with no host part.Bob Beck
2022-06-25Move leaf certificate checks to the last thing after chain validation.Bob Beck
2022-06-25Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}()Joel Sing
2022-06-25Add regress for ASN1_INTEGER_{get,set}_{u,}int64()Joel Sing
2022-06-25Add regress for ASN1_INTEGER_cmp()Joel Sing
2022-06-23Use dynamic linking correctly. bntest and bn_to_string need static linking.Theo Buehler
2022-06-22Explicitly include fcntl.h and unistd.h for pipe2Theo Buehler
2022-06-22Fix format strings for size_tTheo Buehler
2022-06-22Fix format string: use %zu for size_t, not %lu.Theo Buehler
2022-06-19Use uppercase for SUCCESS for consistencyTheo Buehler
2022-06-19None of these tests needs to link statically.Theo Buehler
2022-06-19Drop bogus DPADD += ${LIBSSL}Theo Buehler
2022-06-18Quick regression test that checks that BN_is_prime_fasttest_ex()Theo Buehler
2022-06-15Switch to using TLS_INT instead of handrolling itTheo Buehler
2022-06-10More %i vs %d cleanupTheo Buehler
2022-06-07Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch toTheo Buehler
2022-06-06Minor tweaks to psk modes regressTheo Buehler
2022-06-05move the calls to psk kex modes tests down to match order in ssl_tlsext.cTheo Buehler
2022-06-05Add regress coverage for PSK kex modes tlsext handlers.Theo Buehler
2022-06-02Use consistent spacing around assignmentsTheo Buehler
2022-06-02Only constraints and verify need static linking in here.Theo Buehler
2022-05-28*** empty log message ***mbuhl
2022-05-24Recent changes to truncate(2) swapped the ordering of some validationsAnton Lindqvist
2022-05-20Add expected failures for octeon and riscv64.mbuhl
2022-05-16Add a simple test that exercises ASN1_STRING_to_UTF8() a little.Theo Buehler
2022-05-14Add the two length tests. Can't currently run them because we need anTheo Buehler
2022-05-13Tweak regress in such a way that it would have caught the bug inTheo Buehler
2022-05-13Output the relevant time specs before the assertion, in the hopes ofAnton Lindqvist
2022-05-12Enable X509v3_asid_subset() tests now that they no longer segfault.Theo Buehler
2022-05-12Add a few more testcases for X509v3_asid_subset()Theo Buehler
2022-05-10If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thatTheo Buehler
2022-05-08Default Ruby is now 3.1Theo Buehler
2022-05-08Adjust regress after zlib update. Part of the following commit:Theo Buehler
2022-03-24Import upstream madler/zlib test files and run them with our libz.Alexander Bluhm
2022-05-05Switch wycheproof.go to using the EVP HKDF API.Theo Buehler
2022-04-28Add tests that decode sequences into ASN.1 strings.Joel Sing
2022-04-27Ensure we clear the error stack before running tests that print errors.Joel Sing
2022-04-27Enable ASN.1 INTEGER tests with invalid lengths/encodings.Joel Sing
2022-04-23Add ASN1_INTEGER test coverage.Joel Sing
2022-04-23Fix compilation on octeon, arm64, and riscv64.mbuhl
2022-04-23Verify sizes before arithmetic operationsTobias Stoeckmann
2022-04-21Add missing self. From antonTheo Buehler
2022-04-04Include license rather than referring to it. Text fromTheo Buehler