• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

unsigned_app_1/H03-May-2022-98

unsigned_app_origin/H03-May-2022-1110

unsigned_app_origin_toolkit_webapps/H03-May-2022-109

README.mdH A D11-Apr-2017449 1912

create_test_files.shH A D11-Apr-20176.2 KiB214128

nss_ctypes.pyH A D11-Apr-20174.4 KiB130103

sign_b2g_app.pyH A D11-Apr-20177.2 KiB175129

README.md

1This file contains the scripts and binary files needed to regenerate the signed
2files used on the signed apps test.
3
4Prerequisites:
5
6* NSS 3.4 or higher.
7* Python 2.7 (should work with 2.6 also)
8* Bash
9
10Usage:
11
12Run
13
14./create_test_files.sh
15
16The new test files will be created at the ./testApps directory. Just copy the
17contents of this directory to the test directory (dom/apps/tests/signed and
18security/manager/ssl/tests/unit) to use the new files.
19