| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r363181: | Mark Johnston | 2020-07-22 | 1 | -2/+3 |
| * | MFC r349872: | Li-Wen Hsu | 2019-07-20 | 1 | -3/+9 |
| * | MFC 346617: Test the AES-CCM test vectors from the NIST Known Answer Tests. | John Baldwin | 2019-05-23 | 2 | -0/+201 |
| * | MFC 346616: Run the plain SHA digest tests from NIST. | John Baldwin | 2019-05-23 | 2 | -17/+55 |
| * | MFC 346615: Use more descriptive algorithm names in skip messages. | John Baldwin | 2019-05-23 | 1 | -4/+4 |
| * | MFC 346614: Skip tests with missing test vectors instead of failing. | John Baldwin | 2019-05-23 | 1 | -1/+3 |
| * | MFC 346421: Test SHA2-224-HMAC now that OCF supports it. | John Baldwin | 2019-05-23 | 1 | -5/+2 |
| * | MFC 346419: Sync cryptographic algorithm constants with current cryptodev.h. | John Baldwin | 2019-05-23 | 1 | -1/+13 |
| * | MFC r346431,r347417,r348019: | Enji Cooper | 2019-05-23 | 5 | -174/+36 |
| * | Revert r348136 | Enji Cooper | 2019-05-23 | 4 | -1124/+763 |
| * | MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346574,r... | Enji Cooper | 2019-05-23 | 4 | -763/+1124 |
| * | Add test cases for Poly1305 from RFC 7539 | Conrad Meyer | 2018-08-17 | 2 | -1/+405 |
| * | Fix sys/opencrypto/blake2_test when kern.cryptodevallowsoft=0 | Alan Somers | 2018-08-16 | 1 | -0/+2 |
| * | Fix the sys/opencrypto/runtests test when aesni(4) is already loaded | Alan Somers | 2018-08-16 | 1 | -2/+2 |
| * | Import Blake2 algorithms (blake2b, blake2s) from libb2 | Conrad Meyer | 2018-03-21 | 3 | -0/+16686 |
| * | Add ccp(4): experimental driver for AMD Crypto Co-Processor | Conrad Meyer | 2018-01-18 | 1 | -10/+35 |
| * | aesni(4): Add support for x86 SHA intrinsics | Conrad Meyer | 2017-09-26 | 1 | -1/+1 |
| * | crypto(9): Use a more specific error code when a capable driver is not found | Conrad Meyer | 2017-09-26 | 1 | -2/+9 |
| * | Convert some idioms over to py3k-compatible idioms | Enji Cooper | 2017-09-24 | 2 | -54/+57 |
| * | cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA drivers | Conrad Meyer | 2017-09-22 | 1 | -0/+1 |
| * | cryptotest.py: Fix whitespace style errors | Conrad Meyer | 2017-09-22 | 1 | -16/+16 |
| * | cryptotest.py: Actually use NIST-KAT HMAC test vectors and test the right hashes | Conrad Meyer | 2017-09-21 | 1 | -7/+43 |
| * | cryptotest.py: Do not run AES-CBC or AES-GCM tests on non-AES crypto(4) drivers | Conrad Meyer | 2017-09-21 | 1 | -0/+2 |
| * | cryptotest.py: Add a seatbelt that we're actually testing anything | Conrad Meyer | 2017-09-21 | 1 | -0/+1 |
| * | Make test scripts under tests/... non-executable | Enji Cooper | 2017-08-08 | 1 | -0/+0 |
| * | Add the ccr0 device to the opencrypto tests against the NIST KAT tests. | John Baldwin | 2017-06-08 | 1 | -2/+3 |
| * | tests/sys/opencrypto/runtests: apply minor polish to test script | Enji Cooper | 2017-06-01 | 1 | -14/+20 |
| * | Fix up `TEST_METADATA` | Enji Cooper | 2017-06-01 | 1 | -1/+3 |
| * | Honor the requested crid when running a test. | John Baldwin | 2017-06-01 | 1 | -4/+1 |
| * | Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed | Enji Cooper | 2016-05-04 | 1 | -4/+2 |
| * | MFH | Glen Barber | 2016-03-10 | 1 | -0/+11 |
| |\ |
|
| | * | DIRDEPS_BUILD: Connect MK_TESTS. | Bryan Drewery | 2016-03-09 | 1 | -0/+11 |
| * | | More 'tests' package fixes. | Glen Barber | 2016-02-03 | 1 | -0/+3 |
| |/ |
|
| * | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | John-Mark Gurney | 2014-12-12 | 6 | -0/+1310 |