Compare commits

..

3 commits

Author SHA1 Message Date
c7d93ab202 added more wiki links to web page 2025-10-25 11:52:21 +02:00
flp
68a5bc2760 fixed typo 2025-10-25 11:49:55 +02:00
flp
4209e6fe97 added more wiki links 2025-10-25 11:45:22 +02:00
2 changed files with 12 additions and 4 deletions

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 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. 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 ## 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 ## Contributors

View file

@ -91,6 +91,9 @@
The BorderCastle JCE provider is signed with a special JCE code signing The BorderCastle JCE provider is signed with a special JCE code signing
certificate for JCE provider signing (issued by the "JCE Code Signing CA, certificate for JCE provider signing (issued by the "JCE Code Signing CA,
Oracle Corporation"). Oracle Corporation").
Check the
<a href="https://www.boarderzone.net/code/bz/bordercastle/wiki/BorderCastle-JCE-Signing"
class="extLnk" target="_blank">wiki</a> for more information.
</p> </p>
<p> <p>
This allows the provider to be used for both, on Android and with "normal" This allows the provider to be used for both, on Android and with "normal"
@ -115,9 +118,14 @@
<h2>Building</h2> <h2>Building</h2>
<p> <p>
The The
<a href="https://www.boarderzone.net/code/bz/bordercastle/wiki"
class="extLnk" target="_blank">wiki</a>
describes the necessary steps for
<a href="https://www.boarderzone.net/code/bz/bordercastle/wiki/Building-BorderCastle" <a href="https://www.boarderzone.net/code/bz/bordercastle/wiki/Building-BorderCastle"
class="extLnk" target="_blank">Wiki</a> class="extLnk" target="_blank">building</a>
describes the necessary steps for building. and the
<a href="https://www.boarderzone.net/code/bz/bordercastle/wiki/BorderCastle-Libraries"
class="extLnk" target="_blank">resulting files</a>.
</p> </p>
<h2>Contributors</h2> <h2>Contributors</h2>