Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-02 | Misc cleanups (#1891) | Harsh Shandilya | |
2022-04-27 | crypto-pgpainless: prepare for error handling (#1877) | Harsh Shandilya | |
2022-04-24 | Reorganize crypto-common code and fix a couple minor bugs (#1868) | Harsh Shandilya | |
2022-01-18 | Parameterize key and key identifier types for KeyManager (#1669) | Harsh Shandilya | |
2022-01-09 | Make CryptoHandler use Key as the abstraction layer (#1651) | Harsh Shandilya | |
2022-01-09 | Refactor and simplify KeyManager API (#1650) | Harsh Shandilya | |
2021-10-23 | Switch new PGP backend to use PGPainless (#1522) | Harsh Shandilya | |
* crypto-pgpainless: init * crypto-pgpainless: add an opinionated CryptoHandler impl * app: migrate to crypto-pgpainless * crypto-pgp: remove * github: remove now unused instrumentation tests job * crypto-common: fixup package names * wip(crypto-pgpainless): add `PGPKeyPair` and `PGPKeyManager` Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> (cherry picked from commit 02d07e9e797a8600cc8c534a731dfffcc44cfdde) * crypto-pgpainless: use hex-encoded key IDs * crypto-pgpainless: replace legacy Gopenpgp-generated key file * crypto-pgpainless: fix CryptoConstants source set * crypto-pgpainless: fix tests * crypto-pgpainless: reinstate PGPKeyManager tests Co-authored-by: Aditya Wasan <adityawasan55@gmail.com> | |||
2021-08-17 | Add `KeyPair` and `KeyManager` to manage keys in the app (#1487) | Aditya Wasan | |
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-07-11 | Add initial implementation of Gopenpgp-backed PGP (#1441) | Harsh Shandilya | |