Page MenuHome GnuPG

last_update in gpgme_key_t always be nullptr
Closed, ResolvedPublic

Description

Under what circumstances will the value be updated or defined?I tried to change the password, create UID, subkey, etc., the value is always nullptr(C++).

Details

Version
1.15.2

Event Timeline

On import. Please use gnupg-devel mailing list for further API questions. This is a bug tracker and not a help forum.

I tested the change of last_update after importing a same key with different content, but found that there is still no change.

Use the source! GnuPG is free software.

If you want to know when the timestamp is updated then have a look at
https://dev.gnupg.org/source/gnupg/browse/master/g10/import.c
Search for keyupdate. I don't know anything more than you except that I bothered to have a brief look at the source code. I suggest you do the same.

werner claimed this task.
werner edited projects, added Support; removed Bug Report.