aosp12/system/ca-certificates
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
files init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
google init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
soong init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
wfa_certs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.cacerts init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.cacerts

The filenames in the cacerts directory are in the format of <hash>.<n>
where "hash" is the subject hash produced by:

    openssl x509 -subject_hash_old -in filename

and the "n" is a unique integer identifier starting at 0 to deal
with collisions. See OpenSSL's c_rehash manpage for details.