summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2018-08-20Test EVP_AEAD_CTX_open() at the same time as EVP_AEAD_CTX_seal()Theo Buehler
2018-08-20remove two redundant testsTheo Buehler
2018-08-20Use sealed instead of out in a couple of places in preparation ofTheo Buehler
2018-08-20Shuffle the decoding of the hex strings to the top and group all lengthTheo Buehler
2018-08-20Run the Wycheproof ChaCha20-Poly1305 test vectors against libcrypto.Theo Buehler
2018-08-19Disable one test for now that is broken after the addition of \).Ingo Schwarze
2018-08-16Add regress coverage for CBB_add_u32().Joel Sing
2018-08-16Implement the \*(.T predefined string (interpolate device name)Ingo Schwarze
2018-08-14support tail arguments on the .ME and .UE macros,Ingo Schwarze
2018-08-13Add a test covering the recently fixed issue with dangling knote references uponanton
2018-08-10Run the wycheproof ECDSA test vectors against libcrypto.Joel Sing
2018-08-10Run the X25519 wycheproof test vectors against libcrypto.Joel Sing
2018-08-10Rework regress so that it is easier to add additional test types.Joel Sing
2018-08-10Use a table rather than a switch when converting strings to NIDs.Joel Sing
2018-08-10Add a regress test that checks file descriptor allocation across fork.Joel Sing
2018-08-10The script that cooks up PuTTY format host keys does not understandDarren Tucker
2018-08-04Add regress test to ensure that chmod fails when unveiled with "r"Bob Beck
2018-08-03Improve synchronization between the parent and children. This fixesVisa Hankala
2018-08-02Test messing with "." both when having . unveiled for an operation, andBob Beck
2018-07-30Declare then assign local variable, no binary change.anton
2018-07-30Replace fork with sniffer thread in Python. Clear the BPF listAlexander Bluhm
2018-07-30Add regress covering the recently fixed NULL pointer deref in open().anton
2018-07-29Add regress for ensuring .. is appropriately *not* used as aBob Beck
2018-07-29New scapy 2.4.0 buffers packets at the bfp layer. Call sniff() toAlexander Bluhm
2018-07-28Use strtonum in host()kn
2018-07-27add regress for unveil of "." now that I fixed thisBob Beck
2018-07-27Make the BYPASSUNVEIL test actually test BYPASSUNVEIL with tmppathBob Beck
2018-07-25Provide a harness that runs test vectors from Project Wycheproof againstJoel Sing
2018-07-23avoid using argv[0] for printing to stderrTheo Buehler
2018-07-22hook up fchownanton
2018-07-22Add regress covering the recently fixed NULL pointer deref in fchown().anton
2018-07-20The newly added realpath(3) in vmd's parse.y checks whether theAlexander Bluhm
2018-07-20Listen on 127.0.0.1 and ::1 in the regress config since the test use localhostClaudio Jeker
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
2018-07-20Add missing RCS Id.helg
2018-07-20add regress test for "bypassunveil" where a path should be unveil'd byRobert Nagy
2018-07-19Add regress test for inheritance of unveil's across fork to childrenBob Beck
2018-07-18Bob's license was missing, add it.Theo Buehler
2018-07-17some more style fixesTheo Buehler
2018-07-17Add missing $OpenBSD$ markers.Theo Buehler
2018-07-17remove unused, empty fileTheo Buehler
2018-07-17Replace getprogname() to argv[0] in bnaddsubKinichiro Inoguchi
2018-07-17Don't send FBT_DESTROY if the FUSE connection is still PENDING. Alsohelg
2018-07-17libfuse now supports -f command line option; uncomment test.helg
2018-07-16memleak in unittest; found by valgrindDamien Miller
2018-07-15re-commit the removal of the EC_POINTs_mul() regression tests with num > 1Theo Buehler
2018-07-15$OpenBSD$Theo Buehler
2018-07-15Also revert regression tests so that EC_POINTs_mul() with longer vectorsTheo Buehler
2018-07-13Unveiling unveil(2).Bob Beck
2018-07-13tests for next steps in unveilBob Beck