Apparently nobody had created/uploaded a release archive for that new version.

You could obtain it by using the HG (mercurial) software, and by using the
release tag. The release notes page you mention refers to tag JSS_4_4_20170313.
I see there are also some newer tags in the JSS code repository, I don't know if
those are official patch releases, or untested snapshots.

Anyway, in order to obtain the code for release tag JSS_4_4_20170313 you could
use instructions like this:

- obtain and install the mercurial/HG software
- run the following commands:

  hg clone https://hg.mozilla.org/projects/jss/
  cd jss
  hg archive --prefix jss-4.4-20170313 \
     -r JSS_4_4_20170313 ../jss-4.4-20170313.tar.gz

If you need the .jar file, which had apparently been distributed for previous
releases, it looks like you'd have to build it yourself.

Kai



On Tue, 2017-08-29 at 21:35 +0000, Clark, Benjamin wrote:
> Hello,
> 
> I am trying to locate the most current JSS version. I believe it is version
> 4.4 but the Mozilla release notes page (https://developer.mozilla.org/en-US/do
> cs/Mozilla/Projects/NSS/JSS_4.4.0_Release_Notes) identifies a location for the
> source tarballs which doesn't exist (https://ftp.mozilla.org/pub/mozilla.org/s
> ecurity/jss/releases/JSS_4_4_0_RTM/src/<https://ftp.mozilla.org/pub/mozilla.or
> g/security/nss/releases/NSS_3_30_RTM/src/>;) There are no directories under
> the "releases" location newer than 4.3.
> 
> I use JSS 4.3 currently but need to start using JSS/NSS with TLS 1.2 which
> requires the 4.4 JSS upgrade. Can anyone point me to where the Mozilla
> community version of JSS 4.4 is available?
> 
> Thanks, Ben
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to