summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backed out changeset b6677ae9067e (Bug 1612493) for Windows build failures.NSS_3_51_BETA2Kevin Jacobs2020-03-0316-1222/+1254
* Backed out changeset d5deac55f543Kevin Jacobs2020-03-0315-4593/+44
* Added tag NSS_3_51_BETA1 for changeset b17a367b83deKevin Jacobs2020-03-020-0/+0
* 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-2815-44/+4593
* Bug 1617533 - Update of HACL* after libintvector.h and coding style changes. ...Benjamin Beurdouche2020-02-2816-1254/+1222
* Bug 1608892 - Update DTLS 1.3 to draft-34 r=mtKevin Jacobs2020-02-2720-245/+476
* Bug 1617387 fix compiler warning r=jcjJean-Luc Bonnafoux2020-02-241-1/+1
* Bug 1612259 - Add Wycheproof vectors for P384 and P521 ECDH. r=bbeurdoucheKevin Jacobs2020-02-246-13/+47545
* Bug 1609751 - Additional tests for mp_comba r=mtKevin Jacobs2020-02-192-0/+52
* 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-186-17/+90
* 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-142-8/+18
* Bug 1614870 - Free sid->peerID before reallocating in ssl_DecodeResumptionTok...Kevin Jacobs2020-02-122-2/+36
* bug 1538980 - null-terminate ascii input in SECU_ReadDERFromFile so strstr is...Dana Keeler2020-02-112-14/+24
* Bug 1614786 - Fixup for ‘getFIPSEnv’ being unused r=kjacobsJ.C. Jones2020-02-111-1/+3
* Bug 1582169 - Disable reading /proc/sys/crypto/fips_enabled if FIPS is not en...Victor Tapia2020-02-112-0/+6
* Bug 1611209 - Value of CKM_AES_CMAC and CKM_AES_CMAC_GENERAL are swapped r=rr...Robert Relyea2020-02-101-2/+2
* Bug 1610687 - Crash on unaligned CMACContext.aes.keySchedule when using AES-N...Robert Relyea2020-02-101-6/+7
* Set version numbers to 3.51 betaJ.C. Jones2020-02-054-7/+7
* Bug 1609673 - Conditionally compile out all libnssdbm glue if NSS_DISABLE_DBM...J.C. Jones2020-02-055-5/+38
* Bug 1612623 - NSS 3.50 should depend on NSPR 4.25. r=kjacobsNSS_3_50_BETA1Kai Engert2020-02-031-1/+1
* Bug 1608151 - Introduce NSS_DISABLE_ALTIVEC and disable_altivec r=jcjGiulio Benetti2020-01-275-3/+21
* Bug 1602386 - clang-format r=bustageJ.C. Jones2020-01-271-3/+3
* Bug 1602386 - Fix build on FreeBSD/powerpc platforms. r=jcjPiotr Kubaj2020-01-272-2/+18
* Bug 1609181 - Detect ARM CPU features on FreeBSD. r=jcjJan Beich2020-01-271-0/+16
* Bug 1547639 - Update zlib to 1.2.11, r=jcjMartin Thomson2020-01-2225-1755/+2873
* Bug 1547639 - Automatic vendoring of zlib, r=jcjMartin Thomson2020-01-227-1016/+69
* Bug 1606992 - Follow-up to also cache most recent PBKDF1 hash (in addition to...Kai Engert2020-01-221-40/+114
* Bug 1608493 - Use AES-NI intrinsics for CBC and ECB decrypt when no assembly ...Kevin Jacobs2020-01-223-34/+96
* Bug 1604596 - Update Wycheproof vectors and add support for CBC, P256-ECDH, a...Kevin Jacobs2020-01-1627-4120/+49551
* Bug 1606992 - Permit sftk_PBELockInit being called multiple times. r=kjacobsKai Engert2020-01-171-2/+3
* Bug 1606992 - follow up to fix clang-format, whitespace only. rs=meKai Engert2020-01-171-7/+7
* Bug 1606992 - Follow-up to cleanup PBE cache code. r=kjacobsKai Engert2020-01-151-50/+67
* Bug 1605314 - Compare all 8 bytes of an mp_digit when clamping in Windows ass...Kevin Jacobs2020-01-032-13/+13
* Bug 1574643 - Check for AVX support before using vectorized ChaCha20 decrypt ...Kevin Jacobs2020-01-151-1/+1
* Bug 1573911 - Add RSA Encryption test r=jcjKevin Jacobs2020-01-143-0/+79
* Bug 1585429 - Add HKDF test vectors r=jcjKevin Jacobs2020-01-134-0/+287
* Bug 1608327 - Fixup for dc57fe5d65d4, add a default for softfp_cflags r=bustageJ.C. Jones2020-01-141-0/+1
* Bug 1607099 - Remove the buildbot configuration r=jcjSylvestre Ledru2020-01-144-635/+0
* Bug 1575843 - Detect AArch64 CPU features on FreeBSD r=jcjGreg V2020-01-141-11/+37
* Bug 1608327 - Fix freebl arm NEON code use on tier3 platforms. r=jcjMike Hommey2020-01-146-16/+25
* Bug 1574643 - NSS changes for haclv2 r=jcj,kjacobsFranziskus Kiefer2020-01-1420-493/+197
* Bug 1574643 - haclv2 code r=kjacobsFranziskus Kiefer2019-12-2140-4877/+8620
* Bug 1608895 - Install setuptools<45.0.0 until workers are upgraded to python3...Kevin Jacobs2020-01-131-1/+1
* Bug 1606992 - Cache the most recent PBKDF2 password hash, to speed up repeate...Kai Engert2020-01-112-1/+82
* Bug 1599603 - Remove .orig files accidentally committed in 4349f611f7b96de639...J.C. Jones2020-01-072-93534/+0