Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-08-18 | cpp: Fix handling of "no key" or "invalid time" situations | Ingo Klöcker | 1 | -2/+2 | |
* lang/cpp/src/gpgaddexistingsubkeyeditinteractor.cpp (GpgAddExistingSubkeyEditInteractor::Private::nextState): Fix inverted logic of string comparisons. -- This fixes the problem that the interactor didn't return the proper error code if gpg didn't accept the key grip or the expiration date. GnuPG-bug-id: 6137 | |||||
2022-01-12 | cpp: Add interactor to add existing subkeys to other keys | Ingo Klöcker | 1 | -0/+209 | |
* lang/cpp/src/gpgaddexistingsubkeyeditinteractor.cpp, lang/cpp/src/gpgaddexistingsubkeyeditinteractor.h: New. * lang/cpp/src/Makefile.am: Add new files. -- GnuPG-bug-id: 5770 |