summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag NSS_3_51_1_RTM for changeset 81a16f9b6562NSS_3_51_BRANCHKevin Jacobs2020-04-030-0/+0
* Set version numbers to 3.51.1 finalNSS_3_51_1_RTMKevin Jacobs2020-04-033-6/+6
* Added tag NSS_3_51_1_BETA1 for changeset 581ed41d0a8dKevin Jacobs2020-04-010-0/+0
* Set version numbers to 3.51.1 BetaNSS_3_51_1_BETA1Kevin Jacobs2020-03-273-9/+9
* Bug 1617968 - Update Delegated Credentials implementation to draft-07 r=mtKevin Jacobs2020-03-1618-80/+473
* Bug 1608250 KBKDF - broken fipstest handling of KI_len r=rrelyea p=cipherboyRobert Relyea2020-03-131-19/+19
* 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 1619056 - Update README: TLS 1.3 is not experimental anymore. r=jcjBenjamin Beurdouche2020-03-031-1/+1
* Bug 1619102 - Add workaround option to include both DTLS and TLS versions in ...Kevin Jacobs2020-03-095-0/+65
* Added tag NSS_3_51_RTM for changeset d3e6d637eaecKevin Jacobs2020-03-060-0/+0
* Set version numbers to 3.51 finalNSS_3_51_RTMKevin Jacobs2020-03-063-6/+6
* Added tag NSS_3_51_BETA2 for changeset 6e610ed9b196Kevin Jacobs2020-03-030-0/+0
* 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