Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify whether DHE public keys are zero-padded. #458

Merged
merged 1 commit into from
May 18, 2016
Merged

Commits on May 17, 2016

  1. Specify whether DHE public keys are zero-padded.

    TLS 1.2 did not specify this and some implementations have sporadic
    interoperability issues as a result. Specify that, in TLS 1.3, public keys
    should be zero-padded. This is believed to be the more compatible TLS 1.2
    variant, and having cryptographic messages be fixed-width fields where possible
    (not that it matters for public keys) seems preferable to saving one byte 1/256
    of the time.
    davidben committed May 17, 2016
    Configuration menu
    Copy the full SHA
    6c8ff2c View commit details
    Browse the repository at this point in the history