Skip to content

Commit

Permalink
Release v4.5.4
Browse files Browse the repository at this point in the history
This version of JSS has a security fix:

 - CVE-2019-14823: Fix root certificate validation when using Leaf and
   Chain OCSP mode. Note that unlike the v4.6.x or v4.4.x series, the
   previous v4.5.3 release was not impacted.

This version of JSS also has a few enhancements over v4.5.3:

 - Backporting @Dessa's JUnit CMake typo fix
 - Adding HSM support for PKCS#11 AES KeyWrap/Padding (by @ladycfu)
 - OCSP checking for leaf and chain (by @jmagne)

Thanks to all who contributed to this release!

Signed-off-by: Alexander Scheel <[email protected]>
  • Loading branch information
cipherboy committed Oct 16, 2019
1 parent 43affce commit cba2022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/JSSConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ macro(jss_config)
# Set the current JSS release number. Arguments are:
# MAJOR MINOR PATCH BETA
# When BETA is zero, it isn't a beta release.
jss_config_version(4 5 3 0)
jss_config_version(4 5 4 0)

# Configure output directories
jss_config_outputs()
Expand Down
2 changes: 1 addition & 1 deletion jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Summary: Java Security Services (JSS)
URL: http://www.dogtagpki.org/wiki/JSS
License: MPLv1.1 or GPLv2+ or LGPLv2+

Version: 4.5.3
Version: 4.5.4
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
# global _phase -a1

Expand Down

0 comments on commit cba2022

Please sign in to comment.