aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add ptrace op PT_GET_SC_RET.John Baldwin2019-07-151-3/+79
* Add a test for PT_GET_SC_ARGS.John Baldwin2019-07-151-0/+81
* Correct definitions in sys.opencrypto.runtests.main for 32bit platformLi-Wen Hsu2019-07-101-3/+9
* Skip sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxyLi-Wen Hsu2019-06-292-0/+2
* Skip sys.netinet.socket_afinet.socket_afinet_bind_zero temporarily because itLi-Wen Hsu2019-06-231-0/+2
* random(4): Fortuna: allow increased concurrencyConrad Meyer2019-06-171-0/+57
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-172-6/+2
* random(4): Generalize algorithm-independent APIsConrad Meyer2019-06-171-2/+1
* random(4): Add regression tests for uint128 implementation, Chacha CTRConrad Meyer2019-06-173-0/+252
* Add test cases for epairAlan Somers2019-06-131-12/+61
* Remove tests for the deprecated algorithms in r348206Li-Wen Hsu2019-05-312-18/+1
* Add very basic afinet socket tests which I started to write in orderBjoern A. Zeeb2019-05-212-1/+99
* Add my name to the copyrightEnji Cooper2019-05-213-0/+3
* Follow up to r348042: cast `aad` to a byte arrayEnji Cooper2019-05-211-0/+1
* Fix encoding issues with python 3Enji Cooper2019-05-211-6/+16
* Remove spurious newlineEnji Cooper2019-05-211-1/+0
* Fix `KAT(CCM)?Parser` file descriptor leaksEnji Cooper2019-05-212-28/+90
* Squash deprecation warning related to array.array(..).tostring()Enji Cooper2019-05-211-4/+10
* Followup to r347996Enji Cooper2019-05-211-4/+4
* Allow the end-user to pass along arguments to cryptotest.py via `$CRYPTOTEST_...Enji Cooper2019-05-201-1/+1
* Improve tree(3) tests by using ATF_REQUIRE where applicable.Edward Tomasz Napierala2019-05-202-6/+10
* Replace uses of `foo.(de|en)code('hex')` with `binascii.(un)?hexlify(foo)`Enji Cooper2019-05-202-69/+73
* ipsec tests: Skip if ipsec.ko is not loadedKristof Provost2019-05-161-0/+4
* Try to unbreak the build after r347425.Edward Tomasz Napierala2019-05-102-0/+4
* Add simple regression tests for tree(3). Those are ATF-ified versionsEdward Tomasz Napierala2019-05-103-1/+217
* Refactor tests/sys/opencrypto/runtestsEnji Cooper2019-05-103-171/+33
* Add a few regression tests for mlock(2).Mark Johnston2019-05-012-1/+176
* Use `range` instead of `xrange`Enji Cooper2019-04-241-4/+4
* Fix typo: `Plen` should be `plen`Enji Cooper2019-04-241-1/+1
* Don't leak `fd` when manipulating the device via `_getdev()`Enji Cooper2019-04-241-3/+5
* Chase PEP-3110Enji Cooper2019-04-241-9/+9
* Reapply whitespace style changes from r346443 after recent changes to tests/s...Enji Cooper2019-04-242-963/+966
* Test the AES-CCM test vectors from the NIST Known Answer Tests.John Baldwin2019-04-242-0/+201
* Run the plain SHA digest tests from NIST.John Baldwin2019-04-242-17/+55
* Use more descriptive algorithm names in skip messages.John Baldwin2019-04-241-4/+4
* Skip tests with missing test vectors instead of failing.John Baldwin2019-04-241-1/+3
* Skip test component_selection:run_latest_genid if gmirror/gnop GEOM classesOlivier Cochard2019-04-231-1/+8
* Fix sys.kern.coredump_phnum_test.coredump_phnum on i386Enji Cooper2019-04-221-1/+1
* Revert r346443Enji Cooper2019-04-202-729/+729
* tests/sys/opencrypto: fix whitespace per PEP8Enji Cooper2019-04-202-729/+729
* Specify using Python2, these .py files have not been converted to use Python3Li-Wen Hsu2019-04-204-4/+4
* Test SHA2-224-HMAC now that OCF supports it.John Baldwin2019-04-191-5/+2
* Sync cryptographic algorithm constants with current cryptodev.h.John Baldwin2019-04-191-1/+13
* pf tests: Fail the test if we can't set the rulesKristof Provost2019-04-181-0/+4
* pf tests: Try to provoke the panic with invalid DIOCRSETTFLAGSKristof Provost2019-04-171-0/+5
* netmap: add test cases for multiple host ringsVincenzo Maffione2019-04-131-24/+53
* Polish netmap(4) testcases a bitEnji Cooper2019-04-092-2/+4
* Fix geli device cleanupEnji Cooper2019-04-091-8/+4
* Set the p_oppid field of orphans when exiting.Mark Johnston2019-04-071-0/+62
* Implement tests for online expansion:Pawel Jakub Dawidek2019-04-042-0/+197