Commit Graph

104 Commits

Author SHA1 Message Date
e38a575d03 CHANGELOG: add entry for previous commit. 2021-08-04 22:20:37 -05:00
e4b5db9b34 make-ca,copy-trust-modifications: omit x-certificate-extension.p11kit and assume serverAuth 2021-08-04 22:17:50 -05:00
45e198f198 make-ca: remove accidently introduced debug output. 2021-08-04 21:29:31 -05:00
774b8d9792 make-ca: Complete removal of certname and minor text output fixes. 2021-08-04 21:11:41 -05:00
658a60fdb1 CHANGELOG: add missing changelog entries. 2021-08-04 20:41:19 -05:00
bb6015a224 make-ca: Use 'Subject:' line for certificate name, and use last OU= value for fallback. 2021-08-04 20:38:53 -05:00
fd033af881 make-ca: Use get_p11_label() for certificate name in output of local certs. 2021-08-04 20:35:31 -05:00
7d263b7491 Merge pull request #13 from renodr/patch-5
README: Trivial text change
2020-12-17 17:32:29 -06:00
1a1a26f0bd README: Trivial text change
In p11-kit-0.23.22, trust/trust-extract-compact.in has been renamed trust/trust-extract-compact.

See r23984 in BLFS
2020-12-16 10:41:36 -06:00
775b4c0c05 Merge pull request #12 from renodr/patch-4
make-ca.conf.dist: Fix typos in comment
2020-11-12 21:19:59 -06:00
7c49ba10b0 Merge pull request #11 from renodr/patch-3
make-ca: Update help text with typo fixes
2020-11-12 21:19:32 -06:00
6b25e52945 Merge pull request #10 from renodr/patch-2
README: Typo fixes
2020-11-12 21:19:06 -06:00
4f1065d9cd Merge pull request #9 from renodr/patch-1
CS.txt: Replace outdated URL with current URL
2020-11-12 21:18:35 -06:00
7b1d9b13ac Merge pull request #8 from renodr/master
CHANGELOG: Fix a few typos
2020-11-12 21:17:59 -06:00
f0f7cf2266 make-ca.conf.dist: Fix typos in comment 2020-11-12 20:49:53 -06:00
1de4957347 make-ca: Update help text with typo fixes 2020-11-12 20:49:08 -06:00
00f7dd61f9 README: Typo fixes 2020-11-12 20:42:58 -06:00
8c0091b2ad CS.txt: Replace outdated URL with current URL 2020-11-12 20:39:35 -06:00
a344a88b3b CHANGELOG: Fix a few typos 2020-11-12 20:34:58 -06:00
41c9ddb0b7 make-ca, CHANGELOG: post release version bump 2020-03-07 23:06:40 -06:00
88d6dc7f8c help2man: revert update (requires full perl environment) 2020-03-07 22:55:16 -06:00
fa868f361b make-ca,CHANGELOG: post release version bump 2020-03-07 22:46:04 -06:00
30f31a14f7 CHANGLOG: Add note about new help2man 2020-03-07 22:41:51 -06:00
f7a455a6b8 CHANGELOG: Typo 2020-03-07 22:40:11 -06:00
892378ecbe make-ca, include.h2m: Add detailed dependncy info and add note about configuration file 2020-03-07 22:37:27 -06:00
81786ef1c1 README: include prerequisites 2020-03-07 20:46:09 -06:00
11fa4267cd Update changelog. 2020-02-05 20:43:34 -06:00
c3b3a65eb1 Merge pull request #7 from xry111/makedep
Makefile: add dependency so "make install" won't need -j1
2020-02-05 19:01:14 -06:00
84d5ba706c Makefile: add dependency so "make install" won't need -j1
Now due to a missing dependency, "make install" will fail if
MAKEFLAGS="-j N" is set to $N > 1$.  Add an additional dependency to
fix it.
2020-02-05 14:47:02 +08:00
294389bfc4 make-ca: post release version bump 2019-09-10 22:19:12 -05:00
55a5f39c5a CHANGELOG: Add entry for previous change. 2019-09-10 22:15:30 -05:00
aa68b77848 Merge pull request #3 from knusbaum/master
make-ca: Allow generation of certs in DESTDIR.
2019-09-04 19:36:15 -05:00
fb36653128 README: add note about distribuion. 2019-09-04 19:34:44 -05:00
74be5b2754 Allow generation of certs in DESTDIR. 2019-09-04 11:20:59 -05:00
8b63f49f2b Post release version bump. 2019-04-13 00:13:32 -05:00
c7728786b8 Revert change to use /usr/bin/update-ca-certifiates for systemd service 2019-04-13 00:06:14 -05:00
5f9c836053 Redirect errors in copy-trust-modifications script
Use update-ca-certificates for systemd service
2019-04-12 23:11:01 -05:00
b616663f62 Update README 2019-04-12 22:53:30 -05:00
4b171eb701 Fix syntax error in check_arg() function 2019-04-12 22:32:02 -05:00
31e66e0c74 Remove unused variables saarg, csarg, and smarg in get_trust_values() function
Remove unused CERTLIST variable in copy-trust-modifications
Correct STDERR redirection in multiple functions
2019-04-12 22:20:20 -05:00
ddad9bbee0 Added write_nss_db() and write_java_p12() functions 2019-01-05 19:16:07 -06:00
a2b5c44153 Update README 2019-01-04 21:35:03 -06:00
1f668ec233 Fix filename 2019-01-01 20:16:40 -06:00
73c979f2b8 Update README and minor text modification 2019-01-01 20:09:21 -06:00
30fc33d7fe Changed default name of anchors list to use md5sums extension
Added copy-trust-modifcations script for use by p11-kit
2019-01-01 20:00:04 -06:00
7e305de608 Fix certificate label in local certificates 2019-01-01 19:35:19 -06:00
6832ac11b8 Added get_trust_values(), get_p11_trust(), and write_anchor() functions to eliminate duplicate code 2019-01-01 14:35:23 -06:00
5316943b46 Use md5sum values for anchors.txt to detect p11-kit changes
Added get_p11_label function to get reliable label values
2019-01-01 14:08:35 -06:00
33cdab2a45 Add anchorlist for use by p11-kit to utilize LOCALDIR 2018-12-28 00:41:01 -06:00
2526d6b813 Fix assignment of make-ca.conf 2018-12-01 17:26:26 -06:00