aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/crypto.c
Commit message (Collapse)AuthorAgeFilesLines
* util.crypto: More digests for sign/verify, use macros for clarity/consistencyMatthew Wild2022-07-021-32/+40
|
* util.crypto: Friendlier error message on incorrect key typesMatthew Wild2022-07-021-1/+6
|
* util.crypto: Add support for RSA signatures (PKCS1-v1.5 + PSS)Matthew Wild2022-07-021-3/+31
| | | | These are used by the RS*** and PS*** family of JOSE algorithms (e.g. in JWTs)
* util.crypto: New wrapper for some operations in OpenSSL's libcryptoMatthew Wild2022-06-241-0/+555
Specifically, ED25519 key generation/import/export, sign/verify operations, and AES encrypt/decrypt.