Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.crypto: Add support for AES-256-CTR | Matthew Wild | 2023-01-13 | 1 | -0/+17 |
| | | | | This is required by PASETO v3.local | ||||
* | util.crypto: Fix tests | Kim Alvefur | 2022-09-30 | 1 | -3/+3 |
| | | | | | | Found this number in a hat. Sleepy time. Good night. | ||||
* | util.crypto: tests: fix some tests that didn't do much (thanks luacheck!) | Matthew Wild | 2022-07-02 | 1 | -3/+2 |
| | |||||
* | spec: Move test crypto keys to a shared file for clarity and easy maintenance | Matthew Wild | 2022-07-02 | 1 | -29/+1 |
| | |||||
* | util.crypto: New wrapper for some operations in OpenSSL's libcrypto | Matthew Wild | 2022-06-24 | 1 | -0/+196 |
Specifically, ED25519 key generation/import/export, sign/verify operations, and AES encrypt/decrypt. |