This is a maintenance release of the CertMgr application.
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 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
The provided installer/launcher packages have been created using the multi-platform installer builder Install4J.
- Handle password protected key stores properly
- BouncyCastle version bump 1.64
- 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
- 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, ...)
- Make DER file reader more robust in case of non-DER-input.
- Perform uninstall during I4J based update to discard no longer used files.
- Fix logging and preferences handling when launched via I4J.
- Update dependencies (and make application Java 9 compatible).
- Fix export order if exporting multiple objects to a single file.
- Fix automatic CN update in certificate options dialog in case of an empty name.
- Add tooltip support to main window
- Initial beta release of new completely re-build version.
- Various bug fixes and code cleanups.
- Last release of 0.2.x branch