Stephen Paul Weber
d477528e67
util.crypto: Add more ECC methods
...
pkey_meth_derive: to derive a shared symmetric key from two ECC keys
pkey_meth_public_raw: to get the raw form of the public key
import_public_ec_raw: to import the raw form of the public key
generate_p256_keypair: key generation for the P-256 curve
2024-10-29 09:15:50 -05:00
Matthew Wild
26dc334ae3
util.crypto: Add support for AES-256-CTR
...
This is required by PASETO v3.local
2023-01-13 14:34:10 +00:00
Kim Alvefur
70e54affa0
util.crypto: Fix tests
...
Found this number in a hat.
Sleepy time. Good night.
2022-09-30 00:27:10 +02:00
Matthew Wild
12a9ab92de
util.crypto: tests: fix some tests that didn't do much (thanks luacheck!)
2022-07-02 15:27:44 +01:00
Matthew Wild
4d94a62f9b
spec: Move test crypto keys to a shared file for clarity and easy maintenance
2022-07-02 12:36:52 +01:00
Matthew Wild
b357cf1be1
util.crypto: New wrapper for some operations in OpenSSL's libcrypto
...
Specifically, ED25519 key generation/import/export, sign/verify operations,
and AES encrypt/decrypt.
2022-06-24 16:56:16 +01:00