| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | crypto: Test all of the AES-CCM KAT vectors. | John Baldwin | 2021-10-21 | 1 | -15/+39 |
* | Remove uses of CRIOGET in OCF tests after r368005. | John Baldwin | 2020-11-25 | 1 | -12/+1 |
* | tests/sys/opencrypto: use python3 | Alan Somers | 2020-07-20 | 1 | -2/+2 |
* | Refactor driver and consumer interfaces for OCF (in-kernel crypto). | John Baldwin | 2020-03-27 | 1 | -3/+2 |
* | Correct definitions in sys.opencrypto.runtests.main for 32bit platform | Li-Wen Hsu | 2019-07-10 | 1 | -3/+9 |
* | Add my name to the copyright | Enji Cooper | 2019-05-21 | 1 | -0/+1 |
* | Follow up to r348042: cast `aad` to a byte array | Enji Cooper | 2019-05-21 | 1 | -0/+1 |
* | Fix encoding issues with python 3 | Enji Cooper | 2019-05-21 | 1 | -6/+16 |
* | Remove spurious newline | Enji Cooper | 2019-05-21 | 1 | -1/+0 |
* | Fix `KAT(CCM)?Parser` file descriptor leaks | Enji Cooper | 2019-05-21 | 1 | -13/+44 |
* | Squash deprecation warning related to array.array(..).tostring() | Enji Cooper | 2019-05-21 | 1 | -4/+10 |
* | Replace uses of `foo.(de|en)code('hex')` with `binascii.(un)?hexlify(foo)` | Enji Cooper | 2019-05-20 | 1 | -33/+35 |
* | Use `range` instead of `xrange` | Enji Cooper | 2019-04-24 | 1 | -4/+4 |
* | Don't leak `fd` when manipulating the device via `_getdev()` | Enji Cooper | 2019-04-24 | 1 | -3/+5 |
* | Reapply whitespace style changes from r346443 after recent changes to tests/s... | Enji Cooper | 2019-04-24 | 1 | -548/+551 |
* | Test the AES-CCM test vectors from the NIST Known Answer Tests. | John Baldwin | 2019-04-24 | 1 | -0/+106 |
* | Run the plain SHA digest tests from NIST. | John Baldwin | 2019-04-24 | 1 | -4/+2 |
* | Revert r346443 | Enji Cooper | 2019-04-20 | 1 | -450/+450 |
* | tests/sys/opencrypto: fix whitespace per PEP8 | Enji Cooper | 2019-04-20 | 1 | -450/+450 |
* | Specify using Python2, these .py files have not been converted to use Python3 | Li-Wen Hsu | 2019-04-20 | 1 | -1/+1 |
* | Convert some idioms over to py3k-compatible idioms | Enji Cooper | 2017-09-24 | 1 | -41/+43 |
* | Honor the requested crid when running a test. | John Baldwin | 2017-06-01 | 1 | -4/+1 |
* | Add some new modes to OpenCrypto. These modes are AES-ICM (can be used | John-Mark Gurney | 2014-12-12 | 1 | -0/+561 |