You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Companies have official X.509 certificates and they should be able to leverage existing certified identities
Alternatives considered
JGit could leverage an external process like smimesign by spawning a process. However, that would have a detriment effect on the overall system load and latency.
Additional context
C-Git supports signed X.509 commits, therefore JGit servers (e.g. Gerrit) will have to deal with those signatures anyway.
The text was updated successfully, but these errors were encountered:
Description
JGit should support X.509 signed commits
Motivation
Companies have official X.509 certificates and they should be able to leverage existing certified identities
Alternatives considered
JGit could leverage an external process like
smimesign
by spawning a process. However, that would have a detriment effect on the overall system load and latency.Additional context
C-Git supports signed X.509 commits, therefore JGit servers (e.g. Gerrit) will have to deal with those signatures anyway.
The text was updated successfully, but these errors were encountered: