Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Feb 23, 2019
1 parent c962209 commit 6596b41
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6596b41

Please sign in to comment.