From 5784b125b676d5d19897c66144552afedc92c655 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Sun, 10 Nov 2019 13:02:07 +0100 Subject: Update BouncyCastle dependency to version 1.57 To support the new PBKDF2 password hashing, the Bouncy Castle provider needs to be updated to a version that supports PBKDF2 with HMAC SHA265. The current version doesn't have PBKDF2WithHmacSHA265, and neither does Java 7, so that under Java 7 it can not be used. This update enables the new password hashing under Java 7, too. --- gitblit.iml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gitblit.iml') diff --git a/gitblit.iml b/gitblit.iml index 51945b11..b82a27b1 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -508,35 +508,35 @@ - + - + - + - + - + - + - + - + - + -- cgit v1.2.3