Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Certificate authority

From Wikipedia, the free encyclopedia
(Redirected fromCertificate authority compromise)
Entity that issues digital certificates

Incryptography, acertificate authority orcertification authority (CA) is an entity that stores, signs, and issuesdigital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate. This allows others (relying parties) to rely upon signatures or on assertions made about the private key that corresponds to the certified public key. A CA acts as a trusted third party—trusted both by the subject (owner) of the certificate and by the party relying upon the certificate.[1] The format of these certificates is specified by theX.509 orEMV standard.

One particularly common use for certificate authorities is to sign certificates used inHTTPS, the secure browsing protocol for the World Wide Web. Another common use is in issuing identity cards by national governments for use in electronically signing documents.[2]

Overview

[edit]

Trusted certificates can be used to createsecure connections to a server via the Internet. A certificate is essential in order to circumvent a malicious party which happens to be on the route to a target server which acts as if it were the target. Such a scenario is commonly referred to as aman-in-the-middle attack. The client uses the CA certificate to authenticate the CA signature on the server certificate, as part of the authorizations before launching a secure connection.[3] Usually, client software—for example, browsers—include a set of trusted CA certificates. This makes sense, as many users need to trust their client software. A malicious or compromised client can skip any security check and still fool its users into believing otherwise.

The clients of a CA are server supervisors who call for a certificate that their servers will bestow to users. Commercial CAs charge money to issue certificates, and their customers anticipate the CA's certificate to be contained within the majority of web browsers, so that safe connections to the certified servers work efficiently out-of-the-box. The quantity of web browsers, other devices, and applications which trust a particular certificate authority is referred to as ubiquity.Mozilla, which is a non-profit business, issues several commercial CA certificates with its products.[4] While Mozilla developed their own policy, theCA/Browser Forum developed similar guidelines for CA trust. A single CA certificate may be shared among multiple CAs or theirresellers. Aroot CA certificate may be the base to issue multipleintermediate CA certificates with varying validation requirements.

In addition to commercial CAs, some non-profits issue publicly-trusted digital certificates without charge, for exampleLet's Encrypt. Some largecloud computing and web hosting companies are also publicly-trusted CAs and issue certificates to services hosted on their infrastructure, for exampleIBM Cloud,Amazon Web Services,Cloudflare, andGoogle Cloud Platform.

Large organizations or government bodies may have their own PKIs (public key infrastructure), each containing their own CAs. Any site usingself-signed certificates acts as its own CA.

Commercial banks that issueEMV payment cards are governed by the EMV Certificate Authority,[5] payment schemes that route payment transactions initiated at Point of Sale Terminals (POS) to a Card Issuing Bank to transfer the funds from the card holder's bank account to the payment recipient's bank account. Eachpayment card presents along with its card data also the Card Issuer Certificate to the POS. The Issuer Certificate is signed by EMV CA Certificate. The POS retrieves the public key of EMV CA from its storage, validates the Issuer Certificate and authenticity of the payment card before sending the payment request to the payment scheme.

Browsers and other clients of sorts characteristically allow users to add or do away with CA certificates at will. While server certificates regularly last for a relatively short period, CA certificates are further extended,[6] so, for repeatedly visited servers, it is less error-prone importing and trusting the CA issued, rather than confirm a security exemption each time the server's certificate is renewed.

Less often, trustworthy certificates are used for encrypting or signing messages. CAs dispense end-user certificates too, which can be used withS/MIME. However, encryption entails the receiver's publickey and, since authors and receivers of encrypted messages, apparently, know one another, the usefulness of atrusted third party remains confined to the signature verification of messages sent to public mailing lists.


Worldwide, the certificate authority business is fragmented, with national or regional providers dominating their home market. This is because many uses of digital certificates, such as for legally binding digital signatures, are linked to local law, regulations, and accreditation schemes for certificate authorities.

However, the market for globally trustedTLS/SSL server certificates is largely held by a small number of multinational companies. This market has significantbarriers to entry due to the technical requirements.[7] While not legally required, new providers may choose to undergo annual security audits (such asWebTrust[8] for certificate authorities in North America andETSI in Europe[9]) to be included as a trusted root by a web browser or operating system.

