Commit Graph
4703 Commits
Author SHA1 Message Date
Vincent Breitmoser 5d84bd8387 Update AGP to 7.4.2, update SqlDelight to 1.4.2
The adaptations to SqlDelight 1.4.2 leave the type namings *extremely*
messy. But it works and is as semantically equivalent as I could make
it.
2024-01-29 16:42:28 +01:00
segfault-bilibiliandVincent Breitmoser 0caeca0b66 Make ECC 25519 the default generated key type 2024-01-29 16:41:30 +01:00
Vincent Breitmoser 5615197553 Fix 25519 choice naming 2024-01-29 16:41:29 +01:00
segfault-bilibiliandVincent Breitmoser 7c97829ca9 enable encrypt for eddsa; fix key usage spinner 2024-01-29 16:41:28 +01:00
segfault-bilibiliandVincent Breitmoser 5f0646b7e9 fix cv25519 encryption key generation 2024-01-29 16:41:27 +01:00
segfault-bilibiliandVincent Breitmoser 3288adf5b2 fix typo 2024-01-29 16:41:26 +01:00
Vincent BreitmoserandGitHub e13400c6fa Merge pull request #2859 from schorschii/darkmode-transfercode-fix
Fix: transfer code text color in dark mode
2024-01-29 16:04:39 +01:00
Vincent BreitmoserandGitHub c3f5528b51 Merge pull request #2860 from schorschii/update-app-icons
Update featured app icons
2024-01-29 16:03:51 +01:00
Konrad Moesch 892dafb190 Remove commented code 2023-12-03 12:36:34 +01:00
Konrad Moesch e81a184056 modify dialog lifecycle logic to be able to use autofill 2023-12-03 12:20:43 +01:00
Georg Sieber 98cb6b8d82 update app icons 2023-11-12 20:39:56 +01:00
Georg Sieber fc936ef827 fix transfer code text color in dark mode 2023-11-12 15:44:49 +01:00
Vincent Breitmoser 6e07cc4bd6 Remove donation dialog
Since OpenKeychain is in no longer actively developed, we might as well
drop the donation dialog.
2023-01-05 17:08:34 +01:00
Vincent Breitmoser c1861535bc make auto theme the default 2022-12-27 22:33:16 +01:00
Vincent Breitmoser e803a4064e Merge branch 'auto_theme' 2022-12-27 22:27:00 +01:00
Vincent Breitmoser cdec29f5a9 fix crash in NfcTransport.isConnected 2022-12-27 22:20:30 +01:00
Vincent Breitmoser 6f987f2920 improve broken status bar layouting 2022-12-22 16:48:52 +01:00
Vincent Breitmoser 8e4b248acf create all pending intents with FLAG_IMMUTABLE 2022-12-22 14:47:04 +01:00
Vincent Breitmoser 84b84760a2 set exported attribute on all activities 2022-12-22 14:17:32 +01:00
Vincent Breitmoser 53a976be2f remove PackageUninstallReceiver, it doesn't work anyways 2022-12-22 14:16:44 +01:00
mimi89999 f4bbc17751 Add automatic theme 2021-09-20 20:02:53 +02:00
Harsh ShandilyaandGitHub 6b3368acb2 Update SplitUserIdTest.java 2021-05-02 19:23:02 +05:30
Harsh Shandilya 6408bac245 OpenKeychain: add a test for TLD-less email
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-02 19:04:20 +05:30
Dominik Schürmann 5522b6d583 use getDigest() properly 2021-04-29 17:58:31 +02:00
Dominik Schürmann 7cf34b0539 do not call digestCalculator.getDigest() twice 2021-04-29 17:52:31 +02:00
Dominik Schürmann f8724d3f42 integrate EdDSAAuthenticationSigner into default signer using enablePreHash parameter 2021-04-29 17:51:39 +02:00
Dominik Schürmann a9b28dd11c improve card decrypt with constants 2021-04-21 14:48:14 +02:00
Dominik Schürmann 28c23f84bf improve variable names in ECDH card decrypt 2021-04-21 14:36:55 +02:00
dangfan ec5d5e399f add more documentation of decryptSessionKeyEcdh 2021-04-21 19:09:35 +08:00
dangfan 9ea9bd96bb fix the compatibility of compressed and uncompressed format in ECDH 2021-04-21 09:25:59 +08:00
Dominik Schürmann 38157242e1 HKP parsing: make \r optional in pubkey lines 2021-04-18 10:24:37 +02:00
Stelian Pop 20caa22f05 Fix parsing of EOL in keyserver answer 2021-04-16 11:36:25 +02:00
Christian Hagau 178e7856b2 Don't explicitly clear PIN when verifying admin PIN.
The PIN is cleared anyway when the Passphrase object holding the PIN is
freed.
2021-04-02 00:00:00 +00:00
David Hedberg f45254cf07 Only skip hashing when creating an EDDSA authentication signature 2021-03-27 11:38:14 +01:00
Dominik Schürmann 3dfa1af046 update from transifex 2021-03-17 21:13:55 +01:00
Dominik Schürmann 64f4d7aaa4 Version 5.7 2021-03-17 12:32:55 +01:00
Dominik Schürmann 903cce6b20 fix SecurityTokenUtilsTest 2021-03-16 19:50:29 +01:00
Dominik Schürmann 56254aedb7 improve and simplify key formats 2021-03-16 17:07:56 +01:00
Dominik Schürmann c899e5ef2d Merge branch 'master' of https://github.com/dhedberg/open-keychain into dhedberg-master 2021-03-16 15:47:24 +01:00
Dominik Schürmann 0b49e7f91f fix build error introduced by x25519 decryption support 2021-03-16 15:25:24 +01:00
Dominik SchürmannandGitHub 7e5738bd5c Merge pull request #2630 from canokeys/fix_ecdh_kek_error
Fix ECDH decryption error using NIST curves
2021-03-16 15:13:23 +01:00
Dominik Schürmann fb0651eda1 fix algorithm id for ECDSA auth keys on security keys 2021-03-16 15:12:22 +01:00
Dominik Schürmann af64735cbf disable IDEA, simply arguments in PgpSecurityConstants 2021-03-16 14:54:15 +01:00
Dominik Schürmann 8d01f2d077 master -> primary in strings 2021-02-26 15:36:11 +01:00
Dominik Schürmann 94987a9010 rename whitelists to secure lists 2021-02-26 15:11:54 +01:00
Dominik Schürmann 0ec0c34cb9 move toBytes into RSAKeyFormat 2021-02-23 18:18:43 +01:00
Dominik Schürmann 2a0625e615 fix yubikey curve OID bug by reworking ASN1 parsing 2021-02-23 18:10:15 +01:00
David Hedberg 6d4f37b154 Don't hash the data to sign when using EDDSA 2021-02-20 19:43:04 +01:00
David Hedberg 3fb4771602 Activate ssh encoding of public keys for ed25519 2021-02-20 19:39:28 +01:00
Christian Hagau 7dc0c5e184 Initialize all members of KdfParameters with default values 2021-02-17 00:00:00 +00:00