summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 1548398 - Add freebl_gtest to nss.gyp, fix freebl_gtest cross-compilation...NSS_3_44_BETA1Kevin Jacobs2019-05-036-11/+29
* Bug 1540652 - softoken/sdb.c: Logically dead code, r=keelerKevin Jacobs2019-05-031-4/+2
* Bug 1548722 - Tranche of coverity fixes, r=jcjMartin Thomson2019-05-027-7/+12
* Backed out changeset 5059d47bd423 (bug 1548398) for GCC 4.8 failures in gcm.hJ.C. Jones2019-05-023-10/+6
* Bug 1548398 - Add freebl_gtest to nss.gyp, fix freebl_gtest cross-compilation...Kevin Jacobs2019-05-023-6/+10
* Bug 1487597 - Used sized pointer, fix name shadowing, a=bustageMartin Thomson2019-05-024-5/+5
* Bug 1487597 - Improve 0-RTT data delivery, r=ekrMartin Thomson2018-09-105-16/+261
* Bug 1543545 - Don't statically link freebl and util for pk11_gtest, a=bustageMartin Thomson2019-05-011-3/+1
* Bug 1543545 - Option to produce static libraries, r=kevinjacobsMartin Thomson2019-04-2911-19/+30
* Bug 1418944 - Quote CC/CXX variables passed to nspr r=franziskusHanno Boeck2017-11-201-2/+2
* Bug 1534468 - Fixup for C99, a=bustageMartin Thomson2019-04-261-1/+2
* Bug 1534468 - Fixup for 32-bit build, a=bustageMartin Thomson2019-04-261-2/+2
* Bug 1534468 - Expose ChaCha20 primitive through PKCS#11, r=ekrMartin Thomson2019-03-1211-23/+244
* Bug 1531244 - Don't define swap8b unless needed, a=bustageMartin Thomson2019-04-261-1/+1
* Bug 1531244 - Use __buildint_bswap64 in GCC 4.3+, r=m_katoMartin Thomson2019-04-261-1/+2
* Bug 1546925 - allow arbitrary leading text before try syntax,r=mtPeter Moore2019-04-251-1/+1
* Bug 1542741, certutil: fix error output when -F is specified, r=rrelyeaDaiki Ueno2019-04-081-1/+1
* Bug 1533616, update get attributes fix to preserve C_GetAttribute semanticsRobert Relyea2019-04-161-2/+6
* Bug 1532312, avoid reading from closed descriptor on Windows, a=bustageDaiki Ueno2019-04-081-2/+0
* Bug 1532312, recognize certificate_required alert, r=mtDaiki Ueno2019-04-086-5/+27
* Bug 1532312, add -E option to selfserv/tstclnt to enable post-handshake auth,...Daiki Ueno2019-04-084-17/+94
* Bug 1532312, fix transcript-hash calculation after handshake, r=mtDaiki Ueno2019-04-088-40/+257
* Bug 1540205 - Do not define ChaCha20Xor if NSS_DISABLE_CHACHAPOLY is defined....Edouard Oger2019-04-011-0/+2
* Bug 1521578, fix ASSERT_* usage in gtests for older compilers, a=bustageDaiki Ueno2019-03-291-6/+6
* Backed out changeset ea0995fa19f0, a=bustageDaiki Ueno2019-03-291-1/+0
* Bug 1521578 - Add x25519 parameter support in PKCS11, r=uenoAlexander Scheel2019-03-083-1/+71
* try: -p linux64 -u gtestsDaiki Ueno2019-03-291-0/+1
* Bug 1538479 - clang-format, a=bustageMartin Thomson2019-03-241-9/+8
* Bug 1538479 - Accept post-handshake messages after record layer separation ha...Martin Thomson2019-03-232-6/+60
* Bug 1532384 - In NSS test certificates, use @example.com (not @bogus.com). r=jcjKai Engert2019-03-0411-66/+66
* Bug 1531236 - Fixup gtests.sh paths properly, a=bustageMartin Thomson2019-03-211-1/+2
* Bug 1531236 - Fixup gtests.sh paths, a=bustageMartin Thomson2019-03-212-14/+20
* Bug 1536734 - Don't endian-swap on big endian machines, r=jcjMartin Thomson2019-03-201-0/+5
* Bug 1531236 - Accessor for certificate DER, r=jcjMartin Thomson2019-02-287-0/+77
* Bug 1533616 - improve sdb_GetAttributeValueNoLock so it only executes one sql...Dana Keeler2019-03-202-196/+151
* Bug 1533216 - check we actually got some certs in collect_certs r=jcjDana Keeler2019-03-204-8/+41
* Bug 1535370 - drop unnecessary queue:route:notify.. route from decision task;...Dustin J. Mitchell2019-03-201-1/+0
* Bug 1535370 - use schedulerId nss-level-{level}; r=jcj on a CLOSED TREEDustin J. Mitchell2019-03-201-1/+1
* Bug 1531244 - Use __builtin_bswap64 in crypto_primitives.h, r=mtMakoto Kato2019-03-202-2/+11
* Bug 1501542 - Part 2. Implement CheckARMSupport for Android. r=mtMakoto Kato2019-03-201-12/+56
* Bug 1501542 - Part 1. Use -mfpu=neon to compile NEON code. r=mtMakoto Kato2019-03-201-5/+5
* Set version numbers to 3.44 BetaJ.C. Jones2019-03-156-32/+7
* Bug 1529813 - Expose Hkdf-Expand-Label with mechanism, r=ekrMartin Thomson2019-03-155-12/+97
* Bug 1529308, amend earlier commit 68578ca0ba17f205e4f92512157368eaf1694eb3, w...Kai Engert2019-03-141-2/+0
* Bug 1517714 - Properly handle ESNI with HRR, r=mtEkr2019-03-145-10/+21
* Bug 1535122 - Align TLS 1.3 HKDF trace levels, r=mtEkr2019-03-141-1/+1
* Bug 1530472 - handle issue when server ECC key is in a token that doesn't han...Robert Relyea2019-03-073-6/+55
* Bug 1531074 - SECKEY_SetPublicValue derefs after null checks, r=rrelyeaNSS_3_43_BETA1Martin Thomson2019-02-281-2/+5
* Bug 1533087 - March 2019 batch of root changes r=kwilsonJ.C. Jones2019-03-062-2/+677
* Bug 1521174 - Add some initial S/MIME gtests r=mtJ.C. Jones2018-12-108-1/+269