summaryrefslogtreecommitdiff
path: root/cmd/libpkix/testutil
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1807911 - Remove +x permissions on source code r=nss-reviewers,bbeurdoucheSylvestre Ledru2022-12-302-0/+0
| | | | Differential Revision: https://phabricator.services.mozilla.com/D165677
* Bug 1629553 Merge simple config.mk files r=rrelyeaJan-Marek Glogowski2020-05-051-0/+1
| | | | | | | | | | | There is really no good reason to explicitly change the TARGET variable. And the empty SHARED_LIBRARY variable should also be in the manifest.mn to begin with. All the other empty variables start empty or undefined, so there is also no need to explicitly set them empty. Differential Revision: https://phabricator.services.mozilla.com/D70691
* Bug 1629553 Rework the LIBRARY_NAME ruleset r=rrelyeaJan-Marek Glogowski2020-05-051-8/+1
| | | | | | | | | | | | | | * Drop the WIN% "32" default DLL suffix * Add default resource file handling => drop default RES * Generate IMPORT_LIBRARY based on IMPORT_LIB_SUFFIX and SHARED_LIBRARY, so we can drop all the explicit empty IMPORT_LIBRARY lines Originally this patch also tried to add a default MAPFILE rule, but this fails, because the ARCH makefiles set linker flags based on an existing MAPFILE variable. Differential Revision: https://phabricator.services.mozilla.com/D70369
* Bug 290526 Drop recursive private_exports r=rrelyeaJan-Marek Glogowski2020-05-051-1/+0
| | | | | | | Copying private headers is now simply included in the exports target, as these headers use an extra directory anyway. Differential Revision: https://phabricator.services.mozilla.com/D69021
* Bug 1295115 - follow up to clang-format for CI, r= kaieFranziskus Kiefer2016-08-141-3/+2
|
* Bug 1254918 - clang-format NSS: cmd, r=kaieFranziskus Kiefer2016-04-214-775/+702
|
* Bug 876352 - certutil: (a) Warn if importing PEM file with private key (b) ↵Kai Engert2013-06-111-2/+2
| | | | fail if user attempts to import cert with requested "u" trust, r=rrelyea
* Bug 845556, reorganize NSS directory layout, moving files, very large ↵Kai Engert2013-02-288-0/+1780
changeset! r=wtc