added more wiki links

This commit is contained in:
Leon Poyyayil 2025-10-25 11:45:22 +02:00
parent b43d830a3a
commit 4209e6fe97

View file

@ -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