Skip to content

Commit

Permalink
Bug 1496124 - Populate public values for imported private keys, r=mt
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 6df6aad46f988901e197846c7845c9e845be84d7
extra : amend_source : cdc2c9bc29b9108ad6d481c3a2feef16d17a9dc3
extra : histedit_source : a9f67483dca90f1cb4207a480a2b84bebbd1baa0%2C99c4cdc7706e59ab4bd225caf6d17585c2adf0a3
  • Loading branch information
rjrelyea committed Nov 8, 2018
1 parent 85e5c1c commit d0478ef
Show file tree
Hide file tree
Showing 15 changed files with 653 additions and 22 deletions.
1 change: 1 addition & 0 deletions cmd/manifest.mn
Expand Up @@ -56,6 +56,7 @@ NSS_SRCDIRS = \
p7sign \
p7verify \
pk12util \
pk11importtest \
pk11ectest \
pk11gcmtest \
pk11mode \
Expand Down
43 changes: 43 additions & 0 deletions cmd/pk11importtest/Makefile
@@ -0,0 +1,43 @@
#! gmake
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

#######################################################################
# (1) Include initial platform-independent assignments (MANDATORY). #
#######################################################################

include manifest.mn

#######################################################################
# (2) Include "global" configuration information. (OPTIONAL) #
#######################################################################

include $(CORE_DEPTH)/coreconf/config.mk

#######################################################################
# (3) Include "component" configuration information. (OPTIONAL) #
#######################################################################

#######################################################################
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
#######################################################################

include ../platlibs.mk

#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #
#######################################################################

include $(CORE_DEPTH)/coreconf/rules.mk

#######################################################################
# (6) Execute "component" rules. (OPTIONAL) #
#######################################################################

#######################################################################
# (7) Execute "local" rules. (OPTIONAL). #
#######################################################################

include ../platrules.mk
15 changes: 15 additions & 0 deletions cmd/pk11importtest/manifest.mn
@@ -0,0 +1,15 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

CORE_DEPTH = ../..

MODULE = nss

CSRCS = pk11importtest.c \
$(NULL)

REQUIRES = seccmd

PROGRAM = pk11importtest

0 comments on commit d0478ef

Please sign in to comment.