summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag NSS_3_81_RTM for changeset 01d45a3c6d27NSS_3_81_BRANCHDennis Jackson2022-07-210-0/+0
* Set version numbers to 3.81 finalNSS_3_81_RTMDennis Jackson2022-07-213-6/+6
* Documentation: release notes for NSS 3.81Dennis Jackson2022-07-212-21/+69
* Added tag NSS_3_81_BETA1 for changeset 164849c15197Dennis Jackson2022-07-210-0/+0
* Bug 1777672 - Gracefully handle null nickname in CERT_GetCertNicknameWithVali...NSS_3_81_BETA1Kai Engert2022-07-181-4/+8
* Bug 1779285: Add no_application_protocol alert handler and test client error ...Dennis Jackson2022-07-132-0/+4
* Bug 1775359 - make NSS_SecureMemcmp 0/1 valued. r=nss-reviewers,mtJohn M. Schanck2022-07-111-10/+13
* Bug 1762831: Enable aarch64 hardware crypto support on OpenBSD. r=nss-reviewe...Christian Weisgerber2022-06-301-0/+16
* Set version numbers to 3.81 BetaJohn M. Schanck2022-06-235-12/+7
* Documentation: release notes for NSS 3.80John M. Schanck2022-06-232-18/+98
* Add libssl3 abi-check exception for SSL_ClientCertCallbackCompleteJohn M. Schanck2022-06-221-0/+5
* Bug 1774720 - Fix SEC_ERROR_ALGORITHM_MISMATCH entry in SECerrs.h. r=djacksonJohn M. Schanck2022-06-211-1/+1
* Set version numbers to 3.80 BetaNSS_3_80_BETA1Dennis Jackson2022-06-165-14/+6
* Bug 1617956 - Add support for asynchronous client auth hooks. r=mtDennis Jackson2022-06-1615-210/+724
* Bug 1497537, nss-policy-check: make unknown keyword check optional, r=rrelyeaDaiki Ueno2022-06-153-41/+182
* Bug 1765383 - GatherBuffer: Reduced plaintext buffer allocations by allocatin...Leander Schwarz2022-06-104-18/+74
* Bug 1773022: Mark 3.79 as an ESR release. r=nss-reviewers,bbeurdoucheDennis Jackson2022-06-102-3/+3
* Bug 1764206 - Bump nssckbi version number for June. r=nss-reviewers,jschanckDennis Jackson2022-06-101-2/+2
* Bug 1759815 - Remove Hellenic Academic 2011 Root. r=nss-reviewers,jschanckDennis Jackson2022-06-101-158/+0
* Bug 1770267 - Add E-Tugra Roots. r=nss-reviewers,jschanckDennis Jackson2022-06-101-0/+317
* Bug 1768970 - Add Certainly Roots. r=nss-reviewers,jschanckDennis Jackson2022-06-101-0/+265
* Bug 1764392 - Add DigitCert Roots r=nss-reviewers,jschanckDennis Jackson2022-06-101-0/+556
* Bug 1759794 - protect SFTKSlot needLogin with slotLock. r=rrelyeaJohn M. Schanck2022-06-082-16/+53
* Bug 1366464 - compare signature and signatureAlgorithm fields in legacy certi...John M. Schanck2022-06-073-0/+14
* Bug 1771497 - Uninitialized value in cert_VerifyCertChainOld. r=nss-reviewers...John M. Schanck2022-06-061-1/+4
* Bug 1771495 - unchecked return code in sec_DecodeSigAlg. r=nss-reviewers,djac...John M. Schanck2022-06-061-2/+2
* Bug 1771498 - Uninitialized value in cert_ComputeCertType. r=djacksonJohn M. Schanck2022-06-064-7/+10
* Bug 1760998 - avoid data race on primary password change. r=rrelyeaJohn M. Schanck2022-06-062-2/+12
* Bug 1769063 - replace ppc64 dcbzl intrinisic. r=nss-reviewers,bbeurdoucheJohn M. Schanck2022-06-061-4/+4
* Fix formatting of cpputil/databuffer.hJohn M. Schanck2022-06-011-1/+1
* Bug 1771036 - allow LDFLAGS override in makefile builds. r=nss-reviewers,djac...John M. Schanck2022-05-311-0/+4
* Set version numbers to 3.80 BetaDennis Jackson2022-05-313-11/+1
* Release notes for NSS 3.79Dennis Jackson2022-05-312-0/+71
* Release notes for NSS 3.68.4Dennis Jackson2022-05-312-2/+62
* Release notes for NSS 3.78.1Dennis Jackson2022-05-202-14/+81
* Bug 1771273 - cpputil/databuffer.h: add missing <cstdint> include r=nss-revie...Sergei Trofimovich2022-05-261-0/+1
* Bug 1769302 - NSS 3.79 should depend on NSPR 4.34. r=bbeurdoucheKai Engert2022-05-251-1/+1
* Bug 1767590 - Initialize pointers passed to NSS_CMSDigestContext_FinishMultip...Dennis Jackson2022-05-202-3/+3
* Bug 1766978 - improve error handling after nssCKFWInstance_CreateObjectHandle...NSS_3_79_BETA1John M. Schanck2022-05-191-5/+11
* Bug 1757075 NSS does not properly import or export pkcs12 files with large pa...Robert Relyea2022-03-184-20/+78
* Remove nspr.patch mistakenly committed in e3ac914bc684Dennis Jackson2022-05-171-121/+0
* Bug 1764788 - Correct invalid record inner and outter content type alerts. r=...Leander Schwarz2022-05-175-28/+256
* Bug 1765753 - TLS 1.3 Server: Send protocol_version alert on unsupported Clie...Leander Schwarz2022-05-172-6/+37
* Bug 1765753 - Added RFC8422 compliant TLS <= 1.2 undefined/compressed ECPoint...Leander Schwarz2022-05-172-1/+25
* Bug 1387919 - Fix secasn1d parsing of indefinite SEQUENCE inside indefinite G...John M. Schanck2022-05-164-3/+85
* Bug 1753315 - Add SECMOD_LockedModuleHasRemovableSlots. r=rrelyeaJohn M. Schanck2022-05-166-10/+60
* Bug 1769295 - selfserv and tstclnt should use PR_GetPrefLoopbackAddrInfo. r=r...Kai Engert2022-05-134-31/+181
* Bug 1454072 - Use of uninitialized pointer in lg_init after alloc fail. r=nss...John M. Schanck2022-05-111-6/+1
* Bug 1766907 - Update mercurial in clang-format docker image. r=mtJohn M. Schanck2022-05-061-1/+8
* Fix formatting of lib/mozpkix/include/pkix/pkixtypes.hJohn M. Schanck2022-05-031-5/+4