you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 2 years ago* (3 children)

Don’t certs just create an ephemeral key pair that disappears after the session anyhow? What does cert validity period have to do with “This is a big upgrade for the security of the TLS ecosystem because it minimizes exposure time during a key compromise event.”

I mean, it’s LE so I’m sure they know what their talking about. But…?

  • source
  • hideshow 6 child comments
  • [–] 9 points 2 years ago (1 child)

    compromising a keypair is a huge win. lets you impersonate the domain. shorter validation periods = smaller windows of compromised situations.

    basically the smaller you make the window the less manual intervention and the less complicated infrastructure gets. currently TLS systems need a way to invalidate certificates. get them down to a day and suddenly that need just disappears. vastly simplifying the code and the system. 6 days is a huge improvement over 90 days.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 2 years ago (1 child)

    Ok, I slid right by the “compromised” word. Makes sense now.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (3 children)

    I'm far from an expert on PKI, but isn't the keypair used for the cert used for key exchange? Then in theory, if that key was compromised, it could allow an adversary to be able to capture and decrypt full sessions.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 5 points 2 years ago

    Im also not an expert but i believe since there Is still an ephemeral DH key exchange happening an attacker needs to actively MITM while having the certificate private key to decrypt the session. Passive capturing wont work

  • source
  • parent
  • [–] 4 points 2 years ago (2 children)

    No. Perfect Forward Secrecy (ephemeral keys) prevents this type of replay.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    The key pair you're thinking of is just a singular key for a block cipher. That key needs to be generated/transmitted in a secure manner. Meaning that its security is dependent on the cert. The expiration time of that cert is what they're aiming at.

  • source
  • parent