<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Timo Aaltonen pushed to branch upstream
at <a href="https://salsa.debian.org/freeipa-team/jss">FreeIPA packaging / jss</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/acd32ad132ace749dbb3638d6083e5f8730fdc26">acd32ad1</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2018-12-11T17:20:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix uninitialized return in PK11Store.c
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/871231d20f6e6956134c670d57087f121ffe0563">871231d2</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2018-12-11T17:20:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix unused variable warning in callbacks.c
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/3358f55c9b373b5dd4735cc53ff43ab96c65516d">3358f55c</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2018-12-11T17:29:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix NSS deprecation warnings
NSS has begun deprecating key.h and keyt.h, replacing them with keyhi.h
and keythi.h instead. Update our includes as appropriate.
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/58c879219c375d0b82fba0b8158641751db29c66">58c87921</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2018-12-18T16:02:07Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add fromOID to KeyWrapAlgorithm
This is a copy of the getKeyWrapAlgorithmFromOID method from PKI's
com.netscape.cmsutil.crypto.CryptoUtil. This introduces new OID members
with public scope to allow future code to use the OID values (especially
under the org.mozilla.jss.netscape.security package).
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/3069513edf558c26f3cd33101deeb3fe9cbda0a9">3069513e</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/x509/AlgorithmID.java
PKI path: base/util/src/netscape/security/x509/AlgorithmId.java
JSS path: org/mozilla/jss/netscape/security/x509/AlgorithmId.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/49cd68646153a457acd03df05be398f9255bfecb">49cd6864</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/util/Cert.java
PKI path: base/util/src/com/netscape/cmsutil/util/Cert.java
JSS path: org/mozilla/jss/netscape/security/util/Cert.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/3254759979c5fb17d452525fe198d2b948694b77">32547599</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/util/Utils.java
PKI path: base/util/src/com/netscape/cmsutil/util/Utils.java
JSS path: org/mozilla/jss/netscape/security/util/Utils.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/03184fa6f56d0291f57b222233c0dcadead81a6d">03184fa6</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/pkcs/PKCS10.java
PKI path: base/util/src/netscape/security/pkcs/PKCS10.java
JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS10.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/c483651e58a8d004872fb7b4739d4c8ee41f6a1a">c483651e</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/x509/GeneralNameInterface.java
PKI path: base/util/src/netscape/security/x509/GeneralNameInterface.java
JSS path: org/mozilla/jss/netscape/security/x509/GeneralNameInterface.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/692302fbff318b6574d64132ba5bcbe489d377d4">692302fb</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/x509/GeneralName.java
PKI path: base/util/src/netscape/security/x509/GeneralName.java
JSS path: org/mozilla/jss/netscape/security/x509/GeneralName.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/42d981ca0179e3babe931fa184ba219db803c076">42d981ca</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/pkcs/PKCS12KeyInfo.java
PKI path: base/util/src/netscape/security/pkcs/PKCS12KeyInfo.java
JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12KeyInfo.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/6f4d8d3fbd08d0a987571bf641b08469fcb3d06f">6f4d8d3f</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/pkcs/PKCS12.java
PKI path: base/util/src/netscape/security/pkcs/PKCS12.java
JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/03ff72c4debf7fff320094a6507696085fa889b2">03ff72c4</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/pkcs/PKCS12CertInfo.java
PKI path: base/util/src/netscape/security/pkcs/PKCS12CertInfo.java
JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12CertInfo.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/92433abe68510d5657015660edfb935ce72743ec">92433abe</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/util/ObjectIdentifier.java
This file was not modified from its JSS version with two exceptions:
encode was made public, and the test case was moved to the correct test
suite. This file is relatively unused within PKI, but is used by
Candlepin, so keeping the version in JSS is safe.
PKI path: base/util/src/netscape/security/util/ObjectIdentifier.java
JSS path: org/mozilla/jss/netscape/security/util/ObjectIdentifier.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/03a89f283cff1166cd51b207f1c3ce01e5e2710f">03a89f28</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/pkcs/PKCS12Util.java
This file was largely updated to keep the PKI version, with the
exception of jmagne's circular dependency fix with LDAP-JDK.
PKI path: base/util/src/netscape/security/pkcs/PKCS12Util.java
JSS path: org/mozilla/jss/netscape/security/pkcs/PKCS12Util.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/7c0603c1de1d7632d6299d642eaadf066f08a075">7c0603c1</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add netscape/security/x509/InvalidNetmaskException.java
This file was introduced into PKI after the original merge in jmagne's
485a5b6713c9fb087804b687da895e33775b2f4b.
PKI path: base/util/src/netscape/security/x509/InvalidNetmaskException.java
JSS path: org/mozilla/jss/netscape/security/x509/InvalidNetmaskException.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/d634011a4e2412990ab1d305aa2dee43d85f1130">d634011a</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add netscape/security/x509/CIDRNetmask.java
This file was introduced into PKI after the original merge in jmagne's
485a5b6713c9fb087804b687da895e33775b2f4b.
PKI path: base/util/src/netscape/security/x509/CIDRNetmask.java
JSS path: org/mozilla/jss/netscape/security/x509/CIDRNetmask.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/2d695690abda9e91ea9a2f81cd4a6c2cb9ab202b">2d695690</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update netscape/security/x509/IPAddressName.java
PKI path: base/util/src/netscape/security/x509/IPAddressName.java
JSS path: org/mozilla/jss/netscape/security/x509/IPAddressName.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/b3ed2d12ded1f33a433a16914bcc1f1938b9ac88">b3ed2d12</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add netscape/security/util/WrappingParams.java
This file was introduced into PKI after the original merge in jmagne's
485a5b6713c9fb087804b687da895e33775b2f4b.
PKI path: base/util/src/netscape/security/util/WrappingParams.java
JSS path: org/mozilla/jss/netscape/security/util/WrappingParams.java
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/8332be7fe107686306e5910f549d75aab39b500f">8332be7f</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T19:48:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Raise OID in KeyWrapAlgorithm
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/035a00d81f80377c90008edc71e4ca8590258e4d">035a00d8</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-14T20:03:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bump version number to v4.5.2
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/9e6de80b11fa107560b688e1ad3d305668bae630">9e6de80b</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-29T16:07:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">`make check` -> `make test` in README.md
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/06d8194a1055ae409c362ea500acbe1a494bf45e">06d8194a</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-29T16:11:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Bump NSS version to 3.30 for SSLAlert
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/9928cf6c51f6badf7d28ac490742d478dbbf32ad">9928cf6c</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-29T16:11:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add minimum NSS version to README.md
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/a5b0caf63837acfd876ee15e3823fbfdf5685432">a5b0caf6</a></strong>
<div>
<span>by Dinesh Prasanth M K</span>
<i>at 2019-01-31T14:54:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add exec method to execute shell commands with input
- This is an effort to move duplicate code from PKI code
base to JSS code base
- This chunk of code was originally introduced in PKI
code: https://github.com/dogtagpki/pki/pull/131
- This PR is a joined effort of:
https://github.com/dogtagpki/pki/pull/122
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/b554fba638e9805502774e0d03e92ffb64e0253d">b554fba6</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-31T21:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add support for JUnit tests to CMake
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/c08fb6fff7ce34b534f5e052250aecc9b9792851">c08fb6ff</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-31T21:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Migrate netscape.security testcases from PKI
These are the test cases currently run by CMake in PKI.
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/c15418a714ba2ea0b99f61c5ae301a064c904913">c15418a7</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-31T21:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Migrate unused test cases from PKI
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/bcfa4ebc8d668b2dac42856b9d379f5dbd900403">bcfa4ebc</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-31T21:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add netscape.security tests to CMake
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/b682cc2aaa2dc888d79ae401a0c514351da17683">b682cc2a</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-31T21:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document additional test dependencies
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/3af3ea67cfb3370b1604ece991d19e668e71a7aa">3af3ea67</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-31T21:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update jss.spec with hamcrest, junit4 dependencies
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/818753e494dd68c44e41d83f4a8417e1d7069fe5">818753e4</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-01-31T21:08:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update CI images with hamcrest, junit4 dependencies
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/3842bc8215f39eb600047e0fe33696a05a1521a0">3842bc82</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-02-11T22:30:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix parallel ctest execution
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/d49685e02a0e39a46c38b8344c075b9a6a176883">d49685e0</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-02-27T20:03:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[spec] ctest: --output-on-failure
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/2a263ebc4f54acb4f68d78dc570e63e6aa481a6e">2a263ebc</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-02-27T20:03:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use ctest --output-on-failure
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/f6fdceb2b5fb5cf0f634a0936385381ff58479e4">f6fdceb2</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-02-27T20:03:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove stylecheck Travis stage
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/906fdcf3cd34a9c1d20a1a8ed8164d315edd290e">906fdcf3</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-02-28T15:45:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add data directory for tests to use.
In addition to the two existing NSS DBs:
- `results/nssdb`
- `results/fips`
Add a new `results/data` directory for files created during tests.
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/9ba2467186eb2a6496eae79c065278e8065a79f4">9ba24671</a></strong>
<div>
<span>by Endi S. Dewata</span>
<i>at 2019-02-28T17:44:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fixed test package names
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/2bd0e5454819ac3212e082a819f4ecd5c5f03a84">2bd0e545</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-02-28T21:36:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix -Werror=sign-compare mistakes
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/1cbe38e172afdbde387d191b0dd6fed32ccad19f">1cbe38e1</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-02-28T21:36:18Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Whitelist accepted warnings
The accepted warnings are:
- cast-function-type -- due to NSPR's PRFileDesc dispatch
- unused-parameter -- due to JNI requiring extra parameters
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/1286c90edfa38010658499a93dd978454875ad36">1286c90e</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-03-01T15:10:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add JSS_ToByteArray JNI Helper method
This method converts the specified parameter to a JByteArray.
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/91bdf20ca2d3e9c88de65fb9859add72c88046e5">91bdf20c</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-03-01T15:10:03Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use JSS_ToByteArray in existing locations
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/91870d5b5898dcb1a82c3691449e50baa8fbd9ba">91870d5b</a></strong>
<div>
<span>by Endi S. Dewata</span>
<i>at 2019-03-01T20:01:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added Cert.sortCertificateChain()
The sortCertificateChain() has been moved from
com.netscape.cmsutil.crypto.CryptoUtil in PKI to
org.mozilla.jss.netscape.security.util.Cert in
JSS for reusability.
The version number has been updated to 4.5.3 such
that the JSS dependency can be set properly in
other packages.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/7cf5890dd55694358ebb5e5ba313f50dec7f5d4b">7cf5890d</a></strong>
<div>
<span>by Endi S. Dewata</span>
<i>at 2019-03-19T17:45:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added ChainSortingTest
A new ChainSortingTest has been added to validate
Cert.sortCertificateChain().
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/85bd98e7badf913d1704481e95ea853b631c1556">85bd98e7</a></strong>
<div>
<span>by Endi S. Dewata</span>
<i>at 2019-03-19T17:45:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Added .copr/Makefile
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/freeipa-team/jss/commit/77497a7ac9b8e6e28d9e26a4be4059154dd07118">77497a7a</a></strong>
<div>
<span>by Alexander Scheel</span>
<i>at 2019-03-19T17:45:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Release JSS v4.5.3
This release features improvements to fix TomcatJSS in FIPS mode (on
Tomcat v8.5+) and adds a missing Exec improvement to finalize the
replacement of nuxwdog.
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#354079a72b91a4280407c16a36f47d1986fd85a5">
.classpath
</a>
</li>
<li class="file-stats">
<a href="#eae40b507f9c3502accc6d7f8a39c9a7d9936b6f">
<span class="new-file">
+
.copr/Makefile
</span>
</a>
</li>
<li class="file-stats">
<a href="#dea01dd89a3b602828e630677fde5d77c06441c8">
.travis.yml
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#9476b08a5c3527067a65d63cb640555273d0ea4a">
cmake/JSSCommon.cmake
</a>
</li>
<li class="file-stats">
<a href="#9f3af9fef0e3976107ab469d0eb1c9684c9aa796">
cmake/JSSConfig.cmake
</a>
</li>
<li class="file-stats">
<a href="#a8a567af8ceb46f449dc0e7aaaf4ce0465d01d9e">
cmake/JSSTests.cmake
</a>
</li>
<li class="file-stats">
<a href="#8ef6e954989f98623a7c599f036efdd555ced6b3">
docs/dependencies.md
</a>
</li>
<li class="file-stats">
<a href="#063bf4b6263fbc45f86d361246396c742b514a97">
jss.spec
</a>
</li>
<li class="file-stats">
<a href="#d060b1b57a3488a669e60d6168b7b90edb50e1ae">
org/mozilla/jss/CryptoManager.c
</a>
</li>
<li class="file-stats">
<a href="#5f1bccd4a780c345403b16c2eeed0f2cc3d3f74a">
org/mozilla/jss/PK11Finder.c
</a>
</li>
<li class="file-stats">
<a href="#c57ffd211004cab7b8b3692b778e3a46adff7aa5">
org/mozilla/jss/asn1/ASN1Util.c
</a>
</li>
<li class="file-stats">
<a href="#22ef89faa6c2d80e69bf29aa85a64e21b1bbbb31">
org/mozilla/jss/crypto/KeyWrapAlgorithm.java
</a>
</li>
<li class="file-stats">
<a href="#85602debc8d87fdd0a1ea7cedea4db5dc8aa1035">
org/mozilla/jss/crypto/PQGParams.c
</a>
</li>
<li class="file-stats">
<a href="#7face6f7b97248310844893a8441930059e45b5f">
org/mozilla/jss/netscape/security/pkcs/PKCS10.java
</a>
</li>
<li class="file-stats">
<a href="#b54db7ea2132174f45ed28fcd2b218010be0eea8">
org/mozilla/jss/netscape/security/pkcs/PKCS12.java
</a>
</li>
<li class="file-stats">
<a href="#44199dd29dba06b9e4d2d3c2b182ac777a17cfc3">
org/mozilla/jss/netscape/security/pkcs/PKCS12CertInfo.java
</a>
</li>
<li class="file-stats">
<a href="#8572574ad675b1a1efac075852274af1e6c83b1e">
org/mozilla/jss/netscape/security/pkcs/PKCS12KeyInfo.java
</a>
</li>
<li class="file-stats">
<a href="#ef6201adee9f74be1d8432600633055d5a03960e">
org/mozilla/jss/netscape/security/pkcs/PKCS12Util.java
</a>
</li>
<li class="file-stats">
<a href="#7f64eb084ad68cb0a2628471897147ee58e4eea2">
org/mozilla/jss/netscape/security/util/Cert.java
</a>
</li>
<li class="file-stats">
<a href="#5f11445c6f5bdd87f52ebb9ffbe3aa107759a695">
org/mozilla/jss/netscape/security/util/ObjectIdentifier.java
</a>
</li>
<li class="file-stats">
<a href="#809fe30db253fe6df0d5bc401eb55ce8ef20bafb">
org/mozilla/jss/netscape/security/util/Utils.java
</a>
</li>
<li class="file-stats">
<a href="#ce8f9518ca06840b3502be53bc9b2c490de23ef3">
<span class="new-file">
+
org/mozilla/jss/netscape/security/util/WrappingParams.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#23608b7cebacb869a0ce38324678374340baaeb1">
org/mozilla/jss/netscape/security/x509/AlgorithmId.java
</a>
</li>
<li class="file-stats">
<a href="#6b4d848f651576de155dbd39b8b1ab50ef94a1f6">
<span class="new-file">
+
org/mozilla/jss/netscape/security/x509/CIDRNetmask.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#7241d29df1753da923d61e32383fec660d978ae6">
org/mozilla/jss/netscape/security/x509/GeneralName.java
</a>
</li>
<li class="file-stats">
<a href="#4d264033c812fe508c728e9e423dc187d686d3e9">
org/mozilla/jss/netscape/security/x509/GeneralNameInterface.java
</a>
</li>
<li class="file-stats">
<a href="#f7a072a97bb149a8879ff0979b2b1033b254f64f">
org/mozilla/jss/netscape/security/x509/IPAddressName.java
</a>
</li>
<li class="file-stats">
<a href="#8d7fd3a2bfd2257f25e0e47f4de35e2f4ef91a5c">
<span class="new-file">
+
org/mozilla/jss/netscape/security/x509/InvalidNetmaskException.java
</span>
</a>
</li>
<li class="file-stats">
<a href="#52d4b774fd2876a5f57ec12870c134851adfab1c">
org/mozilla/jss/pkcs11/PK11Cert.c
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">
—
<br>
<a href="https://salsa.debian.org/freeipa-team/jss/compare/0ee188a93f6efdee60a75284cbceb4a8fefcc4eb...77497a7ac9b8e6e28d9e26a4be4059154dd07118">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.
</p>
</div>
</body>
</html>