aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal
Commit message (Expand)AuthorAgeFilesLines
* GPG: use BC PGP secret key parsing out of the boxThomas Wolf2024-11-066-1468/+61
* [errorprone] bc: Remove unused SExprParser#parseSecretKeyIvan Frade2024-11-051-148/+0
* Update bouncycastle to 1.79Matthias Sohn2024-11-051-0/+7
* Signing: refactor interfacesThomas Wolf2024-08-244-214/+105
* Add a missing license headerThomas Wolf2024-08-241-0/+9
* [gpg] Correct finding public keys from pubring.gpgThomas Wolf2024-04-084-56/+172
* [gpg] Fix reading ed25519 GPG keysThomas Wolf2024-04-083-25/+149
* [gpg] Refactor the GpgSignatureVerifierThomas Wolf2024-02-011-52/+12
* gpg.bc: Supress errorprone InsecureCryptoUsageIvan Frade2023-11-171-0/+4
* [errorprone] Fix InconsistentCapitalizationMatthias Sohn2023-10-061-3/+3
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-165-3/+19
* KeyGrip: fix build error on java 15Matthias Sohn2021-09-291-2/+4
* [gpg] Better GPG home directory determinationThomas Wolf2021-08-182-15/+44
* [gpg] Update to Bouncy Castle 1.69Thomas Wolf2021-07-261-1/+1
* GPG: fix reading unprotected old-format secret keysThomas Wolf2021-02-221-6/+6
* GPG: handle extended private key formatThomas Wolf2021-02-198-43/+1691
* GPG: compute the keygrip to find a secret keyThomas Wolf2021-02-163-58/+382
* GPG signature verification via BouncyCastleThomas Wolf2021-02-165-22/+492
* GPG: support git config gpg.programThomas Wolf2021-02-071-2/+34
* GPG user ID matching: use case-insensitive matchingThomas Wolf2020-12-291-4/+15
* Enable GpgSigner to also sign tagsThomas Wolf2020-12-071-3/+13
* GPG: include signer's user ID in the signatureThomas Wolf2020-09-051-5/+34
* GPG: don't prompt for a passphrase for unprotected keysThomas Wolf2020-06-043-23/+80
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-015-0/+921