1
0
Fork 0
mirror of https://codeberg.org/tyy/aspm synced 2024-12-23 02:29:29 -07:00
Commit graph

9 commits

Author SHA1 Message Date
Ty
bb6bed5531
Add keys delete subcommand 2023-08-02 19:16:37 -06:00
Ty
5d982897a2
Add feature-gated import-gpg subcommand to cli 2023-07-31 01:32:34 -06:00
Ty
f70b1fcce8
A few changes that I forgor to commit 2023-07-29 17:44:02 -06:00
TymanWasTaken
954d6fac2e
More lenient key querying, smaller release binaries, don't panic on stdout close, formatting
The key querying first tries exact match on a fingerprint, and then falls back to contains() on the alias
2023-07-02 19:24:04 -04:00
TymanWasTaken
5390a9389a
Handful of things
- Update redb to fix regression when loading db multiple times (though I am likely just going to replace redb with sqlite)

- Rename AspKeyType::EdDSA to AspKeyType::Ed25519

- Make `aspm keys list` look nicer
2023-06-30 23:59:30 -04:00
TymanWasTaken
46fa993f45
Add 3 subcommands for storing keys, add database framework 2023-06-30 01:00:11 -04:00
TymanWasTaken
556d9ed4fc
Initial cli framework 2023-06-29 01:38:09 -04:00
TymanWasTaken
409fbe5f1d
A bit of refactoring, and added aspe delete command 2023-06-26 21:15:34 -04:00
TymanWasTaken
463d4eb459
Add conversion from JWT to PKCS#8 (for asp.keyoxide.org), and add support for uploading profiles to an ASPE server 2023-06-26 18:05:34 -04:00