Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 1.71 KB

manifest.mn

File metadata and controls

55 lines (49 loc) · 1.71 KB
 
1
2
3
4
5
6
7
8
9
#
# 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 = ../..
DEPTH = ../..
MODULE = nss
CPPSRCS = \
Jun 1, 2019
Jun 1, 2019
10
pk11_aes_gcm_unittest.cc \
Jul 12, 2016
Jul 12, 2016
11
pk11_aeskeywrap_unittest.cc \
Apr 16, 2020
Apr 16, 2020
12
pk11_aeskeywrapkwp_unittest.cc \
Oct 17, 2019
Oct 17, 2019
13
pk11_aeskeywrappad_unittest.cc \
May 16, 2019
May 16, 2019
14
pk11_cbc_unittest.cc \
Feb 11, 2016
Feb 11, 2016
15
pk11_chacha20poly1305_unittest.cc \
Feb 17, 2017
Feb 17, 2017
16
pk11_curve25519_unittest.cc \
Feb 24, 2019
Feb 24, 2019
17
pk11_der_private_key_import_unittest.cc \
Nov 1, 2019
Nov 1, 2019
18
pk11_des_unittest.cc \
Nov 3, 2020
Nov 3, 2020
19
pk11_dsa_unittest.cc \
Feb 2, 2017
Feb 2, 2017
20
pk11_ecdsa_unittest.cc \
Jan 16, 2020
Jan 16, 2020
21
pk11_ecdh_unittest.cc \
Nov 1, 2017
Nov 1, 2017
22
pk11_encrypt_derive_unittest.cc \
Sep 16, 2016
Sep 16, 2016
23
pk11_export_unittest.cc \
May 31, 2019
May 31, 2019
24
pk11_find_certs_unittest.cc \
Jan 13, 2020
Jan 13, 2020
25
pk11_hkdf_unittest.cc \
Nov 3, 2020
Nov 3, 2020
26
pk11_hpke_unittest.cc \
Nov 8, 2018
Nov 8, 2018
27
pk11_import_unittest.cc \
Jan 6, 2020
Jan 6, 2020
28
pk11_kbkdf.cc \
Feb 24, 2019
Feb 24, 2019
29
30
pk11_keygen.cc \
pk11_key_unittest.cc \
Nov 5, 2019
Nov 5, 2019
31
pk11_module_unittest.cc \
Nov 13, 2015
Nov 13, 2015
32
pk11_pbkdf2_unittest.cc \
Nov 17, 2015
Nov 17, 2015
33
pk11_prf_unittest.cc \
Oct 25, 2016
Oct 25, 2016
34
pk11_prng_unittest.cc \
Jan 14, 2020
Jan 14, 2020
35
pk11_rsaencrypt_unittest.cc \
Apr 6, 2020
Apr 6, 2020
36
pk11_rsaoaep_unittest.cc \
Jul 26, 2018
Jul 26, 2018
37
pk11_rsapkcs1_unittest.cc \
38
pk11_rsapss_unittest.cc \
Sep 26, 2019
Sep 26, 2019
39
pk11_seed_cbc_unittest.cc \
Nov 5, 2019
Nov 5, 2019
42
43
DEFINES += -DDLL_PREFIX=\"$(DLL_PREFIX)\" -DDLL_SUFFIX=\"$(DLL_SUFFIX)\"
Oct 27, 2016
Oct 27, 2016
44
INCLUDES += -I$(CORE_DEPTH)/gtests/google_test/gtest/include \
Feb 10, 2017
Feb 10, 2017
45
46
-I$(CORE_DEPTH)/gtests/common \
-I$(CORE_DEPTH)/cpputil
Oct 12, 2017
Oct 12, 2017
48
REQUIRES = nspr nss libdbm gtest cpputil
49
50
PROGRAM = pk11_gtest
May 18, 2016
May 18, 2016
51
Oct 12, 2017
Oct 12, 2017
52
53
54
55
EXTRA_LIBS = $(DIST)/lib/$(LIB_PREFIX)gtest.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)cpputil.$(LIB_SUFFIX) \
$(DIST)/lib/$(LIB_PREFIX)gtestutil.$(LIB_SUFFIX) \
$(NULL)