]> source.dussan.org Git - jgit.git/commit
PushCertificateParser: include begin/end lines in signature 96/50296/6
authorDave Borowitz <dborowitz@google.com>
Mon, 15 Jun 2015 20:50:22 +0000 (16:50 -0400)
committerDave Borowitz <dborowitz@google.com>
Thu, 18 Jun 2015 13:50:12 +0000 (09:50 -0400)
commitb822f9b51d9a430ce17e11daf7f4022f32b50600
treef3a0fe3588bdd12de907912a051acf20251225fe
parent48c35edfd2e65bbc4229d287e808c98b03b04544
PushCertificateParser: include begin/end lines in signature

The signature is intended to be passed to a verification library such
as Bouncy Castle, which expects these lines to be present in order to
parse the signature.

Change-Id: I22097bead2746da5fc53419f79761cafd5c31c3b
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/PushCertificateParserTest.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificate.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/PushCertificateParser.java