summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
authorJack Magne <jmagne@dhcp-16-206.sjc.redhat.com>2016-03-29 10:39:27 -0700
committerJack Magne <jmagne@dhcp-16-206.sjc.redhat.com>2016-05-23 14:10:25 -0700
commit1d60c55940e310aa77befe09c970db3831bb5042 (patch)
treeae20f75a5d7fe7e68e1744f0a095a5e6836c6dac /specs
parent16a9fedbe5400e4ff95d93ae46e43270155a911f (diff)
downloadpki-1d60c55940e310aa77befe09c970db3831bb5042.tar.gz
pki-1d60c55940e310aa77befe09c970db3831bb5042.tar.xz
pki-1d60c55940e310aa77befe09c970db3831bb5042.zip
Port symkey JNI to Java classes.
Ticket #801 : Merge pki-symkey into jss What is supported: 1. Everything that is needed to support Secure Channel Protocol 01. 2. Supports the nist sp800 kdf and the original kdf. 3. Supports key unwrapping used by TPS which was formerly in the symkey JNI. Requires: 1. A new JSS that supports more advanced symkey operations such as key derivation, more advanced key unwrapping , and a way to list and identify a given symmetric key by name. Version of new Jss will be forthcoming. Still to do: 1. Port over the 2 or 3 SCP02 routines from Symkey to use this code. 2. The original symkey will remain in place until we can port over everything. 3. SCP03 support can be added later.
Diffstat (limited to 'specs')
-rw-r--r--specs/dogtag-pki.spec2
-rw-r--r--specs/pki-console.spec4
-rw-r--r--specs/pki-core.spec6
3 files changed, 6 insertions, 6 deletions
diff --git a/specs/dogtag-pki.spec b/specs/dogtag-pki.spec
index a53c08d52..e7dad610b 100644
--- a/specs/dogtag-pki.spec
+++ b/specs/dogtag-pki.spec
@@ -11,7 +11,7 @@ BuildArch: noarch
%define dogtag_pki_theme_version %{version}
%define esc_version 1.1.0
-%define jss_version 4.2.6-35
+%define jss_version 4.2.6-40
# NOTE: The following package versions are TLS compliant:
%define pki_core_version %{version}
%define pki_console_version %{version}
diff --git a/specs/pki-console.spec b/specs/pki-console.spec
index ba1186600..a0fff8306 100644
--- a/specs/pki-console.spec
+++ b/specs/pki-console.spec
@@ -20,7 +20,7 @@ BuildRequires: nspr-devel
BuildRequires: nss-devel
BuildRequires: junit
BuildRequires: jpackage-utils >= 1.7.5-10
-BuildRequires: jss >= 4.2.6-35
+BuildRequires: jss >= 4.2.6-40
BuildRequires: pki-base-java >= %{version}
Requires: idm-console-framework
@@ -29,7 +29,7 @@ Requires: ldapjdk
Requires: pki-base-java >= %{version}
Requires: pki-console-theme >= %{version}
Requires: jpackage-utils >= 1.7.5-10
-Requires: jss >= 4.2.6-35
+Requires: jss >= 4.2.6-40
%if 0%{?rhel}
# NOTE: In the future, as a part of its path, this URL will contain a release
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 13ca9b50d..04baec4f8 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -130,7 +130,7 @@ BuildRequires: policycoreutils-python-utils
BuildRequires: python-ldap
BuildRequires: junit
BuildRequires: jpackage-utils >= 0:1.7.5-10
-BuildRequires: jss >= 4.2.6-35
+BuildRequires: jss >= 4.2.6-40
BuildRequires: systemd-units
%if 0%{?rhel}
@@ -272,7 +272,7 @@ Group: System Environment/Libraries
Requires: java-headless >= 1:1.7.0
Requires: nss
Requires: jpackage-utils >= 0:1.7.5-10
-Requires: jss >= 4.2.6-35
+Requires: jss >= 4.2.6-40
Provides: symkey = %{version}-%{release}
@@ -326,7 +326,7 @@ Requires: jakarta-commons-httpclient
Requires: java-headless >= 1:1.7.0
Requires: javassist
Requires: jpackage-utils >= 0:1.7.5-10
-Requires: jss >= 4.2.6-35
+Requires: jss >= 4.2.6-40
Requires: ldapjdk
Requires: pki-base = %{version}-%{release}