Re: dropping standalone ecl builds

2016-06-06 Thread Franziskus Kiefer
ome oddities that doesn't allow you to use CC/CXX properly in some cases, but that's a separate issue that hopefully gets fixed soon.) On Sat, Jun 4, 2016 at 3:38 PM, Hanno Böck <ha...@hboeck.de> wrote: > On Tue, 31 May 2016 07:56:21 +0200 > Franziskus Kiefer <fkie...@mozilla.com>

Re: please add nss-config script and/or pkg-config file

2016-06-03 Thread Franziskus Kiefer
Hi Thomas, thanks for your suggestion. I think it's reasonable to add config files. I filed a bug for it [1] and hope we'll add them soon. Cheers, Franziskus [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1277852 On Fri, May 20, 2016 at 9:54 AM, Thomas Klausner wrote: >

dropping standalone ecl builds

2016-05-26 Thread Franziskus Kiefer
Hi all, we intend to drop support for standalone ecl builds in NSS [1]. Before doing this we'd like to get feedback if anyone's still doing this. So if you're still building ecl, please let us know. Cheers, Franziskus [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1274967 -- dev-tech-crypto

Re: Disabling all uses of elliptical curves

2016-04-29 Thread Franziskus Kiefer
there's no runtime option but you can disable it at compile time with NSS_DISABLE_ECC, see [1] [1] https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Reference/NSS_environment_variables On Fri, Apr 29, 2016 at 3:44 PM, jonetsu wrote: > Hello, > > Is there a

Re: please add nss-config script and/or pkg-config file

2016-07-27 Thread Franziskus Kiefer
Hi Thomas, all, I just landed config scripts in NSS. NSS will be shipping them in pkg/pkg-config [1] from 3.27 on. Cheers, Franziskus [1] https://hg.mozilla.org/projects/nss/file/tip/pkg/pkg-config On Fri, Jun 3, 2016 at 3:59 PM, Franziskus Kiefer <fkie...@mozilla.com> wrote: >

[ANNOUNCE] NSS 3.29 Release

2017-02-07 Thread Franziskus Kiefer
The NSS team has released Network Security Services (NSS) 3.29, which is a minor release. This is a bug fix release. Below is a summary of the changes. Please refer to the full release notes for additional details:

Re: Building NSS on arm linux

2016-09-11 Thread Franziskus Kiefer
Hi, If you build on an ARM system, you don't have to change anything to the build process. It's the same as on other Linux systems. I'd recommend building a newer version though. NSS currently doesn't support cross-compilation for ARM from x86. Cheers On Fri, Sep 9, 2016 at 7:07 PM, 付付健

[ANNOUNCE] NSS 3.27.2 Release

2016-11-29 Thread Franziskus Kiefer
The NSS Development Team announces the release of NSS 3.27.2, which is a patch release to address a memory leak in the TLS implementation. No new functionality is introduced in this release. Notable Changes: * Bug 1318561 - SSL_SetTrustAnchors leaks The full release notes are available at

Re: valgrind reporting memory in use - expected?

2017-04-18 Thread Franziskus Kiefer
Calling those functions should be sufficient I think. I'm not sure about all the leaks. But some of them look familiar. There's a bug open for parts [1]. (I dropped the ball on that but we should get that landed soonish.) Cheers [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1187421 On Mon,

[ANNOUNCE] NSS 3.33 Release

2017-09-20 Thread Franziskus Kiefer
The NSS team has released Network Security Services (NSS) 3.33, which is a minor release. You can find the release notes at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.33_release_notes The HG tag is NSS_3_33_RTM. NSS 3.33 requires NSPR 4.17 or newer. NSS 3.31.1 source

Re: New to open source contribution

2017-10-04 Thread Franziskus Kiefer
Hi Supraja, the best place to start is probably the readme [1] that explains how to build and contribute to NSS. There's also a list with good-first-bugs in there [2] that you can look at. I also recommend hopping onto #nss at irc.mozilla.org for any questions you have about NSS. Cheers,

[ANNOUNCE] NSS 3.34 Release

2017-11-14 Thread Franziskus Kiefer
The NSS team has released Network Security Services (NSS) 3.34, which is a minor release. You can find the release notes at https://developer.mozilla.org/ en-US/docs/Mozilla/Projects/NSS/NSS_3.34_release_notes The HG tag is NSS_3_34_RTM. NSS 3.34 requires NSPR 4.17 or newer. NSS 3.34 source

Re: Email notice about NSS CVEs, such as CVE-2017-7805

2017-10-25 Thread Franziskus Kiefer
Hi Chris, looks like this slipped through when preparing the release notes. I'm very sorry. I updated the release notes for NSS 3.33 [1]. Cheers, Franziskus [1] https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.33_release_notes On Fri, Oct 13, 2017 at 11:50 PM, Chris Newman

[ANNOUNCE] NSS 3.36.4 and 3.37.3 Releases

2018-06-05 Thread Franziskus Kiefer
The NSS Development Team announces multiple compatibility patch releases: * NSS 3.36.4 for NSS 3.36 * NSS 3.37.3 for NSS 3.37 No new functionality is introduced in these releases. The following compatibility fixes are included. Users are encouraged to upgrade. * Bug 1461731 - Fix crash on

Re: Building the latest NSS with VS 2013

2018-01-18 Thread Franziskus Kiefer
Hi John, using MozillaBuild 2.x with VS 2015 should work fine. That's the only configuration at the moment that works for building NSS unfortunately. We're working on new build instructions for Windows. But newer MozillaBuild won't work and older VS version don't work either. Cheers, Franziskus

Re: selfserv and tstclnt on SNI

2018-02-12 Thread Franziskus Kiefer
Can you file bugs for the issues you found? On Fri, Feb 9, 2018 at 1:50 AM, Martin Thomson wrote: > These sound like simple bugs. Most are probably good first bugs for > someone looking to contribute. > > On Thu, Feb 8, 2018 at 6:13 PM, John Jiang >

Re: How do selfserv and tstclnt support ALPN?

2018-02-07 Thread Franziskus Kiefer
Hi, -Q was added in NSS 3.26 and adds, as described, "ALPN for HTTP/1.1 [RFC7301]". There's currently non way to set a custom ALPN. Cheers On Wed, Feb 7, 2018 at 12:03 PM, John Jiang wrote: > Hi, > I'm playing selfserv and tstclnt from a NSS 3.35 build. > Although

Re: how do I test if NSS supports an algorithm at build time?

2018-02-07 Thread Franziskus Kiefer
You should probably try to detect this at runtime. At compile time you can simply check if SEC_OID_CURVE25519 exists and fail (or do something else) if it doesn't. At runtime you could try using SEC_OID_CURVE25519 (with your own define to 355) and have a fallback if NSS gives you an error on

[ANNOUNCE] NSS 3.38 Releases

2018-06-22 Thread Franziskus Kiefer
The NSS team has released Network Security Services (NSS) 3.38, which is a minor release. You can find the release notes at https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.38_release_notes The HG tag is NSS_3_38_RTM. NSS 3.38 requires NSPR 4.19 or newer. NSS 3.38 source

Re: Web Cryptography API

2019-12-19 Thread Franziskus Kiefer
Hi Jason, which webcrypto features do you need? Firefox supports WebCrypto [1]. You can check out what's supported here [2]. Cheers [1] https://bugzilla.mozilla.org/show_bug.cgi?id=865789 [2] https://diafygi.github.io/webcrypto-examples/ On Fri, Dec 20, 2019 at 12:05 AM Jason Pyeron wrote: >