summaryrefslogtreecommitdiff
path: root/lib/ssl
Commit message (Expand)AuthorAgeFilesLines
* Bug 1786018 - Add explicit handling of zero length records. r=mtDennis Jackson2023-05-051-3/+8
* Bug 1829391 - Tidy up DTLS ACK Error Handling Path. r=mtDennis Jackson2023-05-051-4/+11
* Bug 1819958. Removed deprecated sprintf function and replaced with snprintf. ...Noah Lokocz2023-03-161-3/+3
* Bug 1820175 - PR_STATIC_ASSERT is cursed. r=jschanckDennis Jackson2023-03-061-2/+2
* Bug 1767883 - Need to add policy control to keys lengths for signatures. r=ns...Robert Relyea2023-03-031-10/+29
* Bug 1820175 - Fix various compiler warnings in NSS. r=jschanck.Dennis Jackson2023-03-031-1/+1
* Backed out changeset 761e7d215e0a for causing gtest failuresNSS_3_89_BETA1John M. Schanck2023-03-021-29/+10
* Bug 1767883 Need to add policy control to keys lengths for signatures.Robert Relyea2022-12-191-10/+29
* Bug 1815167: Tolerate certificate_authorities xtn in ClientHello. r=mt,nss-re...Dennis Jackson2023-02-224-1/+13
* Bug 1789436: Fix build failure on Windows. r=bbeurdoucheDennis Jackson2023-02-201-9/+11
* Bug 1804688 - Correct addition of GREASE value to ALPN xtn. r=mtDennis Jackson2023-02-151-25/+15
* Bug 1789436 - CH extension permutation. r=djacksonLeander Schwarz2023-02-157-1/+91
* Bug 1570615: TLS GREASE (RFC8701) r=djacksonLeander Schwarz2023-02-1514-25/+428
* Bug 1812671 - build failure while implicitly casting SECStatus to PRUInt32. r...František Krenželok2023-01-302-2/+2
* Bug 1212915 - Add check for ClientHello SID max length. This is tested by Bog...NSS_3_88_BETA1Leander Schwarz2023-01-161-1/+3
* Bug 1771100 - Added EarlyData ALPN test support to BoGo shim. r=djacksonLeander Schwarz2023-01-162-12/+20
* Bug 1790357: ECH client - Discard resumption TLS < 1.3 Session(IDs|Tickets) i...Leander Schwarz2023-01-161-0/+8
* Bug 1714245 - On HRR skip PSK incompatible with negotiated ciphersuites hash ...Leander Schwarz2023-01-162-1/+17
* Bug 1789410 - ECH client: Send ech_required alert on server negotiating TLS 1...Leander Schwarz2023-01-164-29/+30
* Bug 1774654 tstclnt crashes when accessing gnutls server without a user cert ...Robert Relyea2022-12-081-5/+5
* Bug 1792821 - Modification of the primes.c and dhe-params.c in order to have ...Anna Weine2022-10-311-2944/+368
* Bug 1796407 - Fix -Wunused-but-set-variable warning from clang 15. r=nss-revi...Mike Hommey2022-10-201-1/+1
* Bug 1796280 - Fix -Wunused-{function,variable,but-set-variable} warnings on W...Mike Hommey2022-10-191-0/+2
* Bug 1796079 - Fix -Wstring-conversion warnings. r=nss-reviewers,mtMike Hommey2022-10-191-5/+5
* Bug 1792821 - Updating the clang-format version to 10. r=jschanckAnna Weine2022-10-077-518/+3098
* Bug 1563221 remove older oses that are unused part3/ BeOS r=nss-reviewers,dja...Ludovic Hirlimann2022-09-078-20/+16
* Bug 1563221 remove support for older unix in NSS part 1 OSF r=nss-reviewers,d...Ludovic Hirlimann2022-09-071-2/+0
* Bug 1779361 - Removed skipping of ECH on equality of private and public SNI s...Leander Schwarz2022-08-261-5/+0
* Bug 1779370 - Added Bogo shim client HRR test support. Fixed overwriting of C...Leander Schwarz2022-08-261-1/+6
* Bug 1779234 - Added check for server only sending ECH extension with retry co...Leander Schwarz2022-08-262-7/+37
* Bug 1771100 - Added ECH client support to BoGo shim. Changed CHInner creation...Leander Schwarz2022-08-262-0/+15
* Bug 1771100 - Added ECH server support to BoGo shim. Fixed NSS ECH server acc...Leander Schwarz2022-08-268-33/+86
* Bug 1779285: Add no_application_protocol alert handler and test client error ...Dennis Jackson2022-07-131-0/+3
* Bug 1617956 - Add support for asynchronous client auth hooks. r=mtDennis Jackson2022-06-169-127/+309
* Bug 1765383 - GatherBuffer: Reduced plaintext buffer allocations by allocatin...Leander Schwarz2022-06-103-18/+47
* Bug 1764788 - Correct invalid record inner and outter content type alerts. r=...Leander Schwarz2022-05-173-4/+34
* Bug 1765753 - TLS 1.3 Server: Send protocol_version alert on unsupported Clie...Leander Schwarz2022-05-171-2/+8
* Bug 1765753 - Added RFC8422 compliant TLS <= 1.2 undefined/compressed ECPoint...Leander Schwarz2022-05-171-1/+9
* Bug 1755264 - Added TLS 1.3 zero-length inner plaintext checks and tests, zer...NSS_3_78_BETA1Leander Schwarz2022-04-212-4/+41
* Bug 1294978 - Reworked overlong record size checks and added TLS1.3 specific ...Leander Schwarz2022-04-214-41/+119
* Bug 1763120 - Add ECH Grease Support to tstclnt r=nss-reviewers,jschanckDennis Jackson2022-04-211-1/+0
* Bug 1166338 - Change SSL_REUSE_SERVER_ECDHE_KEY default to false. r=djacksonJohn M. Schanck2022-04-212-2/+2
* Bug 1759525 - Add SetTls13GreaseEchSize to experimental API. r=mtDennis Jackson2022-03-226-2/+37
* Bug 1755264 - TLS 1.3 Illegal legacy_version handling/alerts. r=djacksonLeander Schwarz2022-03-221-0/+11
* Bug 1755904 - Fix calculation of ECH HRR Transcript. r=mtDennis Jackson2022-03-221-1/+6
* Bug 1552254 internal_error alert on Certificate Request with sha1+ecdsa in TL...Robert Relyea2022-03-188-72/+303
* Bug 1751157 - Throw illegal_parameter alert for illegal extensions in handsha...Leander Schwarz2022-02-101-3/+14
* Bug 1749475 - Avoid undefined shift in SSL_CERT_IS while fuzzing. r=nss-revie...John M. Schanck2022-01-191-0/+5
* Bug 1725938 - Tidy up error handling r=mtDennis Jackson2021-12-171-15/+40
* Bug 1728281 - Server only sends GREASE HRR extension if enabled by preference...Dennis Jackson2021-12-172-4/+11