Skip to content

openpgp: change order of (self) sigs in TPK.

Kai Michaelis requested to merge issue-137 into master

Self and subkey signatures are now sorted by creation time (asc). Signatures with no creation time are sorted before those with. This makes it faster to check whether a (self) sig is revoked.

Fixes #137 (closed)

Merge request reports