aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/internal/BouncyCastleGpgKeyLocator.java
Commit message (Expand)AuthorAgeFilesLines
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-011-614/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-231-9/+83
* GpgKeyLocator: Return a signing key for a user instead of the master keyRoan Hofland2019-10-221-6/+35
* GpgKeyLocator: Return subkeys instead of the first key for subkeysRoan Hofland2019-10-221-1/+7
* GPG: also consider pubring.gpg when looking for keysThomas Wolf2019-08-151-26/+126
* GPG: check secring.gpg for keys if pubring.kbx is emptyThomas Wolf2019-08-091-23/+65
* Upgrade Bouncy Castle to 1.61Brandon Weeks2019-06-011-9/+15
* GPG: check that the key found is a signing keyThomas Wolf2019-05-211-0/+8
* GPG: use key fingerprint suffix to compare id for signing keyThomas Wolf2019-05-211-5/+6
* Ignore invalid files in '.gnupg/private-keys-v1.d'Gunnar Wagenknecht2019-04-031-2/+10
* On Windows use %APPDATA%\gnupg as GPG directory if it existsThomas Wolf2019-02-261-6/+39
* Implement signing commits using BouncyCastleMedha Bhargav Prabhala2019-01-161-0/+340