Skip to content

Commit

Permalink
Bug 1671713 - land NSS 97751cd6d553 UPGRADE_NSS_RELEASE, r=jcj
Browse files Browse the repository at this point in the history
2020-11-03  Kevin Jacobs  <[email protected]>

	* gtests/common/testvectors/hmac-sha256-vectors.h,
	gtests/common/testvectors/hmac-sha384-vectors.h,
	gtests/common/testvectors/hmac-sha512-vectors.h,
	gtests/common/testvectors_base/test-structs.h,
	gtests/pk11_gtest/manifest.mn, gtests/pk11_gtest/pk11_gtest.gyp,
	gtests/pk11_gtest/pk11_hmac_unittest.cc:
	Bug 1672823 - Add Wycheproof HMAC test cases. r=jcj

	[97751cd6d553] [tip]

	* gtests/common/testvectors/hkdf-sha1-vectors.h,
	gtests/common/testvectors/hkdf-sha256-vectors.h,
	gtests/common/testvectors/hkdf-sha384-vectors.h,
	gtests/common/testvectors/hkdf-sha512-vectors.h,
	gtests/common/testvectors/hkdf-vectors.h,
	gtests/common/testvectors_base/test-structs.h,
	gtests/common/wycheproof/genTestVectors.py,
	gtests/pk11_gtest/manifest.mn,
	gtests/pk11_gtest/pk11_hkdf_unittest.cc:
	Bug 1672823 - Add Wycheproof HKDF test cases. r=bbeurdouche

	[5a02ca2617cf]

	* gtests/common/testvectors/dsa-vectors.h,
	gtests/common/testvectors_base/test-structs.h,
	gtests/common/wycheproof/genTestVectors.py,
	gtests/common/wycheproof/source_vectors/dsa_test.json,
	gtests/pk11_gtest/manifest.mn,
	gtests/pk11_gtest/pk11_dsa_unittest.cc,
	gtests/pk11_gtest/pk11_gtest.gyp:
	Bug 1672823 - Add Wycheproof DSA test cases. r=jcj

	[3ce42ead87f9]

	* lib/dev/devslot.c, lib/dev/devt.h:
	Bug 1663661 - Guard against NULL token in nssSlot_IsTokenPresent.
	r=jcj

	This patch addresses locking inconsistency in
	`nssSlot_IsTokenPresent` by retaining the slot lock for the duration
	of accesses to `slot->token`. This is already done correctly
	elsewhere. As a side effect, this introduces an ordering
	requirement: we take `slot->lock` followed by `session->lock`.

	[0ed11a5835ac]

2020-10-30  Kevin Jacobs  <[email protected]>

	* lib/pk11wrap/pk11pars.c:
	Bug 1670835 - Fixup for 6f79a7695812, add missing return value
	check. r=rrelyea

	[424974716ef0]

Differential Revision: https://phabricator.services.mozilla.com/D96073
  • Loading branch information
Kevin Jacobs committed Nov 6, 2020
1 parent ba9ddd4 commit 92af1fd
Show file tree
Hide file tree
Showing 22 changed files with 30,821 additions and 367 deletions.
2 changes: 1 addition & 1 deletion security/nss/TAG-INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
035110dfa0b9
97751cd6d553
1 change: 1 addition & 0 deletions security/nss/coreconf/coreconf.dep
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
*/

#error "Do not include this header file."

12,798 changes: 12,798 additions & 0 deletions security/nss/gtests/common/testvectors/dsa-vectors.h

Large diffs are not rendered by default.

1,053 changes: 1,053 additions & 0 deletions security/nss/gtests/common/testvectors/hkdf-sha1-vectors.h

Large diffs are not rendered by default.

1,309 changes: 1,309 additions & 0 deletions security/nss/gtests/common/testvectors/hkdf-sha256-vectors.h

Large diffs are not rendered by default.

1,644 changes: 1,644 additions & 0 deletions security/nss/gtests/common/testvectors/hkdf-sha384-vectors.h

Large diffs are not rendered by default.

1,983 changes: 1,983 additions & 0 deletions security/nss/gtests/common/testvectors/hkdf-sha512-vectors.h

Large diffs are not rendered by default.

161 changes: 0 additions & 161 deletions security/nss/gtests/common/testvectors/hkdf-vectors.h

This file was deleted.

Loading

0 comments on commit 92af1fd

Please sign in to comment.