From 6596b41cc848f4a04bd8effec54349cbb81f86f8 Mon Sep 17 00:00:00 2001 From: Holger Date: Sat, 23 Feb 2019 06:33:01 +0100 Subject: [PATCH] Release 1.1.2 --- CHANGELOG.md | 11 +++++++---- gradle.properties | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07fa7329..045d3eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ ## Changelog: This is a maintenance release of the CertMgr application. -Main enhancements are: -* Support for EKU "IP Security IKE Intermediate" (OID 1.3.6.1.5.5.8.2.2) -* BouncyCastle version bump 1.60 -* Minor technical updates (new update URL, ...) +Main changes are: +* Removal of ExtendedKeyUsage attribute from RootCA template to create RFC 5280 compliant certificates chains (Preventing: openssl-1.1.0+ validation error "error (26): unsupported certificate purpose") +* BouncyCastle version bump 1.61 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,6 +12,10 @@ GNU General Public License for more details. ![Install4j](http://certmgr.carne.de/install4j_small.png) The provided installer/launcher packages have been created using the multi-platform installer builder [Install4J](https://www.ej-technologies.com/products/install4j/overview.html). +### v1.1.2 (2019-02-23) +* Removal of ExtendedKeyUsage attribute from RootCA template to create RFC 5280 compliant certificates chains by default (Preventing: openssl-1.1.0+ validation error "error (26): unsupported certificate purpose") +* BouncyCastle version bump 1.61 + ### v1.1.1 (2018-09-30) * Support for EKU "IP Security IKE Intermediate" (OID 1.3.6.1.5.5.8.2.2) * BouncyCastle version bump 1.60 diff --git a/gradle.properties b/gradle.properties index 9aeb0de4..e9c70f67 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ -version = 1.1.2-SNAPSHOT +version = 1.1.2 # Dependency versions annotationVersion = 2.2.200 javaJfxVersion = 8.4.0 -bouncycastleVersion = 1.60 +bouncycastleVersion = 1.61 junitVersion = 4.12