summaryrefslogtreecommitdiff
path: root/gtests/pk11_gtest
Commit message (Expand)AuthorAgeFilesLines
* Bug 1767883 - Need to add policy control to keys lengths for signatures. r=ns...Robert Relyea2023-03-031-1/+8
* Bug 1747957 - RSA OAEP Wycheproof JSON, r=jschanckMartin Thomson2023-01-122-69/+138
* Bug 1747957 - RSA decrypt Wycheproof JSON, r=jschanckMartin Thomson2023-01-121-20/+94
* Bug 1747957 - ECDSA Wycheproof JSON, r=jschanckMartin Thomson2023-01-121-19/+73
* Bug 1747957 - ECDH Wycheproof JSON, r=jschanckMartin Thomson2023-01-121-43/+194
* Bug 1747957 - PKCS#1v1.5 wycheproof json, r=nss-reviewers,nkulatovaMartin Thomson2023-01-121-86/+108
* Bug 1747957 - Use X25519 wycheproof json, r=nss-reviewers,jschanckMartin Thomson2023-01-128-255/+507
* Bug 1792821 - Updating the clang-format version to 10. r=jschanckAnna Weine2022-10-0710-42/+47
* Bug 1681099, pk11wrap: Tighten certificate lookup based on PKCS #11 URI, r=kj...Daiki Ueno2022-07-261-1/+34
* Bug 1757279 - Support UTF-8 library path in the module spec string. r=nss-rev...Masatoshi Kimura2022-03-221-0/+41
* Bug 1747957 - Use Wycheproof JSON for RSASSA-PSS, r=nss-reviewers,bbeurdoucheMartin Thomson2022-02-143-195/+369
* Bug 1748386 - Enable CKM_CHACHA20, r=rrelyeaMartin Thomson2022-01-112-154/+272
* Bug 1747316 - Use ASSERT_ macros to end failed tests early, r=nss-reviewers,j...Martin Thomson2021-12-281-4/+4
* Formatting for gtests/pk11_gtest/pk11_hpke_unittest.cc r=jschanckBenjamin Beurdouche2021-08-241-1/+1
* Bug 1709750 - Read HPKE vectors from official JSON, r=djacksonMartin Thomson2021-08-102-145/+461
* Bug 1693206 - Implement PKCS8 export of ECDSA keysRobert Relyea2021-06-306-13/+89
* fix clang format error from patch for bug 1709750NSS_3_65_BETA1Robert Relyea2021-05-111-1/+1
* Bug 1709750 - Disable HPKE test when fuzzing, r=bbeurdoucheMartin Thomson2021-05-061-0/+4
* Bug 1692930 - Update HPKE to final version, r=bbeurdoucheMartin Thomson2021-03-161-10/+0
* Bug 1702663 Need to support RSA PSS with Hashing PKCS #11 Mechanisms.Robert Relyea2021-04-018-201/+380
* Bug 1678398 - Add Export/Import functions for HPKE context. r=mtKevin Jacobs2021-01-251-0/+125
* Bug 1678398 - Update HPKE to draft-07. r=mtKevin Jacobs2021-01-251-234/+257
* Restore lost portion of the bleichenbacher timing batch that addressedRobert Relyea2020-12-221-3/+3
* Bug 1651411 New tlsfuzzer code can still detect timing issues in RSA operations.Robert Relyea2020-12-182-11/+30
* Bug 1682071 IKE Quick mode IPSEC give you incorrect keys if you are asking fo...Robert Relyea2020-12-173-0/+199
* Bug 1677207 - Replace references to TestCase, which is deprecated, with TestS...Kevin Jacobs2020-12-1120-104/+105
* Bug 1680400 - Fix memory leak in PK11_UnwrapPrivKey. r=bbeurdoucheNSS_3_60_BETA1Kevin Jacobs2020-12-041-0/+8
* Bug 1672823 - Add Wycheproof HMAC test cases. r=jcjKevin Jacobs2020-11-033-0/+76
* Bug 1672823 - Add Wycheproof HKDF test cases. r=bbeurdoucheKevin Jacobs2020-11-032-195/+145
* Bug 1672823 - Add Wycheproof DSA test cases. r=jcjKevin Jacobs2020-11-033-0/+81
* Bug 1666891 - Add PK11_Pub{Wrap,Unwrap}SymKeyWithMechanism r=mt,rrelyeaRobert Relyea2020-10-231-0/+67
* Bug 1668123 - Export CERT_AddCertToListHeadWithData and CERT_AddCertToListTai...Kevin Jacobs2020-10-231-0/+35
* Bug 1631890 - Add support for Hybrid Public Key Encryption (draft-irtf-cfrg-h...Kevin Jacobs2020-10-123-0/+549
* Bug 1667153 - Add PK11_ImportDataKey API. r=rrelyeaKevin Jacobs2020-09-241-40/+48
* Bug 1636771 - Disable PKCS11 incremental mode for ChaCha20. r=kjacobs,rrelyeaBenjamin Beurdouche2020-07-181-0/+49
* Bug 1636771 - Fix incorrect call to Chacha20Poly1305 by PKCS11. r=jcj,kjacobs...Benjamin Beurdouche2020-07-181-2/+9
* Bug 1649648 - Fix null pointers passed as argument in pk11wrap/pk11pbe.c:886 ...Benjamin Beurdouche2020-07-091-7/+41
* Bug 1067214 - Check minimum padding in RSA_CheckSignRecover. r=rrelyeaKevin Jacobs2020-07-071-0/+114
* Bug 1649633 - follow-up to make test comparisons in pk11_find_certs_unittest....Dana Keeler2020-07-061-94/+89
* Bug 1649633 - add PK11_FindEncodedCertInSlot r=kjacobs,jcjDana Keeler2020-07-061-0/+49
* Bug 1649226 - Add Wycheproof ECDSA tests. r=bbeurdoucheKevin Jacobs2020-06-291-0/+48
* Bug 1622033 - Disable flag for SEED deprecation. r=kjacobs,rrelyeaBenjamin Beurdouche2020-05-052-3/+20
* Bug 1619959 - Properly handle multi-block SEED ECB inputs. r=bbeurdouche,jcjKevin Jacobs2020-04-301-28/+37
* Bug 1630721 Softoken Functions for FIPS missing r=mtRobert Relyea2020-04-163-0/+125
* Bug 1612260 - Add Wycheproof vectors for RSA PKCS1 and PSS signing, PKCS1 and...Kevin Jacobs2020-04-066-92/+388
* Bug 1561637 TLS 1.3 does not work in FIPS modeRobert Relyea2020-03-301-12/+129
* Bug 1623374 Need to support the new PKCS #11 Message interface for AES GCM an...Robert Relyea2020-03-192-0/+435
* Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=daiki r=mhoyeRobert Relyea2020-02-182-11/+11
* Bug 1612259 - Add Wycheproof vectors for P384 and P521 ECDH. r=bbeurdoucheKevin Jacobs2020-02-241-3/+9
* Bug 1604596 - Update Wycheproof vectors and add support for CBC, P256-ECDH, a...Kevin Jacobs2020-01-168-26/+195