Check-in [d4b40c4076]
Overview
Comment:Updated authoritative DoD PKI cert source and updated to latest DoD certs
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:d4b40c4076fc0148d1c76aa4aa788eb404c5d518
User & Date: kvanals on 2015-06-29 16:31:30
Other Links: manifest | tags
Context
2015-07-03
00:42
CACKey 0.7.2 check-in: a0b997c021 user: kvanals tags: trunk, 0.7.2
2015-06-29
16:31
Updated authoritative DoD PKI cert source and updated to latest DoD certs check-in: d4b40c4076 user: kvanals tags: trunk
2015-03-22
06:25
Updated with latest set of DoD and Federal certs check-in: 133c2dbd45 user: rkeene tags: trunk
Changes

Modified build/certs/dod/Makefile from [678511107e] to [dcbc2db73e].

     1      1   all: cert-0.crt
     2      2   
     3      3   rel3_dodroot_2048.cac:
     4         -	wget -O "$@.new" http://dodpki.c3pki.chamb.disa.mil/rel3_dodroot_2048.cac
     5         -	mv "$@.new" "$@"
            4  +	wget -O Certificates_PKCS7_v4.1_DoD.zip http://iasecontent.disa.mil/pki-pke/Certificates_PKCS7_v4.1_DoD.zip
            5  +	unzip Certificates_PKCS7_v4.1_DoD.zip Certificates_PKCS7_v4.1_DoD/Certificates_PKCS7_v4.1_DoD.der.p7b
            6  +	mv Certificates_PKCS7_v4.1_DoD/Certificates_PKCS7_v4.1_DoD.der.p7b "$@"
            7  +	rm -rf Certificates_PKCS7_v4.1_DoD Certificates_PKCS7_v4.1_DoD.zip
     6      8   
     7      9   cert-%.crt: rel3_dodroot_2048.cac
     8     10   	idx=0; \
     9     11   	( \
    10     12   		openssl pkcs7 -in rel3_dodroot_2048.cac -inform DER -print_certs -text; \
    11     13   	) | while IFS='' read -r line; do \
    12     14   		if [ -z "$${line}" ]; then \

Modified cackey_builtin_certs.h from [9c64b878c6] to [12e127fbbb].

cannot compute difference between binary files