summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2022-06-30Add valid time test from ruby regress, and check ASN1_time_to_tmBob Beck
2022-06-30add valid utc time that should fail to parse as generalizedBob Beck
2022-06-30Add tests for times missing seconds, and to be able to testBob Beck
2022-06-30With recent a_time_tm.c changes, we also need the bytestring API.Theo Buehler
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-29cope with rtentry refcnt changesAnton Lindqvist
2022-06-28Botan 2.19.2 has removed support for the OpenSSL crypto provider.Alexander Bluhm
2022-06-28Use refcnt API for struct rtentry instead of hand-crafted atomicAlexander 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-27Regress test for the open policy role capability. Make sure it properlyClaudio Jeker
2022-06-26In groff commit 78e66624 on May 7 20:15:33 2021 +1000,Ingo Schwarze
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-25Increase the auto partitioner's maximum /usr size to 30G.mbuhl
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-19Make expected output match reality again.Theo Buehler
2022-06-19Since rtsock.c -r1.329 routes sent via sysctl(2) are now marked RTF_DONE.Theo Buehler
2022-06-19Fix rttest output after rtsock.c r1.329 that RTF_DONE to routes sentTheo Buehler
2022-06-18Quick regression test that checks that BN_is_prime_fasttest_ex()Theo Buehler
2022-06-16OpenBSD syslogd(8) escapes binary data with vis(3). Use theAlexander Bluhm
2022-06-15Switch to using TLS_INT instead of handrolling itTheo Buehler
2022-06-10More %i vs %d cleanupTheo Buehler
2022-06-08Surprisingly, every escape sequence can also be used as an argumentIngo Schwarze
2022-06-07Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch toTheo Buehler
2022-06-07Split the excessively generic diagnostic message "invalid escape sequence"Ingo Schwarze
2022-06-06adjust two desired error messages after roff_escape.c rev. 1.11Ingo Schwarze
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-05With the improved escape sequence parser, it becomes easy to also improveIngo Schwarze
2022-06-03oops, update forgotten date in the footerIngo Schwarze
2022-06-03During identifier parsing, handle undefined escape sequencesIngo Schwarze
2022-06-03test setenv in both client and server, test first-match-wins tooDamien Miller
2022-06-02Use consistent spacing around assignmentsTheo Buehler
2022-06-02Only constraints and verify need static linking in here.Theo Buehler
2022-06-01Add a regress test for the end of lock range ambiguity bug.Visa Hankala
2022-05-31Make sure we error on parse failure.Theo Buehler