summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2018-04-16Add regression test of unlinking and re-creating a pledgepathed fileBob Beck
2018-04-14Make ENGINE_free() succeed on NULL. Matches OpenSSL's behavior andTheo Buehler
2018-04-13Add a test for stack pivots that trigger page faults.mortimer
2018-04-12Disable counting TCP packets in the test as it does not work reliably.Alexander Bluhm
2018-04-11Fix a race in the syslogd test. It did not wait long enough forAlexander Bluhm
2018-04-11The pledge flag for file descriptors opened from /dev/fd was alwaysAlexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2018-04-10Add subdir filedescriptor.Alexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2018-04-10tweak usage()Theo Buehler
2018-04-10Two new low-level roff(7) features:Ingo Schwarze
2018-04-10more typos spotted by Karsten Weiss using codespellDamien Miller
2018-04-10make this a bit more portable-friendlyDamien Miller
2018-04-09When accessing an undefined number register, define it to be zero, likeIngo Schwarze
2018-04-09Support 64 bit integers on 32 bit architectures.Tobias Stoeckmann
2018-04-09Using an undefined string or macro will cause it to be defined as empty.Ingo Schwarze
2018-04-09Add regress test for stack pivot mitigationmortimer
2018-04-07Revise regress to match tls_keypair_clear() removal.Joel Sing
2018-04-07test X509_NAME_add_entry_by_txt(3); feedback and OK jsing@Ingo Schwarze
2018-04-06Add test for username options parsing order, prompted by bz#2849.Darren Tucker
2018-04-02Support integers of arbitrary length.Tobias Stoeckmann
2018-04-01Fix .CURDIR to run with obj directory.Alexander Bluhm
2018-03-31a few more edge case tests, aiming for complete coverageIngo Schwarze
2018-03-31Fix overflows while handling 64 bit integers.Tobias Stoeckmann
2018-03-30Fix overflow in list value parsing.Tobias Stoeckmann
2018-03-29Fix three bugs in setlocale(3):Ingo Schwarze
2018-03-27Link apply into regress build.Tobias Stoeckmann
2018-03-27Fix possibly wrong execution of commands and out of boundary write withTobias Stoeckmann
2018-03-22The iked(8) fuzzer did not fuzz encrypted payloads. With that changedPatrick Wildt
2018-03-19Remove the now unnecessary tls_init() call.Joel Sing
2018-03-19Add regress test ensuring autoinit stays pledge("stdio") safe.Bob Beck
2018-03-19Add a -q (for quick) mode to apptest.sh, and use it by default.Bob Beck
2018-03-16Tell puttygen to use /dev/urandom instead of /dev/random. On OpenBSD theyDarren Tucker
2018-03-15Fix a format string issue that Go 1.10 complains about.Joel Sing
2018-03-15Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_versionJeremie Courreges-Anglas
2018-03-14rename recently-added "valid-before" key restriction to "expiry-time"Damien Miller
2018-03-12check valid-before option in authorized_keysDamien Miller
2018-03-12explicitly specify RSA/SHA-2 keytype here tooDamien Miller
2018-03-12exlicitly include RSA/SHA-2 keytypes in PubkeyAcceptedKeyTypes hereDamien Miller
2018-03-10Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonMark Kettenis
2018-03-07claudio@ added an Adj-RIB-Out, so add it to the regression testsPeter Hessler
2018-03-04for the pty control tests, just check that the PTY path points toDamien Miller
2018-03-03unit tests for new authorized_keys options APIDamien Miller
2018-03-02fix testing of pty option, include positive test and testing ofDamien Miller
2018-03-02better testing for port-forwarding and restrict flags inDamien Miller
2018-02-27There were more now useless -S in the process accounting test.Alexander Bluhm
2018-02-27Do not expect an eui64 link-local source address during duplicateAlexander Bluhm
2018-02-27The error handling of invalid certificate files has changed inAlexander Bluhm
2018-02-27Stop mentionning/testing the for the ASU bit (S flag).Martin Pieuchot
2018-02-23Logically, the following are are type names - just like .Vt,Ingo Schwarze