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++).
Description
Description
Details
Details
- Version
- 1.15.2
Event Timeline
Comment Actions
On import. Please use gnupg-devel mailing list for further API questions. This is a bug tracker and not a help forum.
Comment Actions
I tested the change of last_update after importing a same key with different content, but found that there is still no change.
Comment Actions
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.