]> source.dussan.org Git - gitblit.git/commit
Update BouncyCastle to version 1.69
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sun, 9 Oct 2022 20:16:26 +0000 (22:16 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 24 Oct 2022 22:01:01 +0000 (00:01 +0200)
commit98f13a89eb7722fdc95d6dc7810f157fb8cfca6b
treed4205d6d34c7a8cd85e86210fb77d478f8739adb
parent32b1e66805f4e924f5fb72de61f99941967ab125
Update BouncyCastle to version 1.69

The version 1.69 is chosen instead of 1.70, because the moxie build
would not download the jars, trying to download `...1.7.jar` instead.

Three class deprecations are fixed. `PEMWriter` and `X509Extension`
are replaced with their drop-in replacements `JcaPEMWriter` and
`Extension`. The `PasswordFinder` deprecation note says that "it is
no longer used". It also was never used in Gitblit's code, so it is
removed from the key par provider class.
.classpath
build.moxie
gitblit.iml
src/main/java/com/gitblit/transport/ssh/FileKeyPairProvider.java
src/main/java/com/gitblit/transport/ssh/SshDaemon.java
src/main/java/com/gitblit/utils/X509Utils.java