Resolves: rhbz #1074208,1331596

-PKI Ticket #801
This commit is contained in:
Christina Fu 2016-05-19 16:35:26 -07:00
parent 94b8206fde
commit f2ae793e30
2 changed files with 3 additions and 3 deletions

View File

@ -1811,7 +1811,7 @@ diff -up ./mozilla/security/jss/org/mozilla/jss/tests/SymKeyDeriving.java.jmagne
+ } + }
+ +
+ public static byte[] longToBytes(long x) { + public static byte[] longToBytes(long x) {
+ ByteBuffer buffer = ByteBuffer.allocate(Long.BYTES); + ByteBuffer buffer = ByteBuffer.allocate(8);
+ buffer.putLong(x); + buffer.putLong(x);
+ return buffer.array(); + return buffer.array();
+ } + }

View File

@ -1,6 +1,6 @@
Name: jss Name: jss
Version: 4.2.6 Version: 4.2.6
Release: 39%{?dist} Release: 40%{?dist}
Summary: Java Security Services (JSS) Summary: Java Security Services (JSS)
Group: System Environment/Libraries Group: System Environment/Libraries
@ -203,7 +203,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu May 19 2016 Christina Fu <cfu@redhat.com> - 4.2.6-39 * Thu May 19 2016 Christina Fu <cfu@redhat.com> - 4.2.6-40
- Bugzilla 1074208 - pass up exact JSS certificate validation errors from NSS - Bugzilla 1074208 - pass up exact JSS certificate validation errors from NSS
(edewata) (edewata)
- Bugzilla 1331596 - Key archival fails when KRA is configured with lunasa. - Bugzilla 1331596 - Key archival fails when KRA is configured with lunasa.