summaryrefslogtreecommitdiff
path: root/gtests
Commit message (Expand)AuthorAgeFilesLines
* Bug 1831983 - Add a constant time select function. r=mtHEADmasterJohn M. Schanck2023-05-173-0/+57
* Bug 1786018 - Add explicit handling of zero length records. r=mtDennis Jackson2023-05-051-14/+32
* Bug 1829391 - Tidy up DTLS ACK Error Handling Path. r=mtDennis Jackson2023-05-051-2/+2
* Bug 1786018 - Refactor zero length record tests. r=mtDennis Jackson2023-05-051-33/+55
* Bug 1829112 - Fix compiler warning via correct assert. r=nkulatova.Dennis Jackson2023-05-051-4/+4
* Bug 1767883 - Need to add policy control to keys lengths for signatures. r=ns...Robert Relyea2023-03-032-3/+32
* Bug 1820175 - Fix various compiler warnings in NSS. r=jschanck.Dennis Jackson2023-03-033-29/+7
* Backed out changeset 761e7d215e0a for causing gtest failuresNSS_3_89_BETA1John M. Schanck2023-03-021-24/+2
* Bug 1767883 Need to add policy control to keys lengths for signatures.Robert Relyea2022-12-191-2/+24
* Fix formatting in ssl_extension_unittest.ccDennis Jackson2023-02-231-2/+2
* Bug 1815167: Tolerate certificate_authorities xtn in ClientHello. r=mt,nss-re...Dennis Jackson2023-02-221-0/+18
* Bug 1789436: Fix build failure on Windows. r=bbeurdoucheDennis Jackson2023-02-201-0/+28
* Bug 1570615: Add interop tests for HRR and PSK to GREASE suite. r=mtDennis Jackson2023-02-151-0/+46
* Bug 1570615: Add presence/absence tests for TLS GREASE. r=mtDennis Jackson2023-02-153-7/+372
* Bug 1789436 - CH extension permutation. r=djacksonLeander Schwarz2023-02-156-0/+113
* Bug 1570615: TLS GREASE (RFC8701) r=djacksonLeander Schwarz2023-02-1510-120/+640
* Bug 1212915 - Add check for ClientHello SID max length. This is tested by Bog...NSS_3_88_BETA1Leander Schwarz2023-01-161-1/+0
* Bug 1771100 - Added EarlyData ALPN test support to BoGo shim. r=djacksonLeander Schwarz2023-01-162-42/+131
* Bug 1790357: ECH client - Discard resumption TLS < 1.3 Session(IDs|Tickets) i...Leander Schwarz2023-01-161-4/+33
* Bug 1714245 - On HRR skip PSK incompatible with negotiated ciphersuites hash ...Leander Schwarz2023-01-161-1/+0
* Bug 1789410 - ECH client: Send ech_required alert on server negotiating TLS 1...Leander Schwarz2023-01-162-3/+11
* Bug 1771100 - Added Bogo ECH rejection test support. r=djacksonLeander Schwarz2023-01-162-9/+67
* Bug 1771100 - Added ECH 0Rtt support to BoGo shim. r=djacksonLeander Schwarz2023-01-163-5/+109
* Bug 1747957 - RSA OAEP Wycheproof JSON, r=jschanckMartin Thomson2023-01-1226-7834/+14449
* Bug 1747957 - RSA decrypt Wycheproof JSON, r=jschanckMartin Thomson2023-01-1211-27327/+5935
* Bug 1747957 - ECDSA Wycheproof JSON, r=jschanckMartin Thomson2023-01-1210-32339/+24352
* Bug 1747957 - ECDH Wycheproof JSON, r=jschanckMartin Thomson2023-01-125-51862/+194
* Bug 1747957 - PKCS#1v1.5 wycheproof json, r=nss-reviewers,nkulatovaMartin Thomson2023-01-1220-87156/+19489
* Bug 1747957 - Use X25519 wycheproof json, r=nss-reviewers,jschanckMartin Thomson2023-01-1211-11713/+508
* Bug 1792821 - Updating the clang-format version to 10. r=jschanckAnna Weine2022-10-0725-89/+81
* Bug 1771100 - Added bug reference and description to disabled *UnsolicitedSer...Leander Schwarz2022-08-261-1/+1
* Bug 1779361 - Removed skipping of ECH on equality of private and public SNI s...Leander Schwarz2022-08-261-1/+1
* Bug 1779357 - Added comment and bug reference to *ECH*RandomHRRExtension bogo...Leander Schwarz2022-08-261-1/+1
* Bug 1779370 - Added Bogo shim client HRR test support. Fixed overwriting of C...Leander Schwarz2022-08-262-1/+13
* Bug 1779234 - Added check for server only sending ECH extension with retry co...Leander Schwarz2022-08-262-2/+4
* Bug 1771100 - Added ECH client support to BoGo shim. Changed CHInner creation...Leander Schwarz2022-08-262-13/+49
* Bug 1771100 - Added ECH server support to BoGo shim. Fixed NSS ECH server acc...Leander Schwarz2022-08-262-1/+10
* Bug 1771100 - Update BoGo tests to recent BoringSSL version. r=djacksonLeander Schwarz2022-08-262-69/+90
* Bug 1784724 - Initialize local variables in TlsConnectTestBase::ConnectAndChe...Mike Hommey2022-08-151-3/+3
* Bug 1681099, pk11wrap: Tighten certificate lookup based on PKCS #11 URI, r=kj...Daiki Ueno2022-07-262-24/+234
* Bug 1779285: Add no_application_protocol alert handler and test client error ...Dennis Jackson2022-07-131-0/+1
* Bug 1617956 - Add support for asynchronous client auth hooks. r=mtDennis Jackson2022-06-163-81/+337
* Bug 1765383 - GatherBuffer: Reduced plaintext buffer allocations by allocatin...Leander Schwarz2022-06-101-0/+27
* Bug 1764788 - Correct invalid record inner and outter content type alerts. r=...Leander Schwarz2022-05-172-24/+222
* Bug 1765753 - TLS 1.3 Server: Send protocol_version alert on unsupported Clie...Leander Schwarz2022-05-171-4/+29
* Bug 1765753 - Added RFC8422 compliant TLS <= 1.2 undefined/compressed ECPoint...Leander Schwarz2022-05-171-0/+16
* Bug 1387919 - Fix secasn1d parsing of indefinite SEQUENCE inside indefinite G...John M. Schanck2022-05-163-0/+71
* Bug 1755264 - Added TLS 1.3 zero-length inner plaintext checks and tests, zer...NSS_3_78_BETA1Leander Schwarz2022-04-212-16/+295
* Bug 1294978 - Reworked overlong record size checks and added TLS1.3 specific ...Leander Schwarz2022-04-212-5/+233
* Bug 1166338 - Change SSL_REUSE_SERVER_ECDHE_KEY default to false. r=djacksonJohn M. Schanck2022-04-216-12/+8