system/ca-certificates
cpeng fdf2a6817f first commit 2025-08-25 08:01:50 +08:00
..
files first commit 2025-08-25 08:01:50 +08:00
google first commit 2025-08-25 08:01:50 +08:00
soong first commit 2025-08-25 08:01:50 +08:00
wfa_certs first commit 2025-08-25 08:01:50 +08:00
Android.bp first commit 2025-08-25 08:01:50 +08:00
METADATA first commit 2025-08-25 08:01:50 +08:00
OWNERS first commit 2025-08-25 08:01:50 +08:00
README.cacerts first commit 2025-08-25 08:01:50 +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.