]> source.dussan.org Git - jgit.git/commit
Adding JGitV1 and JGitV2 Walk Encryption 44/56744/7
authorAndrei Pozolotin <andrei.pozolotin@gmail.com>
Fri, 25 Sep 2015 20:55:32 +0000 (20:55 +0000)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 18 Oct 2015 21:22:56 +0000 (23:22 +0200)
commit504e23b7a5fb78b2b267737f5b7ada35358701c9
tree958a4f8d867ba06e9e6e5a7b4c2434055daf5f80
parent81810aff298ffb3e871b4dbab76be2c8b9a46ea8
Adding JGitV1 and JGitV2 Walk Encryption

Building on top of https://git.eclipse.org/r/#/c/56391/

Here we preserve compatibility with JetS3t
and add 2 new native JGit encryption implementations.

For reference, see connection configuration files:
* Version 0: jgit-s3-connection-v-0.properties
* Version 1: jgit-s3-connection-v-1.properties
* Version 2: jgit-s3-connection-v-2.properties

Change-Id: I713290bcacbe92d88e5ef28ce137de73dd1abe2f
Signed-off-by: Andrei Pozolotin <andrei.pozolotin@gmail.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/tst-rsrc/jgit-s3-connection-v-0.properties [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/jgit-s3-connection-v-1.properties [new file with mode: 0644]
org.eclipse.jgit.test/tst-rsrc/jgit-s3-connection-v-2.properties [new file with mode: 0644]
org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/WalkEncryptionTest.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/AmazonS3.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/WalkEncryption.java