aboutsummaryrefslogtreecommitdiff
path: root/crypto-common
AgeCommit message (Expand)Author
2023-08-10refactor: un-flatten module structureHarsh Shandilya
2023-07-31fix(deps): update bouncycastle to v1.76 (#2632)...renovate[bot]
2023-07-09refactor: adopt Kotlin 1.9's `data object`sHarsh Shandilya
2023-07-05feat(crypto-pgpainless): run usability test when adding keysHarsh Shandilya
2023-06-15fix: address `ComposeUnstableCollections` lintHarsh Shandilya
2023-06-04chore: refresh lint baselineHarsh Shandilya
2023-05-18refactor: add missing docs and add explicit `NoKeysProvidedException`Harsh Shandilya
2023-04-29fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)...renovate[bot]
2023-04-27feat(lint): update baselinesHarsh Shandilya
2023-04-27refactor(build): introduce a standalone plugin for Kotlin JVM librariesHarsh Shandilya
2023-03-25fix: remove NoKeysProvided error...Harsh Shandilya
2023-03-21fix(build): remove `DSL_SCOPE_VIOLATION` suppression...Harsh Shandilya
2022-10-29feat(crypto-common): support passing arbitrary crypto optionsHarsh Shandilya
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-08-24Implement support for `.gpg-id` (#2080)Harsh Shandilya
2022-07-18Rework key deletion to accept an identifierHarsh Shandilya
2022-07-18crypto: consistently use secret key nomenclatureHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya
2022-06-14Reimplement PGPainless encryption logic (#1955)...Harsh Shandilya
2022-06-04Miscellaneous cleanups (#1934)...Harsh Shandilya
2022-05-02Misc cleanups (#1891)Harsh Shandilya
2022-04-27crypto-pgpainless: prepare for error handling (#1877)Harsh Shandilya
2022-04-24Reorganize crypto-common code and fix a couple minor bugs (#1868)Harsh Shandilya
2022-01-18Parameterize key and key identifier types for KeyManager (#1669)Harsh Shandilya
2022-01-09Make CryptoHandler use Key as the abstraction layer (#1651)Harsh Shandilya
2022-01-09Refactor and simplify KeyManager API (#1650)Harsh Shandilya
2021-12-26Misc cleanups to build-logic and expand BCV exclusion list (#1622)...Harsh Shandilya
2021-12-03Turn on explicit API for Kotlin JVM projects (#1568)Harsh Shandilya
2021-11-16build: apply `kotlin-common` convention plugin where applicableHarsh Shandilya
2021-10-23Switch new PGP backend to use PGPainless (#1522)...Harsh Shandilya
2021-08-17Add `KeyPair` and `KeyManager` to manage keys in the app (#1487)...Aditya Wasan
2021-07-11Add initial implementation of Gopenpgp-backed PGP (#1441)Harsh Shandilya