threadpanic/rustpg
1
0
Fork
You've already forked rustpg
0

2026年04月13日 - 2026年07月13日

Overview

0 active pull requests
31 active issues
Excluding merges, 2 authors have pushed 137 commits to main and 137 commits to all branches. On main, 107 files have changed and there have been 18661 additions and 8134 deletions.

7 releases published by 1 user

Release alpha-0.4.1 alpha-0.4.1 2026年05月12日 12:26:20 +02:00

Release alpha-0.4.0 alpha-0.4.0 2026年05月08日 11:54:39 +02:00

Release alpha-0.3.3 alpha-0.3.3 2026年05月07日 12:31:48 +02:00

Release alpha-0.3.2 alpha-0.3.2 2026年05月06日 21:37:33 +02:00

Release alpha-0.3.1 alpha-0.3.1 2026年04月30日 10:28:28 +02:00

Tag v0.3.1 2026年04月30日 10:26:48 +02:00

Tag alpha-1 2026年04月30日 09:42:09 +02:00

8 issues closed from 1 user

Closed #20 when there is a keyring, but the user does not provide the password for it, enter a global special mode that disables writing to the keyring 2026年05月13日 06:56:34 +02:00

Closed #17 CRITICAL UI - Don't allow writes to keyring if keyring password was NOT entered it destroys the old keyring (destructive attack) 2026年05月13日 06:56:33 +02:00

Closed #6 about box: RustCrypto link 2026年05月09日 11:58:19 +02:00

Closed #5 about box: mit licence display 2026年05月09日 11:58:19 +02:00

Closed #4 In Help|About... after the project homepage link, add two reasonably spaced and aligned buttons [Issues] and [Releases] 2026年05月09日 11:58:18 +02:00

Closed #2 the app settings are not being persisted 2026年05月08日 13:19:54 +02:00

Closed #1 Public key crypto doesn't work 2026年05月06日 21:52:29 +02:00

Closed #3 when the mainwindow text is scrollable, the scrollbar hugs the longest line in the text, not the left-hand-side of the main app window, not an intuitive place for it 2026年05月06日 21:52:11 +02:00

31 issues created by 1 user

Opened #1 Public key crypto doesn't work 2026年04月30日 10:46:58 +02:00

Opened #2 the app settings are not being persisted 2026年04月30日 10:47:59 +02:00

Opened #3 when the mainwindow text is scrollable, the scrollbar hugs the longest line in the text, not the left-hand-side of the main app window, not an intuitive place for it 2026年04月30日 10:50:12 +02:00

Opened #4 In Help|About... after the project homepage link, add two reasonably spaced and aligned buttons [Issues] and [Releases] 2026年05月08日 13:17:55 +02:00

Opened #5 about box: mit licence display 2026年05月08日 13:19:19 +02:00

Opened #6 about box: RustCrypto link 2026年05月08日 13:36:12 +02:00

Opened #7 feature request: encrypted rustpg.conf and a menu item in tasks to put rustpg.conf in main window for viewing (god knows where it is on windows) 2026年05月08日 14:07:34 +02:00

Opened #8 View|Interface language setup 2026年05月08日 14:19:46 +02:00

Opened #9 feat: RPGV wire format — unified self-directed verified document (encrypt-to-self + sign) 2026年05月08日 14:57:30 +02:00

Opened #10 bug: contact identity with private key block should be a parse error 2026年05月08日 15:12:33 +02:00

Opened #11 bug: edit-key stub silently succeeds — should return NotImplemented 2026年05月08日 15:13:02 +02:00

Opened #12 bug: clipboard contents lost on exit (Linux X11/Wayland) 2026年05月08日 15:13:04 +02:00

Opened #13 feat: key rotation — archive current keypair before generating replacement 2026年05月08日 15:13:06 +02:00

Opened #14 feat: role-based identity filtering in key picker 2026年05月08日 15:13:07 +02:00

Opened #15 bug: revoked signer not flagged after decrypt of sign-then-encrypt message 2026年05月08日 15:17:48 +02:00

Opened #16 design: should --verify exit non-zero when the signing key is revoked? 2026年05月08日 15:18:10 +02:00

Opened #17 CRITICAL UI - Don't allow writes to keyring if keyring password was NOT entered it destroys the old keyring (destructive attack) 2026年05月11日 13:16:46 +02:00

Opened #18 new cleartext views? allows things like: hexview, wireformat view, zipfile view, diary view. 2026年05月11日 20:22:15 +02:00

Opened #19 new ciphertext view? textbox,hexdump,colorized hex+detail_pane 2026年05月11日 20:23:00 +02:00

Opened #20 when there is a keyring, but the user does not provide the password for it, enter a global special mode that disables writing to the keyring 2026年05月11日 20:31:55 +02:00

Opened #21 both tui and gui: In asymmetric, prefer encryption to self, and autoselect if there is only one key possible 2026年05月11日 21:20:38 +02:00

Opened #22 tab-key and shift-tab key should work in all red boxes 2026年05月11日 21:21:17 +02:00

Opened #23 it is an error to allow File|Edit buffer... when it's MaskedPlainText 2026年05月11日 21:36:30 +02:00

Opened #24 rustpg-keyring format-version 2 2026年05月11日 21:55:23 +02:00

Opened #25 Fingerprint format is non-standard and undocumented 2026年05月18日 07:35:25 +02:00

Opened #26 Crypto error strings reach the GUI status bar verbatim 2026年05月18日 07:35:31 +02:00

Opened #27 Security-critical failures are not visually distinct from informational status 2026年05月18日 07:35:39 +02:00

Opened #28 refactor: CryptoSystemBase trait — formalize the in-memory crypto pipeline 2026年05月18日 07:41:43 +02:00

Opened #29 refactor: AlgorithmRegistry — replace scattered match arms with a dispatch table 2026年05月18日 07:41:48 +02:00

Opened #30 refactor: typed wire-format structs — replace byte-offset indexing in decrypt.rs 2026年05月18日 07:41:54 +02:00

Opened #31 refactor: KeyMaterial streaming serializer — serialize_to(writer) instead of String 2026年05月18日 07:42:05 +02:00