summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Set version numbers to 3.52.1 finalNSS_3_52_1_RTMJ.C. Jones2020-05-193-6/+6
* Bug 1631576 - Force a fixed length for DSA exponentiation r=pereida,bbrumleyRobert Relyea2020-04-231-10/+35
* Set version numbers to 3.52 finalNSS_3_52_RTMJ.C. Jones2020-05-013-6/+6
* Bug 1630925 - Guard all instances of NSSCMSSignedData.signerInfos r=kjacobsNSS_3_52_BETA2zhujianwei72020-04-301-2/+2
* Bug 1619959 - Properly handle multi-block SEED ECB inputs. r=bbeurdouche,jcjKevin Jacobs2020-04-302-5/+16
* Bug 1571677 Name Constraints validation: CN treated as DNS name even when syn...NSS_3_52_BETA1Robert Relyea2020-04-241-0/+9
* Bug 1633498 - Do not define getauxval on iOS targets. r=jcjEdouard Oger2020-04-271-1/+5
* Bug 1629663 NSS missing IKEv1 Quick Mode KDF prf r=kjacobsRobert Relyea2020-04-271-4/+5
* Bug 1629663 NSS missing IKEv1 Quick Mode KDF prf r=kjacobsRobert Relyea2020-04-205-25/+112
* Bug 1612881 - Maintain PKCS11 C_GetAttributeValue semantics on attributes tha...Kevin Jacobs2020-04-244-61/+270
* Bug 1531906 - Relax ssl3_SetSIDSessionTicket assertions to permit valid, evic...Kevin Jacobs2020-04-231-2/+3
* Bug 1630721 Softoken Functions for FIPS missing r=mtRobert Relyea2020-04-1615-116/+480
* Bug 1613238 - POWER SHA-2 digest vector acceleration. r=jcj,kjacobsLauri Kasanen2020-04-2111-100/+1940
* Bug 1603801 [patch] Avoid dcache pollution from sdb_measureAccess() r=mtRobert Relyea2020-04-181-9/+42
* Bug 1629655 ckfw needs to support temporary session objects. r=kjacobsRobert Relyea2020-04-132-5/+37
* Bug 1629661 MPConfig calls in SSL initializes policy before NSS is initialize...Robert Relyea2020-04-141-2/+13
* Bug 1629105 - Update PKCS11 module debug logger for v3.0 r=rrelyeaKevin Jacobs2020-04-132-8/+707
* Bug 1465613 Fix gmake issue create by the patch which adds ability to distrus...Robert Relyea2020-04-071-0/+6
* Bug 1623374 Need to support the new PKCS #11 Message interface for AES GCM an...Robert Relyea2020-03-269-404/+411
* Bug 1561637 TLS 1.3 does not work in FIPS mode r=mtRobert Relyea2020-04-068-141/+287
* Bug 1561637 TLS 1.3 does not work in FIPS modeRobert Relyea2020-03-306-164/+308
* Bug 1620799 - Clang-format fixup, r=bustageJ.C. Jones2020-04-011-1/+1
* Bug 1624864 - Don't force ARMv7 for gcm-arm32-neon r=jcjGiulio Benetti2020-04-011-1/+1
* Bug 1620799 - Introduce NSS_DISABLE_ARM32_NEON r=jcjGiulio Benetti2020-04-013-3/+18
* Bug 1624377 - Replace freebl flag -msse4 by -msse4.1 -msse4.2 which are suppo...Benjamin Beurdouche2020-03-262-12/+18
* Bug 1623374 Need to support the new PKCS #11 Message interface for AES GCM an...Robert Relyea2020-03-1930-167/+2228
* Bug 1624402 - Fix compilation error when NO_FORK_CHECK and CHECK_FORK_* are d...Kevin Jacobs2020-03-231-0/+2
* Bug 1624130 - Require CK_FUNCTION_LIST structs to be packed. r=rrelyeaKevin Jacobs2020-03-231-0/+2
* Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=ueno r=mtRobert Relyea2020-03-1715-53/+825
* Bug 1623184 - Clear ECX prior to cpuid, fixing query for Extended Features r=...Kevin Jacobs2020-03-181-1/+2
* Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=daiki r=mhoyeRobert Relyea2020-02-1846-945/+1961
* Bug 1617968 - Update Delegated Credentials implementation to draft-07 r=mtKevin Jacobs2020-03-1610-51/+241
* Bug 1608245 KBKDF - Consistently handle NULL slot/session r=kjacobsRobert Relyea2020-03-131-6/+10
* Bug 1618915 - Fix UBSAN issue in ssl_ParseSessionTicket r=jcj,bbeurdoucheKevin Jacobs2020-03-101-1/+3
* Bug 1618739 - Don't assert fuzzer behavior in SSL_ParseSessionTicket r=jcjKevin Jacobs2020-03-091-1/+4
* Bug 1619102 - Add workaround option to include both DTLS and TLS versions in ...Kevin Jacobs2020-03-094-0/+35
* Bug 1612493 - Fix Firefox build for Windows 2012 x64. r=kjacobsBenjamin Beurdouche2020-03-092-4/+4
* Set version numbers to 3.52 BetaKevin Jacobs2020-03-023-6/+6
* Bug 1614183 - Fixup, clang-format. r=meNSS_3_51_BETA1Kevin Jacobs2020-03-021-0/+2
* Bug 1614183 - Check if PPC __has_include(<sys/auxv.h>). r=kjacobsGiulio Benetti2020-03-021-0/+10
* Bug 1618400 - Fix unused variable 'getauxval' on OpenBSD/arm64 r=jcjKurt Miller2020-03-021-1/+1
* Bug 1612493 - Support for HACL* AVX2 code for Chacha20, Poly1305 and Chacha20...Benjamin Beurdouche2020-02-2811-43/+4554
* Bug 1617533 - Update of HACL* after libintvector.h and coding style changes. ...Benjamin Beurdouche2020-02-2815-1253/+1221
* Bug 1608892 - Update DTLS 1.3 to draft-34 r=mtKevin Jacobs2020-02-2713-69/+222
* Bug 1617387 fix compiler warning r=jcjJean-Luc Bonnafoux2020-02-241-1/+1
* Bug 1609751 - Additional tests for mp_comba r=mtKevin Jacobs2020-02-191-0/+3
* Bug 1561337: fix compiler warning r=jcjJean-Luc Bonnafoux2020-02-191-1/+1
* Bug 1615208 - Send DTLS version numbers in DTLS 1.3 supported_versions extens...Kevin Jacobs2020-02-184-16/+28
* Bug 1612177 - Set -march=armv7 when compiling gcm-arm32-neon, in order to ena...Mikael Urankar2020-02-122-1/+2
* Bug 1431940 - remove dereference before NULL check in BLAKE2B code. r=kjacobsDmitry Baryshkov2020-02-141-8/+6