[ANNOUNCE] NSS 3.54 Release

2020-06-26 Thread Kevin Jacobs
The NSS team has released Network Security Services (NSS) 3.54 on *26 June 2020*, which is a minor release. The HG tag is NSS_3_54_RTM. NSS 3.54 requires NSPR 4.26 or newer. NSS 3.54 source distributions are available on ftp.mozilla.org for secure HTTPS download: - Source tarballs: https

[ANNOUNCE] NSS 3.52 Release

2020-05-05 Thread Kevin Jacobs
The NSS team has released Network Security Services (NSS) 3.52 on 1 May 2020, which is a minor release. The NSS team would like to recognize first-time contributors: zhujianwei7 and Hans Petter Jansson. The HG tag is NSS_3_52_RTM. NSS 3.52 requires NSPR 4.25 or newer. NSS 3.52 source distributi

Re: nss selfserv and extended_master_secret

2020-03-19 Thread Kevin Jacobs
There is no other mechanism for enabling it. You would need to go the modify/rebuild route, or build with NSS 3.48+. Thanks, Kevin On Thu, Mar 19, 2020 at 12:38 PM Brian Reichert wrote: > On Thu, Mar 19, 2020 at 12:00:32PM -0400, Brian Reichert wrote: > > On Thu, Mar 19, 2020 at 0

Re: nss selfserv and extended_master_secret

2020-03-19 Thread Kevin Jacobs
SSL_OptionSet with SSL_ENABLE_EXTENDED_MASTER_SECRET will do the trick, but I'm not aware of a config file option for this. NSS 3.48 enabled this by default, so if you're able to use a newer version, it should "just work". Thanks, Kevin On Thu, Mar 19, 2020 at 8:08 AM B

Re: nss selfserv and extended_master_secret

2020-03-19 Thread Kevin Jacobs
Brian, Can you try again with the "-G" option added to selfserv? Thanks, Kevin On Thu, Mar 19, 2020 at 6:57 AM Brian Reichert wrote: > I'm trying to develop some tests for confirming a TLS server honors > the Extended Master Secret extension (RFC 7627). > > I&#x

[ANNOUNCE] NSS 3.51 Release

2020-03-12 Thread Kevin Jacobs
The NSS team has released Network Security Services (NSS) 3.51 on 6 March 2020, which is a minor release. The HG tag is NSS_3_51_RTM. NSS 3.51 requires NSPR 4.25 or newer. NSS 3.51 source distributions are available on ftp.mozilla.org for secure HTTPS download: https://ftp.mozilla.org/pub/mozilla

[ANNOUNCE] NSS 3.46 Release

2019-08-30 Thread Kevin Jacobs
The NSS team has released Network Security Services (NSS) 3.46 on 30 August 2019, which is a minor release. The NSS team would like to recognize first-time contributors: Giulio Benetti, Louis Dassy, Mike Kaganski, and xhimanshuz. The HG tag is NSS_3_46_RTM. NSS 3.46 requires NSPR 4.22 or newer.

Re: [ANNOUNCE] NSS 3.36.8 and 3.44.1 Releases

2019-06-21 Thread Kevin Jacobs
On Friday, June 21, 2019 at 6:18:17 PM UTC-7, Paul Wouters wrote: > On Jun 21, 2019, at 19:25, Kevin Jacobs wrote: > > > > > > * NSS 3.36.8 for NSS 3.36 > > * NSS 3.44.1 for NSS 3.44 > > > > No new functionality is introduced in these releases. > &

[ANNOUNCE] NSS 3.36.8 and 3.44.1 Releases

2019-06-21 Thread Kevin Jacobs
The NSS Development Team announces multiple patch releases: * NSS 3.36.8 for NSS 3.36 * NSS 3.44.1 for NSS 3.44 No new functionality is introduced in these releases. The following fixes are included. Users are encouraged to upgrade. 3.36.8: * 1554336 - Optimize away unneeded loop in mpi.c *

NSS nssCKFWSession_Final does not cancel operation if the data is bad

2014-08-08 Thread Kevin Cleveland
Hello, If an invalid length buffer is passed to nssCKFWSession_Final, it does not reset the state of my operation, and all other attempts to decrypt fail with CKR_OPERATION_ACTIVE done: if (CKR_BUFFER_TOO_SMALL == error) { return error; } /* clean up our state */ nssCKFWCryptoOperati

Re: SunPKCS11 and NSS 3.11.4

2009-12-01 Thread Kevin Oberlies
have it generating AES keys and have it working like we intended in the first place. Thank you very much. Kevin Oberlies Student Software Developer CDM Technologies, Inc. (http://www.cdmtech.com) -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinf

Re: SunPKCS11 and NSS 3.11.4

2009-11-12 Thread Kevin Oberlies
catch (Exception ex) { > >             ex.printStackTrace(); > >         } > >     } > > > } > > Glen, > > Uninstalling ActiveClient also fixed the exception ("The specified > version of NSS is incompatible, 3.7 or later required").  Not entirely

Re: SunPKCS11 and NSS 3.11.4

2009-11-12 Thread Kevin Oberlies
catch (Exception ex) { > >             ex.printStackTrace(); > >         } > >     } > > > } > > Glen, > > Uninstalling ActiveClient also fixed the exception ("The specified > version of NSS is incompatible, 3.7 or later required").  Not entirely

Re: WISeKey root CA certificate inclusion request

2008-09-03 Thread Kevin Blackman
ove this request in two weeks time. If you have any > objections, or know of facts which might influence this decision, > please make them known before then. > > Frank > Hi Frank, Can you advise on the status of the approval of this request? Best regards, Kevin ___

Python Wrapper for NSS

2008-03-18 Thread Kevin
to wrap the pieces of NSS that I need, but if I dont have to reinvent the wheel, then that would be great too. Any suggestions? -- Kevin 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped ___ dev-tech-crypto