summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Bug 1720232 SQLite calls could timeout in starvation situations.Robert Relyea2021-07-155-0/+313
* Bug 1710773 NSS needs FIPS 180-3 FIPS indicators. r=mtRobert Relyea2021-05-113-6/+9
* Bug 1698419 - ECH -10 updates, r=bbeurdoucheMartin Thomson2021-03-171-7/+15
* Bug 1707130 NSS should use modern algorithms in PKCS#12 files by default r=mtRobert Relyea2021-05-045-106/+666
* Bug 1703936 New coverity/cpp scanner errors.Robert Relyea2021-04-088-26/+54
* Bug 1613235 - Clang-format for: POWER ChaCha20 stream cipher vector accelerat...NSS_3_63_BETA1Benjamin Beurdouche2021-03-101-7/+6
* Bug 1613235 - Add POWER ChaCha20 stream cipher vector acceleration. r=bbeurdo...aoeu2021-03-101-19/+65
* Bug 1694214 - tstclnt can't enable middlebox compat mode r=beurdoucheHubert Kario2021-02-271-1/+17
* Bug 1689228 - Minor ECH -09 fixes for interop testing, fuzzing. r=mtKevin Jacobs2021-01-312-27/+14
* Bug 1681585 - Add ECH support to selfserv. r=mtKevin Jacobs2021-01-241-3/+218
* Bug 1570539 - Removed -X alt-server-hello option from tstclnt r=kjacobsyogesh2020-12-031-1/+0
* Bug 1654332 - Update ESNI to draft-08 (ECH). r=mtKevin Jacobs2020-11-171-14/+40
* Bug 1652729 - Add build flag to disable RC2 and relocate to lib/freebl/deprec...Benjamin Beurdouche2020-07-241-3/+23
* Bug 1653202 - Fix issue disabling other mechanisms when SEED is deprecated in...NSS_3_55_BETA1Benjamin Beurdouche2020-07-211-2/+2
* Bug 1645479 - Use SECITEM_CopyItem instead of SECITEM_MakeItem in secutil.c. ...Kevin Jacobs2020-06-121-4/+4
* Bug 1603042 - Support external PSKs in tstclnt/selfserv. r=jcjKevin Jacobs2020-06-105-12/+169
* Bug 1642153 - Avoid infinite recursion when CHECKLOC is not set. r=jcjMike Hommey2020-06-031-0/+2
* Bug 1639033 - Fix signed-unsigned comparison warning in basicutil.c. r=kjacobsJeff Walden2020-05-191-1/+3
* Bug 1629553 Merge simple config.mk files r=rrelyeaJan-Marek Glogowski2020-05-0535-109/+35
* Bug 1629553 Rework the LIBRARY_NAME ruleset r=rrelyeaJan-Marek Glogowski2020-05-051-8/+1
* Bug 290526 Drop double-colon usage and add directory depends r=rrelyeaJan-Marek Glogowski2020-05-053-4/+5
* Bug 290526 Drop recursive private_exports r=rrelyeaJan-Marek Glogowski2020-05-0514-56/+2
* Bug 290526 Parallelize part of the NSS build r=rrelyeaJan-Marek Glogowski2020-05-051-2/+3
* Bug 1622033 - Disable flag for SEED deprecation. r=kjacobs,rrelyeaBenjamin Beurdouche2020-05-051-16/+40
* Bug 1629661 MPConfig calls in SSL initializes policy before NSS is initialize...Robert Relyea2020-04-141-8/+41
* Bug 1622555 - Fix lowhashtest argument parsing. r=kjacobsHans Petter Jansson2020-03-261-2/+2
* Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=ueno r=mtRobert Relyea2020-03-171-1/+1
* Bug 1603628 Update NSS to handle PKCS #11 v3.0 r=daiki r=mhoyeRobert Relyea2020-02-185-21/+19
* Bug 1608250 KBKDF - broken fipstest handling of KI_len r=rrelyea p=cipherboyRobert Relyea2020-03-131-19/+19
* bug 1538980 - null-terminate ascii input in SECU_ReadDERFromFile so strstr is...Dana Keeler2020-02-111-11/+11
* Bug 1603438 - Fix native tools build failure due to lack of zlib include dir ...Giulio Benetti2020-01-071-0/+4
* This implements NIST SP800-108 Counter, Feedback, and Double PipelineRobert Relyea2020-01-061-0/+523
* Bug 1605545 - Fix memory leak in Pk11Install_Platform_Generate. r=mtAlex Henrie2020-01-011-2/+0
* Bug 1590339 - Fix MemoryLeak in btoa.c. r=kjacobsMarcus Burghardt2019-10-221-0/+3
* Bug 1465613 - Fixup clang format a=bustageNSS_3_47_BETA2J.C. Jones2019-10-151-1/+1
* Bug 1465613 - Created two new fields for scheduled distrust from builtins and...Marcus Burghardt2019-10-112-55/+108
* Bug 1494063, add -x option to tstclnt/selfserv to export keying material, r=mtDaiki Ueno2019-09-278-8/+248
* Bug 1581024 - Fix pointer comparisons, a=bustageMartin Thomson2019-09-271-2/+3
* Bug 1581024 - fixup pointer wrap check to prevent it from being optimized out...Kevin Jacobs2019-09-241-1/+2
* Bug 1581759 - fix incorrect if condition in symkeyutil. r=kjacobsKai Engert2019-09-181-1/+1
* Bug 1581024 - Check for pointer wrap in derprint.c. r=jcjKevin Jacobs2019-09-181-1/+1
* Bug 1558313 - Fix clang warnings in pk11importtest.c and pkcs11.c r=marcusbur...Jenine2019-09-161-1/+3
* Bug 1579036 - Define error when trying to export non-existent cert with pk12u...Marcus Burghardt2019-09-101-0/+1
* Bug 1570501 - Expose AES-CMAC in PKCS #11 API, r=mtAlexander Scheel2019-08-301-0/+2
* Bug 1575968 - Add strsclnt option to enforce the use of either IPv4 or IPv6 r...Kevin Jacobs2019-08-231-7/+34
* Bug 1574220 - Fixup clang-format r=bustageJ.C. Jones2019-08-161-1/+1
* Bug 1574220 - Improve controls after errors in tstcln, selfserv and vfyserv c...Marcus Burghardt2019-08-153-5/+15
* Bug 1560806 - Increased the max size supported for softoken passwords. r=jcjMarcus Burghardt2019-07-263-3/+3
* Bug 1561588 - Remove -Wmaybe-uninitialized warning in p7env.c r=marcusburghar...Giulio Benetti2019-07-191-2/+2
* Bug 1561591 - Remove -Wmaybe-uninitialized warning in tstclnt.c r=marcusburgh...Giulio Benetti2019-07-101-1/+1