A patch series to make Kleopatra fit for use in VS settings
AbandonedPublic

Authored by justusw on Jun 30 2017, 1:11 PM.

Details

Reviewers
aheinecke
Group Reviewers
KDE PIM: Kleopatra
Summary

Add helper for dealing with compliance modes

Add a predicate to check whether we are in a given compliance mode,
and a macro that can be used to check various objects for compliance
with CO_DE_VS without breaking compilation with older versions of
GPGME, and without cluttering the code with preprocessor conditionals.

Signed-off-by: Justus Winter <justus@gnupg.org>

Only generate compliant certificates in CO_DE_VS mode

Tweak the options offered in the key generation wizard so that only
compliant keys can be generated.

Signed-off-by: Justus Winter <justus@gnupg.org>

Integrate compliance information in results if run in CO_DE_VS mode

When decrypting data and verifying signatures, inform the user about
whether or not the operation was VS-compliant if Kleopatra is run in
CO_DE_VS mode.

Signed-off-by: Justus Winter <justus@gnupg.org>

Diff Detail

Repository
R168 Kleopatra
Branch
justus/compliance
Lint
No Linters Available
Unit
No Unit Test Coverage
justusw created this revision.Jun 30 2017, 1:11 PM
Restricted Application added a project: KDE PIM. · View Herald TranscriptJun 30 2017, 1:11 PM
Restricted Application added a subscriber: KDE PIM. · View Herald Transcript
justusw abandoned this revision.Jul 3 2017, 10:01 AM

I got access to mockups and design documents, and will revise this series accordingly.