Changeset 13822 in josm for trunk/src/org


Ignore:
Timestamp:
2018-05-23T19:24:42+02:00 (6 years ago)
Author:
Don-vip
Message:

fix #16307 - detect certificate used by Slovakian Government

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/CertificateAmendment.java

    r13701 r13822  
    161161     * Certificates looked into platform native keystore and not embedded in JOSM.
    162162     * Identifiers must match Windows/macOS keystore aliases and Unix filenames for efficient search.
     163     * To find correct values, see https://ccadb-public.secure.force.com/mozilla/IncludedCACertificateReport
    163164     */
    164165    private static final NativeCertAmend[] PLATFORM_CERT_AMEND = {
     
    182183                "e3b6a2db2ed7ce48842f7ac53241c7b71d54144bfb40c11f3f1d0b42f5eea12d",
    183184                "https://www.certigna.fr"),
     185        // Trusted and used by Slovakian Government - https://eidas.disig.sk/en/cacert/
     186        new NativeCertAmend("CA Disig Root R2", "CA Disig Root R2", "CA_Disig_Root_R2.pem",
     187                "e23d4a036d7b70e9f595b1422079d2b91edfbb1fb651a0633eaa8a9dc5f80703",
     188                "https://eidas.disig.sk"),
    184189    };
    185190
Note: See TracChangeset for help on using the changeset viewer.