Skip to content

Releases: verhas/License3j

3.0.0

16 Jan 16:54
Compare
Choose a tag to compare

This release gets rid of the BouncyCastle dependency and the use of the external tool gpg. All encryption is done using standard JDK libraries and key generation and license signature is done using the built-in Repl application.

2.0.0

02 Nov 14:12
Compare
Choose a tag to compare

A new release with a lot of features that were requested during the years. The release works with Java 10 or later.

1.0.5 update to bouncy castle 1.50

26 May 17:23
Compare
Choose a tag to compare

This release updates the dependency of the BouncyCastle library to 1.50 that is the final release after the OpenSSL heart bleed bug. This update was prepared to use the newest version and to eliminate the concerns. Note that the application does not use the part of the API that was vulnerable and is known at this moment, if there was any.

Unit tests were extended also and a bit formed to the style I believe is more readable than the style that was used before.