summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag NSS_3_56_RTM for changeset 809ff9ff0140NSS_3_56_BRANCHKevin Jacobs2020-08-210-0/+0
* Set version numbers to 3.56 finalNSS_3_56_RTMKevin Jacobs2020-08-213-6/+6
* Added tag NSS_3_56_BETA1 for changeset 52c965eaffa1Kevin Jacobs2020-08-190-0/+0
* Bug 1659792 - Update libpkix tests with unexpired PayPal cert. r=jcjNSS_3_56_BETA1Kevin Jacobs2020-08-191-0/+0
* Bug 1659814 - Pull updated tls-interop for dependency fix. r=jcjKevin Jacobs2020-08-181-1/+1
* Bug 1656519 - NSS 3.56 should depend on NSPR 4.28. r=kaieKevin Jacobs2020-08-181-1/+1
* Bug 1625791 - Call STAN_GetCERTCertificate to load CERTCertificate trust befo...Kevin Jacobs2020-08-071-1/+9
* Bug 1588941 - Send empty client cert msg when signature scheme selection fail...Kevin Jacobs2020-08-072-14/+113
* Bug 1656981 - Use 64x64->128 multiply and MP_COMBA on x86_64 Mac. r=mtKevin Jacobs2020-08-073-7/+45
* Bug 1656429 - Clang-format fixup, r=bustageKevin Jacobs2020-08-071-1/+1
* Bug 1656429 - Correct RTT estimate used in anti-replay, r=kjacobsMartin Thomson2020-08-056-8/+126
* Bug 1656986 - special-case arm64 in detect_host_arch.py; r=jcjNathan Froyd2020-08-031-0/+2
* Bug 1654142 - Add CPU feature detection for Intel SHA extension. r=kjacobsMakoto Kato2020-07-313-0/+11
* Bug 1653975 - Set "all" as the default Makefile target r=jcj,rrelyeaJan-Marek Glogowski2020-07-291-7/+11
* Bug 1650702 - Use ARM's crypt extension for SHA1. r=kjacobsMakoto Kato2020-07-297-13/+344
* Fix more of the timeout issues on tests. (Drop expensive 4098 dh tests ).Robert Relyea2020-07-272-5/+21
* Bug 1648822 Add stricter validation of DH keys when in FIPS mode.Robert Relyea2020-07-2716-46/+5237
* Bug 1652729 - Add build flag to disable RC2 and relocate to lib/freebl/deprec...Benjamin Beurdouche2020-07-2411-13/+139
* Bug 1652032 Disable all freebl assembler code for MSVC arm64 r=rrelyea,bbeurd...Jan-Marek Glogowski2020-07-271-0/+7
* Set version numbers to 3.56 betaJ.C. Jones2020-07-245-12/+7
* Bug 1653310 - Backed out changeset ca207655b4b7, because with updated NSPR th...Kai Engert2020-07-221-14/+2
* Added tag NSS_3_55_BETA1 for changeset 0768baa431e7Kevin Jacobs2020-07-210-0/+0
* Bug 1653202 - Fix issue disabling other mechanisms when SEED is deprecated in...NSS_3_55_BETA1Benjamin Beurdouche2020-07-211-2/+2
* Bug 1652331 - NSS 3.55 should depend on NSPR 4.27. r=kaieKevin Jacobs2020-07-211-1/+1
* Bug 1631573: Remove unnecessary scalar padding in ec.c r=kjacobs,bbeurdoucheBilly Brumley2020-07-201-21/+0
* Bug 1653310 - On macOS check if nssckbi exists prior to loading it. r=kjacobsKai Engert2020-07-201-2/+14
* Bug 1636771 - Disable PKCS11 incremental mode for ChaCha20. r=kjacobs,rrelyeaBenjamin Beurdouche2020-07-182-0/+50
* Bug 1636771 - Fix incorrect call to Chacha20Poly1305 by PKCS11. r=jcj,kjacobs...Benjamin Beurdouche2020-07-182-3/+10
* Bug 1637222 - Enforce IV length check for DES. r=kjacobs,jcjBenjamin Beurdouche2020-07-161-7/+4
* Bug 1631583 - ECC: constant time P-521 r=kjacobs,rrelyea,bbeurdoucheBilly Brumley2020-07-165-1/+11824
* Bug 1631583 - ECC: constant time P-384 r=bbeurdouche,rrelyeaBilly Brumley2020-07-166-1/+19681
* Bug 1643528 Cannot compile code with nss headers and -Werror=strict-prototypesRobert Relyea2020-07-131-1/+1
* Bug 1646324, advertise rsa_pkcs1_* schemes in CH and CR for certs, r=mtDaiki Ueno2020-07-105-13/+91
* Bug 1649648 - Fix null pointers passed as argument in pk11wrap/pk11pbe.c:886 ...Benjamin Beurdouche2020-07-092-9/+47
* Bug 1651520 - slotLock race in NSC_GetTokenInfo r=kjacobsJ.C. Jones2020-07-091-2/+4
* Bug 1649322 - Fix null pointer passed as argument in pk11wrap/pk11pbe.c:1246 ...Benjamin Beurdouche2020-07-092-4/+3
* Bug 1647752 - Update DTLS 1.3 implementation to draft-38. r=mtKevin Jacobs2020-07-0813-14/+99
* Bug 1067214 - Check minimum padding in RSA_CheckSignRecover. r=rrelyeaKevin Jacobs2020-07-072-0/+120
* Bug 1649633 - follow-up to make test comparisons in pk11_find_certs_unittest....Dana Keeler2020-07-061-94/+89
* Bug 1649633 - add PK11_FindEncodedCertInSlot r=kjacobs,jcjDana Keeler2020-07-065-79/+92
* Bug 1649487 - Fix bad assert in VFY_EndWithSignature. r=jcjAlexander Scheel2020-07-021-1/+1
* Bug 1649316 - Prevent memcmp to be called with a zero length in ssl/ssl3con.c...Benjamin Beurdouche2020-07-021-1/+1
* Bug 1646594 - Enable AVX2 if applicable on x86_64 with make 4.3 r=bbeurdoucheDanh2020-06-303-2/+10
* Bug 1649322 - Fix null pointer passed as argument in pk11wrap/pk11pbe.c:1246 ...Benjamin Beurdouche2020-06-301-0/+3
* Bug 1649226 - Add Wycheproof ECDSA tests. r=bbeurdoucheKevin Jacobs2020-06-296-0/+32377
* Bug 1649190 - Run cipher, sdr, and ocsp tests under standard test cycle. r=jcjKevin Jacobs2020-06-291-1/+1
* Set version numbers to 3.55 betaKevin Jacobs2020-06-265-17/+7
* Bug 1640516 - NSS 3.54 should depend on NSPR 4.26. r=kjacobsKai Engert2020-06-241-1/+1
* Added tag NSS_3_54_BETA1 for changeset 2bd2f3267dc5Kevin Jacobs2020-06-230-0/+0
* Bug 1646520 - Stricter leading-zero checks for ASN.1 INTEGER values. r=jcjNSS_3_54_BETA1Kevin Jacobs2020-06-221-4/+7