index
:
fork/Android-Password-Store.git
archived/security-keys
aw/passkey-support
develop
hs/age-backend
hs/nio-paths
release
release-1.13
renovate/com.slack.lint-slack-lint-checks-0.x
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto-pgpainless
Age
Commit message (
Expand
)
Author
2023-05-06
refactor(pgpainless): rework `runTest` invocation
Harsh Shandilya
2023-04-29
fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)
...
renovate[bot]
2023-04-27
feat(lint): update baselines
Harsh Shandilya
2023-04-27
refactor(build): introduce a standalone plugin for Kotlin JVM libraries
Harsh Shandilya
2023-03-25
fix: remove NoKeysProvided error
...
Harsh Shandilya
2023-03-21
fix(build): remove `DSL_SCOPE_VIOLATION` suppression
...
Harsh Shandilya
2022-11-09
feat(crypto-pgpainless): add PGPKeyManager test for keys with shared email
Harsh Shandilya
2022-11-09
feat(crypto-pgpainless): add PGPainlessCryptoHandler test for keys with share...
Harsh Shandilya
2022-11-07
fix(crypto-pgpainless): pass test parameter directly where needed
...
Harsh Shandilya
2022-10-29
feat(app): wire in ASCII armor toggle
Harsh Shandilya
2022-10-29
feat(crypto-pgpainless): add a test for ASCII output
Harsh Shandilya
2022-10-29
feat(crypto-common): support passing arbitrary crypto options
Harsh Shandilya
2022-10-24
chore(gradle): add missing suppressions and license headers
Harsh Shandilya
2022-10-11
Clean up issues reported by Detekt (crypto-pgpainless.xml) (#2176)
LckyDev
2022-09-01
Use a simpler SecretKeyRingProtector (#2099)
Harsh Shandilya
2022-08-24
Implement support for `.gpg-id` (#2080)
Harsh Shandilya
2022-08-11
Upgrade all dependencies (#2057)
...
Harsh Shandilya
2022-07-18
Add `KeyUtils#tryGetEmail`
Harsh Shandilya
2022-07-18
Rework key deletion to accept an identifier
Harsh Shandilya
2022-07-18
crypto: consistently use secret key nomenclature
Harsh Shandilya
2022-07-17
crypto-pgpainless: allow updating existing keys automatically for specific cases
Harsh Shandilya
2022-07-16
Add missing asserts to PGPainlessCryptoHandler tests (#2010)
...
Harsh Shandilya
2022-07-16
Use `KeyRingUtils#publicKeyRingCollectionFrom` to extract public keys (#2009)
Harsh Shandilya
2022-07-15
all: re-do package structure yet again
Harsh Shandilya
2022-07-13
Fix PGPainless backend key handling (#2000)
Harsh Shandilya
2022-06-14
Reimplement PGPainless encryption logic (#1955)
...
Harsh Shandilya
2022-06-04
Miscellaneous cleanups (#1934)
...
Harsh Shandilya
2022-05-02
Misc cleanups (#1891)
Harsh Shandilya
2022-04-27
crypto-pgpainless: prepare for error handling (#1877)
Harsh Shandilya
2022-04-25
all: reformat with ktfmt 0.36
Harsh Shandilya
2022-04-24
Reorganize crypto-common code and fix a couple minor bugs (#1868)
Harsh Shandilya
2022-03-23
fix: ignore `CancellationException` in suspend functions (#1794)
...
Aditya Wasan
2022-02-22
Expand tests for multiple identity keys (#1743)
Harsh Shandilya
2022-02-21
Add failing test for multiple identities (#1741)
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-12-26
Misc cleanups to build-logic and expand BCV exclusion list (#1622)
...
Harsh Shandilya
2021-12-03
Turn on explicit API for Kotlin JVM projects (#1568)
Harsh Shandilya
2021-12-02
Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565)
Harsh Shandilya
2021-11-16
build: apply `kotlin-common` convention plugin where applicable
Harsh Shandilya
2021-11-15
all: spotless
Harsh Shandilya
2021-10-28
Add encrypt/decrypt tests for PGPainless (#1527)
...
Harsh Shandilya
2021-10-23
Switch new PGP backend to use PGPainless (#1522)
...
Harsh Shandilya