As of 24 August 2020[update], 147 root certificates, representing 52 organizations, are trusted in theMozilla Firefox web browser,[10] 168 root certificates, representing 60 organizations, are trusted bymacOS,[11] and 255 root certificates, representing 101 organizations, are trusted byMicrosoft Windows.[12] As of Android 4.2 (Jelly Bean), Android currently contains over 100 CAs that are updated with each release.[13]

On November 18, 2014, a group of companies and nonprofit organizations, including theElectronic Frontier Foundation, Mozilla, Cisco, and Akamai, announcedLet's Encrypt, a nonprofit certificate authority that provides free domain validatedX.509 certificates as well as software to enable installation and maintenance of certificates.[14] Let's Encrypt is operated by the newly formedInternet Security Research Group, a California nonprofit recognized as federally tax-exempt.[15]

According toNetcraft in May 2015, the industry standard for monitoring active TLS certificates, "Although the global [TLS] ecosystem is competitive, it is dominated by a handful of major CAs — three certificate authorities (Symantec, Comodo, GoDaddy) account for three-quarters of all issued [TLS] certificates on public-facing web servers. The top spot has been held by Symantec (or VeriSign before it was purchased by Symantec) ever since [our] survey began, with it currently accounting for just under a third of all certificates. To illustrate the effect of differing methodologies, amongst the million busiest sites Symantec issued 44% of the valid, trusted certificates in use — significantly more than its overall market share."[16]

As of July 2024[update] the survey company W3Techs, which collects statistics on certificate authority usage among theAlexa top 10 million and the Tranco top 1 million websites, lists the five largest authorities by absolute usage share as below.[17]

RankIssuerUsageMarket Share
1Let's Encrypt59.9%63.7%
2GlobalSign21.0%22.4%
3Sectigo5.6%5.9%
4GoDaddy Group3.9%4.1%
5DigiCert Group3.1%3.3%

Validation standards

[edit]

The commercial CAs that issue the bulk of certificates for HTTPS servers typically use a technique called "domain validation" to authenticate the recipient of the certificate. The techniques used for domain validation vary between CAs, but in general domain validation techniques are meant to prove that the certificate applicant controls a givendomain name, not any information about the applicant's identity.

Many Certificate Authorities also offerExtended Validation (EV) certificates as a more rigorous alternative to domain validated certificates. Extended validation is intended to verify not only control of a domain name, but additional identity information to be included in the certificate. Some browsers display this additional identity information in a green box in the URL bar. One limitation of EV as a solution to the weaknesses of domain validation is that attackers could still obtain a domain validated certificate for the victim domain, and deploy it during an attack; if that occurred, the difference observable to the victim user would be the absence of a green bar with the company name. There is some question whether users would be likely to recognize this absence as indicative of an attack being in progress: a test usingInternet Explorer 7 in 2009 showed that the absence of IE7's EV warnings were not noticed by users, however Microsoft's newer browser,Edge Legacy, shows a significantly greater difference between EV and domain validated certificates, with domain validated certificates having a hollow, gray lock.

Validation weaknesses

[edit]

Domain validation suffers from certain structural security limitations. In particular, it is always vulnerable to attacks that allow an adversary to observe the domain validation probes that CAs send. These can include attacks against the DNS, TCP, or BGP protocols (which lack the cryptographic protections of TLS/SSL), or the compromise of routers. Such attacks are possible either on the network near a CA, or near the victim domain itself.

One of the most common domain validation techniques involves sending an email containing an authentication token or link to an email address that is likely to be administratively responsible for the domain. This could be the technical contact email address listed in the domain'sWHOIS entry, or an administrative email likeadmin@,administrator@,webmaster@,hostmaster@ orpostmaster@ the domain.[18][19] Some Certificate Authorities may accept confirmation usingroot@,[citation needed]info@, orsupport@ in the domain.[20] The theory behind domain validation is that only the legitimate owner of a domain would be able to read emails sent to these administrative addresses.

Domain validation implementations have sometimes been a source of security vulnerabilities. In one instance, security researchers showed that attackers could obtain certificates forwebmail sites because a CA was willing to use an email address likessladmin@domain.com for domain.com, but not all webmail systems had reserved the "ssladmin" username to prevent attackers from registering it.[21]

Prior to 2011, there was no standard list of email addresses that could be used for domain validation, so it was not clear to email administrators which addresses needed to be reserved. The first version of theCA/Browser Forum Baseline Requirements, adopted November 2011, specified a list of such addresses. This allowed mail hosts to reserve those addresses for administrative use, though such precautions are still not universal. In January 2015, a Finnish man registered the username "hostmaster" at the Finnish version ofMicrosoft Live and was able to obtain a domain-validated certificate for live.fi, despite not being the owner of the domain name.[22]

Issuing a certificate

[edit]
The procedure of obtaining apublic key certificate

A CA issuesdigital certificates that contain apublic key and the identity of the owner. The matching private key is not made available publicly, but kept secret by the end user who generated the key pair. The certificate is also a confirmation or validation by the CA that the public key contained in the certificate belongs to the person, organization, server or other entity noted in the certificate. A CA's obligation in such schemes is to verify an applicant's credentials, so that users and relying parties can trust the information in the issued certificate. CAs use a variety of standards and tests to do so. In essence, the certificate authority is responsible for saying "yes, this person is who they say they are, and we, the CA, certify that".[23]

If the user trusts the CA and can verify the CA's signature, then they can also assume that a certain public key does indeed belong to whoever is identified in the certificate.[24]

Example

[edit]

Public-key cryptography can be used to encrypt data communicated between two parties. This can typically happen when a user logs on to any site that implements theHTTP Secure protocol. In this example let us suppose that the user logs on to their bank's homepage www.bank.example to doonline banking. When the user opens www.bank.example homepage, they receive a public key along with all the data that their web-browser displays. The public key could be used to encrypt data from the client to the server but the safe procedure is to use it in a protocol that determines a temporary shared symmetric encryption key; messages in such a key exchange protocol can be enciphered with the bank's public key in such a way that only the bank server has the private key to read them.[25]

The rest of the communication then proceeds using the new (disposable) symmetric key, so when the user enters some information to the bank's page and submits the page (sends the information back to the bank) then the data the user has entered to the page will be encrypted by their web browser. Therefore, even if someone can access the (encrypted) data that was communicated from the user to www.bank.example, such eavesdropper cannot read or decipher it.

This mechanism is only safe if the user can be sure that it is the bank that they see in their web browser. If the user types in www.bank.example, but their communication is hijacked and a fake website (that pretends to be the bank website) sends the page information back to the user's browser, the fake web-page can send a fake public key to the user (for which the fake site owns a matching private key). The user will fill the form with their personal data and will submit the page. The fake web-page will then get access to the user's data.

This is what the certificate authority mechanism is intended to prevent. A certificate authority (CA) is an organization that stores public keys and their owners, and every party in a communication trusts this organization (and knows its public key). When the user's web browser receives the public key from www.bank.example it also receives a digital signature of the key (with some more information, in a so-calledX.509 certificate). The browser already possesses the public key of the CA and consequently can verify the signature, trust the certificate and the public key in it: since www.bank.example uses a public key that the certification authority certifies, a fake www.bank.example can only use the same public key. Since the fake www.bank.example does not know the corresponding private key, it cannot create the signature needed to verify its authenticity.[26]

Security

[edit]

It is difficult to assure correctness of match between data and entity when the data are presented to the CA (perhaps over an electronic network), and when the credentials of the person/company/program asking for a certificate are likewise presented. This is why commercial CAs often use a combination of authentication techniques including leveraging government bureaus, the payment infrastructure, third parties' databases and services, and custom heuristics. In some enterprise systems, local forms of authentication such asKerberos can be used to obtain a certificate which can in turn be used by external relying parties.Notaries are required in some cases to personally know the party whose signature is being notarized; this is a higher standard than is reached by many CAs. According to theAmerican Bar Association outline on Online Transaction Management the primary points of US Federal and State statutes enacted regardingdigital signatures has been to "prevent conflicting and overly burdensome local regulation and to establish that electronic writings satisfy the traditional requirements associated with paper documents." Further the US E-Sign statute and the suggested UETA code[27] help ensure that:

  1. a signature, contract or other record relating to such transaction may not be denied legal effect, validity, or enforceability solely because it is in electronic form; and
  2. a contract relating to such transaction may not be denied legal effect, validity or enforceability solely because anelectronic signature or electronic record was used in its formation.

Despite the security measures undertaken to correctly verify the identities of people and companies, there is a risk of a single CA issuing a bogus certificate to an imposter. It is also possible to register individuals and companies with the same or very similar names, which may lead to confusion. To minimize this hazard, thecertificate transparency initiative proposes auditing all certificates in a public unforgeable log, which could help in the prevention ofphishing.[28][29]

In large-scale deployments, Alice may not be familiar with Bob's certificate authority (perhaps they each have a different CA server), so Bob's certificate may also include his CA's public key signed by a different CA2, which is presumably recognizable by Alice. This process typically leads to a hierarchy or mesh of CAs and CA certificates.

Certificate revocation

[edit]
Main article:Certificate revocation

A certificate may be revoked before it expires, which signals that it is no longer valid. Without revocation, an attacker would be able to exploit such a compromised or misissued certificate until expiry.[30] Hence, revocation is an important part of apublic key infrastructure.[31] Revocation is performed by the issuing CA, which produces acryptographically authenticated statement of revocation.[32]

For distributing revocation information to clients, timeliness of the discovery of revocation (and hence the window for an attacker to exploit a compromised certificate) trades off against resource usage in querying revocation statuses and privacy concerns.[33] If revocation information is unavailable (either due to accident or an attack), clients must decide whether tofail-hard and treat a certificate as if it is revoked (and so degradeavailability) or tofail-soft and treat it as unrevoked (and allow attackers to sidestep revocation).[34]

Due to the cost of revocation checks and the availability impact from potentially-unreliable remote services,Web browsers limit the revocation checks they will perform, and will fail-soft where they do.[35]Certificate revocation lists are too bandwidth-costly for routine use, and theOnline Certificate Status Protocol presents connection latency and privacy issues. Other schemes have been proposed but have not yet been successfully deployed to enable fail-hard checking.[31]

Industry organizations

[edit]

Baseline requirements

[edit]

The CA/Browser Forum publishes the Baseline Requirements,[41] a list of policies and technical requirements for CAs to follow. These are a requirement for inclusion in the certificate stores of Firefox[42] and Safari.[43]

On April 14, 2025, the CA/Browser Forum passed a ballot to reduce SSL/TLS certificates to 47 day maximum term by March 15, 2029.[44]

Start dateMax LifetimeIntroduced inCertificate Renewal Cadence
1st July 201260 Monthsv1.0 of the Baseline Requirements. §9.4
1st April 201539 Monthsv1.3.0 of the Baseline Requirements. §6.3.2
1 March 2018825 Daysv1.4.4 of the Baseline Requirements. §6.3.2
1 September 2020398 Days1 year
15 March 2026200 DaysSC-081v36 months
15 March 2027100 DaysSC-081v33 months
15 March 202947 DaysSC-081v31 month

CA compromise

[edit]
See also:Supply chain attack

If the CA can be subverted, then the security of the entire system is lost, potentially subverting all the entities that trust the compromised CA.

For example, suppose an attacker, Eve, manages to get a CA to issue to her a certificate that claims to represent Alice. That is, the certificate would publicly state that it represents Alice, and might include other information about Alice. Some of the information about Alice, such as her employer name, might be true, increasing the certificate's credibility. Eve, however, would have the all-important private key associated with the certificate. Eve could then use the certificate to send a digitally signed email to Bob, tricking Bob into believing that the email was from Alice. Bob might even respond with encrypted email, believing that it could only be read by Alice, when Eve is actually able to decrypt it using the private key.

A notable case of CA subversion like this occurred in 2001, when the certificate authorityVeriSign issued two certificates to a person claiming to represent Microsoft. The certificates have the name "Microsoft Corporation", so they could be used to spoof someone into believing that updates to Microsoft software came from Microsoft when they actually did not. The fraud was detected in early 2001. Microsoft and VeriSign took steps to limit the impact of the problem.[45][46]

In 2008, Comodo reseller Certstar sold a certificate for mozilla.com to Eddy Nigg, who had no authority to represent Mozilla.[47]

In 2011 fraudulent certificates were obtained from Comodo andDigiNotar,[48][49] allegedly by Iranian hackers. There is evidence that the fraudulent DigiNotar certificates were used in aman-in-the-middle attack in Iran.[50]

In 2012, it became known that Trustwave issued a subordinate root certificate that was used for transparent traffic management (man-in-the-middle) which effectively permitted an enterprise to sniff SSL internal network traffic using the subordinate certificate.[51]

In 2012, theFlame malware (also known as SkyWiper) contained modules that had an MD5 collision with a valid certificate issued by a Microsoft Terminal Server licensing certificate that used the broken MD5 hash algorithm. The authors thus was able to conduct acollision attack with the hash listed in the certificate.[52][53]

In 2015, a Chinese certificate authority named MCS Holdings and affiliated withChina's central domain registry issued unauthorized certificates for Google domains.[54][55] Google thus removed both MCS and the root certificate authority fromChrome and have revoked the certificates.[56]

Key storage

[edit]

An attacker who steals a certificate authority's private keys is able to forge certificates as if they were CA, without needed ongoing access to the CA's systems. Key theft is therefore one of the main risks certificate authorities defend against. Publicly trusted CAs almost always store their keys on ahardware security module (HSM), which allows them to sign certificates with a key, but generally prevent extraction of that key with both physical and software controls. CAs typically take the further precaution of keeping the key for their long-termroot certificates in an HSM that is keptoffline, except when it is needed to sign shorter-lived intermediate certificates. The intermediate certificates, stored in an online HSM, can do the day-to-day work of signing end-entity certificates and keeping revocation information up to date.

CAs sometimes use akey ceremony when generating signing keys, in order to ensure that the keys are not tampered with or copied.

Implementation weakness of the trusted third party scheme

[edit]

The critical weakness in the way that the current X.509 scheme is implemented is that any CA trusted by a particular party can then issue certificates for any domain they choose. Such certificates will be accepted as valid by the trusting party whether they are legitimate and authorized or not.[57] This is a serious shortcoming given that the most commonly encountered technology employing X.509 and trusted third parties is the HTTPS protocol. As all major web browsers are distributed to their end-users pre-configured with a list of trusted CAs that numbers in the dozens this means that any one of these pre-approved trusted CAs can issue a valid certificate for any domain whatsoever.[58] The industry response to this has been muted.[59] Given that the contents of a browser's pre-configured trusted CA list is determined independently by the party that is distributing or causing to be installed the browser application there is really nothing that the CAs themselves can do.

This issue is the driving impetus behind the development of theDNS-based Authentication of Named Entities (DANE) protocol. If adopted in conjunction withDomain Name System Security Extensions (DNSSEC) DANE will greatly reduce if not eliminate the role of trusted third parties in a domain's PKI.

See also

[edit]

References

[edit]
  1. ^Chien, Hung-Yu (2021-08-19)."Dynamic Public Key Certificates with Forward Secrecy".Electronics.10 (16): 2009.doi:10.3390/electronics10162009.ISSN 2079-9292.
  2. ^"What is a certificate authority (CA)?".
  3. ^Villanueva, John Carl."How do Digital Certificates Work - An Overview".www.jscape.com. Retrieved2021-09-05.
  4. ^"Mozilla Included CA Certificate List — Mozilla". Mozilla.org.Archived from the original on 2013-08-04. Retrieved2014-06-11.
  5. ^"EMV CA". EMV Certificate Authority Worldwide. 2 October 2010. RetrievedFebruary 17, 2019.
  6. ^Zakir Durumeric; James Kasten; Michael Bailey;J. Alex Halderman (12 September 2013)."Analysis of the HTTPS Certificate Ecosystem"(PDF).The Internet Measurement Conference.SIGCOMM.Archived(PDF) from the original on 22 December 2013. Retrieved20 December 2013.
  7. ^"What is an SSL Certificate?".Archived from the original on 2015-11-03. Retrieved2022-03-19.
  8. ^"webtrust". webtrust.Archived from the original on 2013-08-18. Retrieved2013-03-02.
  9. ^Kirk Hall (April 2013)."Standards and Industry Regulations Applicable to Certification Authorities"(PDF). Trend Micro.Archived(PDF) from the original on 2016-03-04. Retrieved2014-06-11.
  10. ^"CA:IncludedCAs - MozillaWiki".wiki.mozilla.org.Archived from the original on 2017-03-25. Retrieved2017-03-18.
  11. ^"List of available trusted root certificates in macOS High Sierra".Apple Support. Retrieved2020-08-24.
  12. ^"Microsoft Included CA Certificate List".ccadb-public.secure.force.com. Retrieved2020-08-24.
  13. ^"Security with HTTPS and SSL".developer.android.com.Archived from the original on 2017-07-08. Retrieved2017-06-09.
  14. ^"Let's Encrypt: Delivering SSL/TLS Everywhere" (Press release). Let's Encrypt.Archived from the original on 2014-11-18. Retrieved2014-11-20.
  15. ^"About". Let's Encrypt.Archived from the original on 2015-06-10. Retrieved2015-06-07.
  16. ^"Counting SSL certificates - Netcraft".news.netcraft.com. 13 May 2015.Archived from the original on 2015-05-16.
  17. ^"Usage statistics of SSL certificate authorities for websites, February 2025 - W3Techs".w3techs.com.
  18. ^"Baseline Requirements for the Issuance and Management of Publicly-Trusted Certificates, v.1.2.3"(PDF).Archived(PDF) from the original on 2015-03-23. Retrieved2015-03-20.
  19. ^"CA/Forbidden or Problematic Practices - MozillaWiki".wiki.mozilla.org.Archived from the original on 2017-07-21. Retrieved2017-07-06.
  20. ^"SSL FAQ - Frequently Asked Questions - Rapid SSL".www.rapidssl.com.Archived from the original on 2015-02-06.
  21. ^Zusman, Mike (2009).Criminal charges are not pursued: Hacking PKI(PDF). DEF CON 17. Las Vegas.Archived(PDF) from the original on 2013-04-15.
  22. ^"A Finnish man created this simple email account - and received Microsoft's security certificate".tivi.fi. 18 March 2015.Archived from the original on 2015-08-08.
  23. ^"Responsibilities of Certificate Authority".Archived from the original on 2015-02-12. Retrieved2015-02-12.
  24. ^"Network World". 17 January 2000.
  25. ^Applied Cryptography and Network Security: Second International Conference, ACNS 2004, Yellow Mountain, China, June 8-11, 2004. Proceedings. Springer. June 2004.ISBN 9783540222170.
  26. ^The Shortcut Guide to Managing Certificate Lifecycles. Realtimepublishers.com. 2006.ISBN 9781931491594.
  27. ^"Electronic Signatures and Records"(PDF).Archived(PDF) from the original on 2016-03-04. Retrieved2014-08-28.
  28. ^"Certificate transparency".Archived from the original on 2013-11-01. Retrieved2013-11-03.
  29. ^B. Laurie; A. Langley; E. Kasper (June 2013).Certificate Transparency.Internet Engineering Task Force.doi:10.17487/RFC6962.ISSN 2070-1721.RFC6962.Experimental.
  30. ^Smith, Dickinson & Seamons 2020, p. 1.
  31. ^abSheffer, Saint-Andre & Fossati 2022, 7.5. Certificate Revocation.
  32. ^Chung et al. 2018, p. 3.
  33. ^Smith, Dickinson & Seamons 2020, p. 10.
  34. ^Larisch et al. 2017, p. 542.
  35. ^Smith, Dickinson & Seamons 2020, p. 1-2.
  36. ^"Multivendor power council formed to address digital certificate issues".Network World. February 14, 2013. Archived fromthe original on July 28, 2013.
  37. ^"Major Certificate Authorities Unite In The Name Of SSL Security".Dark Reading. February 14, 2013. Archived fromthe original on April 10, 2013.
  38. ^"CA/Browser Forum Founder". 3 December 2007.Archived from the original on 2014-08-23. Retrieved2014-08-23.
  39. ^"CA/Browser Forum".Archived from the original on 2013-05-12. Retrieved2013-04-23.
  40. ^Wilson, Wilson."CA/Browser Forum History"(PDF). DigiCert.Archived(PDF) from the original on 2013-05-12. Retrieved2013-04-23.
  41. ^"Baseline Requirements". CAB Forum. 4 September 2013.Archived from the original on 7 January 2014. Retrieved14 April 2017.
  42. ^"Mozilla Root Store Policy". Mozilla.Archived from the original on 15 April 2017. Retrieved14 April 2017.
  43. ^"Apple Root Certificate Program". Apple.Archived from the original on 20 March 2017. Retrieved14 April 2017.
  44. ^"CA/Browser Forum Passes Ballot to Reduce SSL/TLS Certificates to 47 Day Maximum Term".Business Wire. 2025-04-14. Retrieved2025-05-13.
  45. ^"CA-2001-04". Cert.org. 31 December 2001.Archived from the original on 2013-11-02. Retrieved2014-06-11.
  46. ^Microsoft, Inc. (2007-02-21)."Microsoft Security Bulletin MS01-017: Erroneous VeriSign-Issued Digital Certificates Pose Spoofing Hazard".Archived from the original on 2011-10-26. Retrieved2011-11-09.
  47. ^Seltzer, Larry."SSL Certificate Vendor Sells Mozilla.com CSSL Certificate to Some Guy".eWeek. Retrieved5 December 2021.
  48. ^Bright, Peter (28 March 2011)."Independent Iranian hacker claims responsibility for Comodo hack". Ars Technica.Archived from the original on 29 August 2011. Retrieved2011-09-01.
  49. ^Bright, Peter (2011-08-30)."Another fraudulent certificate raises the same old questions about certificate authorities". Ars Technica.Archived from the original on 2011-09-12. Retrieved2011-09-01.
  50. ^Leyden, John (2011-09-06)."Inside 'Operation Black Tulip': DigiNotar hack analysed".The Register.Archived from the original on 2017-07-03.
  51. ^"Trustwave issued a man-in-the-middle certificate".The H Security. 2012-02-07.Archived from the original on 2012-03-13. Retrieved2012-03-14.
  52. ^"Flame malware collision attack explained | MSRC Blog | Microsoft Security Response Center".msrc.microsoft.com. Retrieved2023-10-13.
  53. ^Goodin, Dan (2012-06-07)."Crypto breakthrough shows Flame was designed by world-class scientists".Ars Technica. Retrieved2023-10-13.
  54. ^Fisher, Dennis (2015-03-23)."CA Linked to Chinese Registrar Issued Unauthorized Google Certificates". ThreatPost. Retrieved2023-09-27.
  55. ^Langley, Adam (2015-03-23)."Maintaining digital certificate security".Google Security Blog. Retrieved2023-09-27.
  56. ^Lowenthal, Tom (2015-03-31)."China's CNNIC issues false certificates in serious breach of crypto trust".Committee to Protect Journalists. Retrieved2023-10-13.
  57. ^Osborne, Charlie."Symantec sacks staff for issuing unauthorized Google certificates - ZDNet".ZDNet.Archived from the original on 2016-10-02.
  58. ^"Unauthorized Google Digital Certificates Discovered".linkedin.com. 12 August 2014.
  59. ^"In the Wake of Unauthorized Certificate Issuance by the Indian CA NIC, can Government CAs Still be Considered "Trusted Third Parties"?".casecurity.org. 24 July 2014.Archived from the original on 3 October 2016.

Works cited

[edit]

External links

[edit]
Protocols and technologies
Public-key infrastructure
See also
History
Implementations
Notaries
Vulnerabilities
Theory
Cipher
Protocol
Implementation
Retrieved from "https://en.wikipedia.org/w/index.php?title=Certificate_authority&oldid=1323230114#CA_compromise"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp