From 4209e6fe97131d8c9d375cd201df281ba5bbcf2d Mon Sep 17 00:00:00 2001
From: flp
Date: Sat, 25 Oct 2025 11:45:22 +0200
Subject: [PATCH 1/3] added more wiki links
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9c0aa66..3146c8b 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Of course, a lot of code duplication could be avoided by using the BorderCastle
The current version of BorderCastle is derived from the Bouncy Castle version 1.81.
-The BorderCastle JCE provider is signed with a special JCE code signing certificate for JCE provider signing (issued by the "JCE Code Signing CA, Oracle Corporation").
+The BorderCastle JCE provider is signed with a special JCE code signing certificate for JCE provider signing (issued by the "JCE Code Signing CA, Oracle Corporation"). Check the [wiki](https://www.boarderzone.net/code/bz/bordercastle/wiki/BorderCastle-JCE-Signing 'BorderCastle Wiki - JCE Signing') for more information.
This allows the provider to be used for both, on Android and with "normal" Java on desktop/server systems where the Oracle JRE requires JCE providers to be signed.
@@ -49,7 +49,7 @@ Binary signed downloads can be found on the [Releases page](https://www.boarderz
## Building
-The [Wiki](https://www.boarderzone.net/code/bz/bordercastle/wiki/Building-BorderCastle 'BorderCastle Wiki - Build Instructions') describes the necessary steps for building.
+The [Wiki](https://www.boarderzone.net/code/bz/bordercastle/wiki 'BorderCastle Wiki') describes the necessary steps for [building](https://www.boarderzone.net/code/bz/bordercastle/wiki/Building-BorderCastle 'BorderCastle Wiki - Build Instructions') and the [resulting files](https://www.boarderzone.net/code/bz/bordercastle/wiki/BorderCastle-Libraries 'BorderCastle Wiki - Libraries').
## Contributors
From 68a5bc2760659154fb66c257bd56f7343038cbaf Mon Sep 17 00:00:00 2001
From: flp
Date: Sat, 25 Oct 2025 11:49:55 +0200
Subject: [PATCH 2/3] fixed typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3146c8b..298375c 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Binary signed downloads can be found on the [Releases page](https://www.boarderz
## Building
-The [Wiki](https://www.boarderzone.net/code/bz/bordercastle/wiki 'BorderCastle Wiki') describes the necessary steps for [building](https://www.boarderzone.net/code/bz/bordercastle/wiki/Building-BorderCastle 'BorderCastle Wiki - Build Instructions') and the [resulting files](https://www.boarderzone.net/code/bz/bordercastle/wiki/BorderCastle-Libraries 'BorderCastle Wiki - Libraries').
+The [wiki](https://www.boarderzone.net/code/bz/bordercastle/wiki 'BorderCastle Wiki') describes the necessary steps for [building](https://www.boarderzone.net/code/bz/bordercastle/wiki/Building-BorderCastle 'BorderCastle Wiki - Build Instructions') and the [resulting files](https://www.boarderzone.net/code/bz/bordercastle/wiki/BorderCastle-Libraries 'BorderCastle Wiki - Libraries').
## Contributors
From c7d93ab202a679dcff33cce89472112709d66499 Mon Sep 17 00:00:00 2001
From: Leon Poyyayil
Date: Sat, 25 Oct 2025 11:52:21 +0200
Subject: [PATCH 3/3] added more wiki links to web page
---
website/index.html | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/website/index.html b/website/index.html
index 7ed479e..966ed9a 100644
--- a/website/index.html
+++ b/website/index.html
@@ -91,6 +91,9 @@
The BorderCastle JCE provider is signed with a special JCE code signing
certificate for JCE provider signing (issued by the "JCE Code Signing CA,
Oracle Corporation").
+ Check the
+ wiki for more information.
This allows the provider to be used for both, on Android and with "normal"
@@ -115,9 +118,14 @@
Building
The
+ wiki
+ describes the necessary steps for
Wiki
- describes the necessary steps for building.
+ class="extLnk" target="_blank">building
+ and the
+ resulting files.
Contributors