2026年01月13日 - 2026年07月13日
Overview
7 releases published by 1 user
Release
alpha-0.4.1
alpha-0.4.1
Release
alpha-0.4.0
alpha-0.4.0
Release
alpha-0.3.3
alpha-0.3.3
Release
alpha-0.3.2
alpha-0.3.2
Release
alpha-0.3.1
alpha-0.3.1
Tag
v0.3.1
Tag
alpha-1
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
Closed
#17 CRITICAL UI - Don't allow writes to keyring if keyring password was NOT entered it destroys the old keyring (destructive attack)
Closed
#6 about box: RustCrypto link
Closed
#5 about box: mit licence display
Closed
#4 In Help|About... after the project homepage link, add two reasonably spaced and aligned buttons [Issues] and [Releases]
Closed
#2 the app settings are not being persisted
Closed
#1 Public key crypto doesn't work
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
31 issues created by 1 user
Opened
#1 Public key crypto doesn't work
Opened
#2 the app settings are not being persisted
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
Opened
#4 In Help|About... after the project homepage link, add two reasonably spaced and aligned buttons [Issues] and [Releases]
Opened
#5 about box: mit licence display
Opened
#6 about box: RustCrypto link
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)
Opened
#8 View|Interface language setup
Opened
#9 feat: RPGV wire format — unified self-directed verified document (encrypt-to-self + sign)
Opened
#10 bug: contact identity with private key block should be a parse error
Opened
#11 bug: edit-key stub silently succeeds — should return NotImplemented
Opened
#12 bug: clipboard contents lost on exit (Linux X11/Wayland)
Opened
#13 feat: key rotation — archive current keypair before generating replacement
Opened
#14 feat: role-based identity filtering in key picker
Opened
#15 bug: revoked signer not flagged after decrypt of sign-then-encrypt message
Opened
#16 design: should --verify exit non-zero when the signing key is revoked?
Opened
#17 CRITICAL UI - Don't allow writes to keyring if keyring password was NOT entered it destroys the old keyring (destructive attack)
Opened
#18 new cleartext views? allows things like: hexview, wireformat view, zipfile view, diary view.
Opened
#19 new ciphertext view? textbox,hexdump,colorized hex+detail_pane
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
Opened
#21 both tui and gui: In asymmetric, prefer encryption to self, and autoselect if there is only one key possible
Opened
#22 tab-key and shift-tab key should work in all red boxes
Opened
#23 it is an error to allow File|Edit buffer... when it's MaskedPlainText
Opened
#24 rustpg-keyring format-version 2
Opened
#25 Fingerprint format is non-standard and undocumented
Opened
#26 Crypto error strings reach the GUI status bar verbatim
Opened
#27 Security-critical failures are not visually distinct from informational status
Opened
#28 refactor: CryptoSystemBase trait — formalize the in-memory crypto pipeline
Opened
#29 refactor: AlgorithmRegistry — replace scattered match arms with a dispatch table
Opened
#30 refactor: typed wire-format structs — replace byte-offset indexing in decrypt.rs
Opened
#31 refactor: KeyMaterial streaming serializer — serialize_to(writer) instead of String