summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set version numbers to 3.50 finalNSS_3_50_RTMJ.C. Jones2020-02-073-6/+6
* Added tag NSS_3_50_BETA2 for changeset b91bbf7a88c9J.C. Jones2020-02-050-0/+0
* Bug 1609673 - Conditionally compile out all libnssdbm glue if NSS_DISABLE_DBM...NSS_3_50_BETA2J.C. Jones2020-02-055-5/+38
* Added tag NSS_3_50_BETA1 for changeset de6ba04bb1f4Kevin Jacobs2020-02-040-0/+0
* 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
* Bug 1603438 - Fix native tools build failure due to lack of zlib include dir ...Giulio Benetti2020-01-072-0/+8
* Bug 1599514 - Update DTLS 1.3 support to draft-30 r=mtKevin Jacobs2020-01-0632-268/+1260
* This implements NIST SP800-108 Counter, Feedback, and Double PipelineRobert Relyea2020-01-0623-7/+167449
* Set version numbers to 3.50 BetaJ.C. Jones2020-01-034-7/+7
* Bug 1513586 - Set downgrade sentinel for client TLS versions lower than 1.2. ...Kevin Jacobs2020-01-022-24/+89
* Added tag NSS_3_49_BETA1 for changeset 9ecd41cd2fa3J.C. Jones2020-01-020-0/+0
* Bug 1606025 - Remove -Wmaybe-uninitialized warning in sslsnce.c r=jcjNSS_3_49_BETA1Giulio Benetti2020-01-021-2/+2
* Bug 1606119 - Fix PPC HW Crypto build failure r=jcjGiulio Benetti2020-01-021-2/+2
* Bug 1605545 - Fix memory leak in Pk11Install_Platform_Generate. r=mtAlex Henrie2020-01-011-2/+0
* Backed out changeset c351b2f60b40 (Bug 1574643) for crashes on early SSE4 CPUsJ.C. Jones2019-12-2040-8620/+4877
* Backed out changeset ac51d2490f9c (Bug 1574643) for crashes on early SSE4 CPUsJ.C. Jones2019-12-2020-197/+493
* Bug 1602288 - Fix build failure due to missing posix signal.h r=kjacobsGiulio Benetti2019-12-192-1/+2
* Bug 1588714 - Implement CheckARMSupport for Win64/aarch64. r=kjacobsMakoto Kato2019-12-124-3/+22
* Bug 1574643 - NSS changes for haclv2 r=jcj,kjacobsFranziskus Kiefer2019-12-1820-493/+197
* Bug 1574643 - haclv2 code r=kjacobsFranziskus Kiefer2019-12-1840-4877/+8620
* Bug 1585189 - Changed the algorithm used to encrypt NSS database entries, fro...Robert Relyea2019-11-2517-205/+796
* Bug 1603257 - Fix UBSAN issue in softoken CKM_NSS_CHACHA20_CTR initialization...Kevin Jacobs2019-12-122-6/+9
* Bug 1590001 - Additional HRR Tests. r=mtKevin Jacobs2019-12-101-0/+108
* Bug 1600144 - clang-format, a=bustageMartin Thomson2019-12-111-5/+7
* Bug 1600144 - Treat ClientHello with message_seq of 1 as a second ClientHello...Martin Thomson2019-11-292-0/+34