]> source.dussan.org Git - jgit.git/commit
Port push certificates 30/39530/16
authorStefan Beller <sbeller@google.com>
Tue, 24 Feb 2015 01:15:43 +0000 (17:15 -0800)
committerStefan Beller <sbeller@google.com>
Tue, 24 Feb 2015 01:15:43 +0000 (17:15 -0800)
commitb9725a54fd85f2c7561ff23ca821bf1697f441fd
treeb7e30be6515663de6f941435dad27b5a6b5b667e
parent6c1f7393882baf8464859136a70199ea96fcae0f
Port push certificates

Push certificates ("git push --signed") have been part of
git-core since version 2.2.0 (released Nov 26 2014). We also
want to support that feature.

This is not complete and is lacking the actual functionality
to validate the signature for now.

Change-Id: I249869cadb2d55aef016371b9311b8583591b9cf
Signed-off-by: Stefan Beller <sbeller@google.com>
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/GitProtocolConstants.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/HMACSHA1NonceGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/NonceGenerator.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificate.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java [new file with mode: 0644]