Update README.md

This commit is contained in:
Leon Poyyayil 2025-10-25 08:19:14 +02:00
parent dd07940e6a
commit 86d8e8b1a0

View file

@ -35,9 +35,9 @@ 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"). This allows the provider to also be used in the Oracle JRE which requires JCE providers to be signed.
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").
This allows to re-use the same code (using the classes in the `org.bordercastle` namespace) for both, Android and "normal" Java on desktop/server systems.
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.
## License
@ -45,7 +45,7 @@ BorderCastle is licensed under the same [adaptation of the MIT X11 License](http
## Downloads
Downloads can be found on the [Releases page](https://www.boarderzone.net/code/bz/bordercastle/releases 'BorderCastle Releases').
Binary signed downloads can be found on the [Releases page](https://www.boarderzone.net/code/bz/bordercastle/releases 'BorderCastle Releases').
## Building
@ -53,6 +53,6 @@ The [Wiki](https://www.boarderzone.net/code/bz/bordercastle/wiki/Building-Border
## Contributors
- a great thanks to the original team from [BouncyCastle](https://www.bouncycastle.org/engage/contributors/ 'BouncyCastle Contributors') for providing and maintaining this piece of software!
- a great thanks to the original team from [BouncyCastle](https://www.bouncycastle.org/engage/contributors/ 'BouncyCastle Contributors') for providing and maintaining this powerful piece of software!
- [Roberto Tyley](https://github.com/rtyley 'Roberto Tyley Github Page') who came up with the initial idea of creating the Android port called [SpongyCastle](http://rtyley.github.io/spongycastle/ 'SpongyCastle WebSite')
- [Dario Incalza](https://www.darioincalza.com/ 'Dario Incalza WebSite') who helped writing the scripts for code re-organization
- [Dario Incalza](https://www.darioincalza.com/ 'Dario Incalza WebSite') who helped writing and extending the scripts for code re-organization