summaryrefslogtreecommitdiff
path: root/tests/sys/opencrypto/cryptotest.py
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-11-08ossl: Add support for AES-CBC cipherKornel Duleba
2021-11-06Revert "ossl: Add support for AES-CBC cipher"Wojciech Macek
2021-11-06ossl: Add support for AES-CBC cipherKornel Duleba
2021-10-06crypto: Test all of the AES-CCM KAT vectors.John Baldwin
2020-11-05cryptotest: Add qat(4) coverageMark Johnston
2020-10-30Add ossl(4) to cryptotest.Jung-uk Kim
2020-07-20tests/sys/opencrypto: use python3Alan Somers
2020-07-14Add safexcel(4) to cryptotest.Mark Johnston
2020-05-02Remove support for the algorithms deprecated in r348876.John Baldwin
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2019-08-10tests/sys/opencrypto: enable armv8crypto on aarch64Enji Cooper
2019-05-21Add my name to the copyrightEnji Cooper
2019-05-21Fix `KAT(CCM)?Parser` file descriptor leaksEnji Cooper
2019-05-21Followup to r347996Enji Cooper
2019-05-20Replace uses of `foo.(de|en)code('hex')` with `binascii.(un)?hexlify(foo)`Enji Cooper
2019-04-24Fix typo: `Plen` should be `plen`Enji Cooper
2019-04-24Chase PEP-3110Enji Cooper
2019-04-24Reapply whitespace style changes from r346443 after recent changes to tests/s...Enji Cooper
2019-04-24Test the AES-CCM test vectors from the NIST Known Answer Tests.John Baldwin
2019-04-24Run the plain SHA digest tests from NIST.John Baldwin
2019-04-24Use more descriptive algorithm names in skip messages.John Baldwin
2019-04-24Skip tests with missing test vectors instead of failing.John Baldwin
2019-04-20Revert r346443Enji Cooper
2019-04-20tests/sys/opencrypto: fix whitespace per PEP8Enji Cooper
2019-04-20Specify using Python2, these .py files have not been converted to use Python3Li-Wen Hsu
2019-04-19Test SHA2-224-HMAC now that OCF supports it.John Baldwin
2018-01-18Add ccp(4): experimental driver for AMD Crypto Co-ProcessorConrad Meyer
2017-09-26aesni(4): Add support for x86 SHA intrinsicsConrad Meyer
2017-09-26crypto(9): Use a more specific error code when a capable driver is not foundConrad Meyer
2017-09-24Convert some idioms over to py3k-compatible idiomsEnji Cooper
2017-09-22cryptotest.py: Like r323869, skip SHA HMAC tests on non-SHA driversConrad Meyer
2017-09-22cryptotest.py: Fix whitespace style errorsConrad Meyer
2017-09-21cryptotest.py: Actually use NIST-KAT HMAC test vectors and test the right hashesConrad Meyer
2017-09-21cryptotest.py: Do not run AES-CBC or AES-GCM tests on non-AES crypto(4) driversConrad Meyer
2017-09-21cryptotest.py: Add a seatbelt that we're actually testing anythingConrad Meyer
2017-06-08Add the ccr0 device to the opencrypto tests against the NIST KAT tests.John Baldwin
2014-12-12Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney