Cookie Consent by Free Privacy Policy Generator Aktuallisiere deine Cookie Einstellungen ๐Ÿ“Œ Advancing Our Amazing Bet on Asymmetric Cryptography


๐Ÿ“š Advancing Our Amazing Bet on Asymmetric Cryptography


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: blog.chromium.org


Google and many other organizations, such as NIST, IETF, and NSA, believe that migrating to post-quantum cryptography is important due to the large risk posed by a cryptographically-relevant quantum computer (CRQC). In August, we posted about how Chrome Security is working to protect users from the risk of future quantum computers by leveraging a new form of hybrid post-quantum cryptographic key exchange, Kyber (ML-KEM)1. Weโ€™re happy to announce that we have enabled the latest Kyber draft specification by default for TLS 1.3 and QUIC on all desktop Chrome platforms as of Chrome 124.2 This rollout revealed a number of previously-existing bugs in several TLS middlebox products. To assist with the deployment of fixes, Chrome is offering a temporary enterprise policy to opt-out.

Launching opportunistic quantum-resistant key exchange is part of Googleโ€™s broader strategy to prioritize deploying post-quantum cryptography in systems today that are at risk if an adversary has access to a quantum computer in the future. We believe that itโ€™s important to inform standards with real-world experience, by implementing drafts and iterating based on feedback from implementers and early adopters. This iterative approach was a key part of developing QUIC and TLS 1.3. Itโ€™s part of why weโ€™re launching this draft version of Kyber, and it informs our future plans for post-quantum cryptography.

Chromeโ€™s post-quantum strategy prioritizes quantum-resistant key exchange in HTTPS, and increased agility in certificates from the Web PKI. While PKI agility may appear somewhat unrelated, its absence has contributed to significant delays in past cryptographic transitions and will continue to do so until we find a viable solution in this space. A more agile Web PKI is required to enable a secure and reliable transition to post-quantum cryptography on the web.

To understand this, letโ€™s take a look at HTTPS and the current state of post-quantum cryptography. In the context of HTTPS, cryptography is primarily used in three different ways:

  • Symmetric Encryption/Decryption. HTTP is transmitted as data inside a TLS connection using an authenticated cipher (AEAD) such as AES-GCM. These algorithms are broadly considered safe against quantum cryptanalysis and can remain in place.
  • Key Exchange. Symmetric cryptography requires a secret key. Key exchange is a form of asymmetric cryptography in which two parties can mutually generate a shared secret key over a public channel. This secret key can then be used for symmetric encryption and decryption. All current forms of asymmetric key exchange standardized for use in TLS are vulnerable to quantum cryptanalysis.
  • Authentication. In HTTPS, authentication is achieved primarily through the use of digital signatures, which are used to convey server identity, handshake authentication, and transparency for certificate issuance. All of the digital signature and public key algorithms standardized for authentication in TLS are vulnerable to quantum cryptanalysis.

This results in two separate quantum threats to HTTPS.

The first is the threat to traffic being generated today. An adversary could store encrypted traffic now, wait for a CRQC to be practical, and then use it to decrypt the traffic after the fact. This is commonly known as a store-now-decrypt-later attack. This threat is relatively urgent, since it doesnโ€™t matter when a CRQC is practicalโ€”the threat comes from storing encrypted data now. Defending against this attack requires the key exchange to be quantum resistant. Launching Kyber in Chrome enables servers to mitigate store-now-decrypt-later attacks.

The second threat is that future traffic is vulnerable to impersonation by a quantum computer. Once a CRQC actually exists, it could be used to break the asymmetric cryptography used for authentication in HTTPS. To defend against impersonation from a CRQC, we need to migrate all of the asymmetric cryptography used for authentication to post-quantum variants. However, breaking authentication only affects traffic generated after the availability of CRQCs. This is because breaking authentication on a recorded transcript doesnโ€™t help the attacker impersonate either partyโ€”the conversation has already finished.

In other words, thereโ€™s no store-now-decrypt-later equivalent for authentication, and so while migrating key exchange and authentication to post-quantum variants are both important, migrating authentication is less urgent than key exchange. This is good, because there are a variety of challenges for migrating to post-quantum authentication. Specifically, size.

Post-quantum cryptography is big compared to the pre-quantum cryptographic algorithms used in HTTPS. A Kyber key exchange is ~1KB transmitted per peer, whereas an X25519 key exchange is only 32 bytes per peer, an over 30x increase. The actual key exchange operation in Kyber is quite fast. Transmitting Kyber keys is quite slow. The extra size from Kyber causes the TLS ClientHello to be split into two packets, resulting in a 4% median latency increase to all TLS handshakes in Chrome on desktop. On desktop platforms, this, with HTTP/2 and HTTP/3 connection reuse, is not large enough to be noticeable in Core Web Vitals. Unfortunately, it is noticeable on Android, where Internet connections are often lower bandwidth and higher latency, and so we have not yet launched on Android.

The size issues are even worse for authentication. ML-DSA (Dilithium) keys and signatures are ~40X the size of ECDSA keys and signatures. A typical TLS connection today uses two public keys and five signatures to fulfill all of the authentication requirements. A naive swap to ML-DSA would add ~14KB to the TLS handshake. Cloudflare anticipates it would increase latency by 20-40%, and weโ€™ve seen that a single kilobyte was already impactful. Instead, we need alternate approaches to authentication in HTTPS that provide the desired properties and transmit fewer signatures and public keys.

We think the important next step for quantum-resistant authentication in HTTPS is to focus on enabling trust anchor agility. Historically, the public Web PKI could not deploy new algorithms quickly. This is because most site operators typically provision a single certificate for all supported clients and browsers. This certificate must both be issued from a trust hierarchy that is trusted by every browser or client the site operator supports, and the certificate must be compatible with each of these clients.

The single certificate model makes it difficult for the Web PKI to evolve. As security requirements change, site operators may find that there is no longer an intersection between certificates trusted by deployed clients, certificates trusted by new clients, algorithms supported by deployed clients, and algorithms supported by new clients (all crossed with every separate browser and root store). These clients may range from different browsers, older versions of those browsers not receiving updates, all the way to applications on smart TVs or payment terminals. As requirements diverge, site operators have to choose between security for new clients, and compatibility with older clients.

This conflict, in turn, limits new clients making PKI changes to improve user security, such as transitioning to post-quantum. Under a single-certificate deployment model, the newest clients cannot diverge too far from the oldest clients, or server operators will be left with no way to maintain compatibility. We propose to solve this by moving to a multi-certificate deployment model, where servers may be provisioned with multiple certificates, and automatically send the correct one to each client. This enables trust anchor agility, and allows clients to evolve at different rates. Clients who are up to date and reliably receiving updates could access the authentication mechanisms best suited for the Internet as it evolves without being hamstrung by old clients no longer receiving updates. Certification authorities and trust stores could introduce new post-quantum trust anchors without needing to wait for the slowest actor to add support. This would drastically simplify the post-quantum transition since it also enables the seamless addition and removal of hierarchies using experimental post-quantum authentication methods.

At first glance, TLS may appear to have trust anchor agility by way of cross-signatures and signature algorithm negotiation. However, neither of these mechanisms provide true trust anchor agility, nor were they intended to.

A cross-signature is when a CA creates two different certificates for a single subject and public key pair, but with different issuers and signatures. The first certificate is issued and signed as usual, by the CA itself. The second is issued and signed by a different trust hierarchy, often by a different organization. For example, the original Letโ€™s Encrypt intermediate certificate existed in two forms3. The โ€œregularโ€ intermediate was signed by the Letโ€™s Encrypt root, whereas the โ€œcross-signedโ€ intermediate was signed by IdenTrust. This approach of cross-signing a new PKI hierarchy with an older, more broadly available PKI hierarchy allows a new CA to bootstrap its trust on old devices, so long as the older devices support the signing algorithm. Cross-signatures, however, rely on significant cooperation among often competing CAs, and may not be suitable for when different clients have different needs. This limits when site operators can use cross-signs. Additionally, devices that do not support a new algorithm will still need to be updated to be able to use the new signing algorithm in the newer certificate, regardless of whether or not it is cross-signed.

Signature algorithm negotiation allows TLS peers to agree on the algorithm to be used for the handshake signature. This algorithm needs to correspond with the key type used in the certificate. Endpoints can infer that if the peer supports an algorithm such as ECDSA for the handshake signature, it must also support ECDSA certificates. This value can be used to multiplex between an RSA-based chain and a smaller ECDSA-based chain. For example, Googleโ€™s RSA-based large compatibility chain is four certificates and ~4.1KB, whereas the shortest ECDSA-based chain is three certificates and only ~1.7KB4.

Signature algorithm negotiation does not provide trust anchor agility. While the signature algorithm information implies algorithm support, it provides no information about what trust anchors a client actually trusts. A client can support ECDSA, but not have the latest ECDSA root certificate from a specific CA. Due to the wide variety of trust stores in use, many organizations may still often need to be conservative in when they serve ECDSA certificates and may need to provide a longer, cross-signed chain for maximum compatibility.

Neither cross-signatures nor signature algorithm negotiation are solutions to migrating to post-quantum cryptography for authentication. Cross-signatures do not help with new algorithms, and signature algorithm negotiation is solely about negotiating algorithms, not providing information about trust anchors. We expect a gradual transition to post-quantum cryptography. Inferring information about the contents of the trust store from the result of signature algorithm negotiation risks ossifying to a specific version of a specific trust store, rather than purely being used for algorithm negotiation.

Instead, to introduce agility to TLS we need an explicit mechanism for trust anchor negotiation, to allow the client and server to efficiently determine which certificate to use. At the November 2023 IETF meeting in Prague, Chrome proposed โ€œTrust Expressionsโ€ as a mechanism for trust anchor negotiation in TLS. Chrome is currently seeking community input on Trust Expressions via the IETF process. We think the goal of being able to cleanly deploy multiple certificates to handle a range of clients is much more important than the specific mechanisms of the proposal.

From there, we can explore more efficient ways to authenticate servers, such as Merkle Tree Certificates. We view introducing some mechanism for trust anchor agility as a necessity for efficient post-quantum authentication. Experimentation will be extremely important as proposals are developed. Agility also enables using different solutions in different contexts, rather than sending extra data for the lowest-common denominatorโ€” solutions like Merkle Tree Certificates and intermediate elision require up-to-date clients.

Given these constraints, priorities, and risks, we think agility is more important than defining exactly what a post-quantum PKI will look like at this time. We recommend against immediately standardizing ML-DSA in X.509 for use in the public Web PKI via the CA/Browser Forum. We expect that ML-DSA, once NIST completes standardization, will play a part in a post-quantum Web PKI, but weโ€™re focusing on agility first. This does not preclude introducing ML-DSA in X.509 as an option for private PKIs, which may be operating on more strict post-quantum timelines and have fewer constraints around certificate size, handshake latency, issuance transparency, and unmanaged endpoints.

Ultimately, we think that any approach to post-quantum authentication has the same first requirementโ€”a migration mechanism for clients to opt-in to post-quantum secure authentication mechanisms when servers support it. Post-quantum authentication presents significant challenges to the Web ecosystem, but we believe trust anchor agility will enable us to overcome them and lead to a more secure, robust, and performant post-quantum web.

Notes


  1. The draft is X25519Kyber768, which is a combination of the pre-quantum algorithm X25519, and the post-quantum algorithm Kyber 768. Kyber is being renamed to ML-KEM, however for the purposes of this post, we will use โ€œKyberโ€ to refer to the hybrid algorithm defined for TLS.ย โ†ฉ

  2. As the standards from NIST and IETF are not yet complete, this will be later removed and replaced with the final versions. At this stage of standardization, we expect only early adopters to use the primitives.ย โ†ฉ

  3. It actually exists in considerably more than two forms, but from an organizational perspective, there are versions that signed by other Letโ€™s Encrypt certificates, and a version that is signed by IdenTrust, which is a completely separate certification authority from Letโ€™s Encrypt.ย โ†ฉ

  4. The chain length includes the root certificate and leaf certificate. The byte numbers are what is transmitted over the wire, and so they include the leaf certificate but not the root certificate.ย โ†ฉ

Posted by David Adrian, Bob Beck, David Benjamin and Devon O'Brien

...



๐Ÿ“Œ Advancing Our Amazing Bet on Asymmetric Cryptography


๐Ÿ“ˆ 90.08 Punkte

๐Ÿ“Œ Cryptography in Blockchain ๐Ÿค‘ | Asymmetric Key Cryptography & Hashing ๐Ÿš€๐Ÿš€ | Part-3


๐Ÿ“ˆ 47.98 Punkte

๐Ÿ“Œ Ease Me Into Cryptography Part 3: Asymmetric Ciphers


๐Ÿ“ˆ 34.75 Punkte

๐Ÿ“Œ Basics of Cryptology โ€“ Part 11 (Modern Cryptography โ€“ Asymmetric Ciphers โ€“ RSA)


๐Ÿ“ˆ 34.75 Punkte

๐Ÿ“Œ Basics of Cryptology โ€“ Part 12 (Modern Asymmetric Cryptography โ€“ Diffie-Hellman Key Exchange)


๐Ÿ“ˆ 34.75 Punkte

๐Ÿ“Œ Asymmetric Cryptography with Golang


๐Ÿ“ˆ 34.75 Punkte

๐Ÿ“Œ Cryptography Research Centre in Abu Dhabi and Yale University to research post-quantum cryptography


๐Ÿ“ˆ 26.45 Punkte

๐Ÿ“Œ Preisgabe von Informationen in python-cryptography und python-cryptography-vectors (SUSE)


๐Ÿ“ˆ 26.45 Punkte

๐Ÿ“Œ Cryptography in Blockchain ๐Ÿค‘ | Cryptography Basics ๐Ÿš€๐Ÿš€ | Part-1


๐Ÿ“ˆ 26.45 Punkte

๐Ÿ“Œ Pufferรผberlauf in python-crcmod, python-cryptography und python-cryptography-vectors (SUSE)


๐Ÿ“ˆ 26.45 Punkte

๐Ÿ“Œ Medium CVE-2020-36242: Cryptography project Cryptography


๐Ÿ“ˆ 26.45 Punkte

๐Ÿ“Œ Cryptography in Blockchain ๐Ÿค‘ | Symmetric Key Cryptography ๐Ÿš€๐Ÿš€ | Part-2


๐Ÿ“ˆ 26.45 Punkte

๐Ÿ“Œ Visual Studio 2019 Launch: Amazing devs doing amazing things


๐Ÿ“ˆ 26.04 Punkte

๐Ÿ“Œ Visual Studio 2019 Launch: Amazing devs doing amazing things


๐Ÿ“ˆ 26.04 Punkte

๐Ÿ“Œ OPINION: These XREAL holographic glasses are amazing. XREAL would be even more amazing with a Windows Mixed Reality partnership.


๐Ÿ“ˆ 26.04 Punkte

๐Ÿ“Œ Our big bet on mobile games at Game Developers Conference 2018


๐Ÿ“ˆ 25.47 Punkte

๐Ÿ“Œ Our big bet on mobile games at Game Developers Conference 2018


๐Ÿ“ˆ 25.47 Punkte

๐Ÿ“Œ Our Quest: Advancing Product Labels to Help Consumers Consider Cybersecurity


๐Ÿ“ˆ 25.18 Punkte

๐Ÿ“Œ Meet LF Sustainability: How our hosted projects are enabling sustainable development and advancing United Nations goals


๐Ÿ“ˆ 25.18 Punkte

๐Ÿ“Œ Iran is doing to our networks what it did to our spy drone, claims Uncle Sam: Now they're bombing our hard drives


๐Ÿ“ˆ 25.03 Punkte

๐Ÿ“Œ #InfosecurityEurope2022: The Critical Yet Often Invisible Role Cryptography Plays in Our Lives


๐Ÿ“ˆ 21.57 Punkte

๐Ÿ“Œ [papers] - RSA Asymmetric Polymorphic Shellcode


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ libaco: A blazing fast and lightweight C asymmetric coroutine library (10 ns/ctxsw + 10 million coroutines cost only 2.8GB)


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ PyJWT up to 1.5.0 PEM Encoded Public Key symmetric/asymmetric invalid_strings privilege escalation


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ PyJWT up to 1.5.0 PEM Encoded Public Key symmetric/asymmetric invalid_strings weak encryption


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ Asymmetric Multi Processing with Linux & Zephyr on the STM32MP1


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ Asymmetric vs symmetric encryption: Whatโ€™s the difference?


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ PyJWT bis 1.5.0 PEM Encoded Public Key symmetric/asymmetric invalid_strings erweiterte Rechte


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ Symmetric and Asymmetric Key Encryption โ€“ Explained in Plain English


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ Cyber Attack as an Asymmetric Threat


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ Asymmetric Certified Robustness via Feature-Convex Neural Networks


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ CryptoGuard: An asymmetric approach to the ransomware battle


๐Ÿ“ˆ 21.53 Punkte

๐Ÿ“Œ PyJWT bis 1.5.0 PEM Encoded Public Key symmetric/asymmetric invalid_strings schwache Verschlรผsselung


๐Ÿ“ˆ 21.53 Punkte











matomo