Aditya Wasan
|
9c9616d047
|
fix: ignore CancellationException in suspend functions (#1794)
* fix: ignore `CancellationException` in suspend functions
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
* build(coroutine-utils): use `api` instead of `implementation`
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
|
2022-03-23 12:48:06 +00:00 |
|
Harsh Shandilya
|
f08ad35d2e
|
Expand tests for multiple identity keys (#1743)
|
2022-02-22 14:33:03 +05:30 |
|
Harsh Shandilya
|
bbbcc76d65
|
Add failing test for multiple identities (#1741)
|
2022-02-21 20:12:19 +05:30 |
|
Harsh Shandilya
|
5509558eed
|
Parameterize key and key identifier types for KeyManager (#1669)
|
2022-01-18 17:40:16 +05:30 |
|
Harsh Shandilya
|
799f1393e4
|
Make CryptoHandler use Key as the abstraction layer (#1651)
|
2022-01-09 16:19:52 +05:30 |
|
Harsh Shandilya
|
ccb33af854
|
Refactor and simplify KeyManager API (#1650)
|
2022-01-09 10:07:45 +00:00 |
|
Harsh Shandilya
|
1ade4eaf64
|
Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565)
|
2021-12-02 19:09:54 +00:00 |
|
Harsh Shandilya
|
1040552dbf
|
all: spotless
|
2021-11-15 23:54:11 +05:30 |
|
Harsh Shandilya
|
7570bc8451
|
Add encrypt/decrypt tests for PGPainless (#1527)
* Remove redundant visibility modifiers
* Move key getter to TestUtils
* Add encrypt/decrypt tests to PGPainlessCryptoHandler
|
2021-10-28 17:57:05 +05:30 |
|
Harsh Shandilya
|
aac74ae451
|
Switch new PGP backend to use PGPainless (#1522)
* 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-10-23 17:02:50 +05:30 |
|