Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpp: Return actual error if revocation fails | Ingo Klöcker | 2022-04-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | * lang/cpp/src/editinteractor.cpp, lang/cpp/src/editinteractor.h (EditInteractor::parseStatusError): New. * lang/cpp/src/gpgrevokekeyeditinteractor.cpp (GpgRevokeKeyEditInteractor::Private::nextState): Handle status error. -- With this change the interactor returns a proper error like "Bad Passphrase" or "Empty Passphrase" instead of an unspecific "General Error" if a status error occurred. GnuPG-bug-id: 5904 | ||||
* | cpp: Add interactor to revoke a key | Ingo Klöcker | 2022-03-30 | 1 | -0/+212 |
* lang/cpp/src/global.h (enum class RevocationReason): New. * lang/cpp/src/gpgrevokekeyeditinteractor.cpp, lang/cpp/src/gpgrevokekeyeditinteractor.h: New. * lang/cpp/src/Makefile.am: Add new files. -- GnuPG-bug-id: 5904 |