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

Try to be more consistent about the alerts we send #3480

Closed
wants to merge 1 commit into from

Commits on May 16, 2017

  1. Try to be more consistent about the alerts we send

    We are quite inconsistent about which alerts get sent. Specifically, these
    alerts should be used (normally) in the following circumstances:
    
    SSL_AD_DECODE_ERROR = The peer sent a syntactically incorrect message
    SSL_AD_ILLEGAL_PARAMETER = The peer sent a message which was syntactically
    correct, but a parameter given is invalid for the context
    SSL_AD_HANDSHAKE_FAILURE = The peer's messages were syntactically and
    semantically correct, but the parameters provided were unacceptable to us
    (e.g. because we do not support the requested parameters)
    SSL_AD_INTERNAL_ERROR = We messed up (e.g. malloc failure)
    
    The standards themselves aren't always consistent but I think the above
    represents the best interpretation.
    mattcaswell committed May 16, 2017
    Configuration menu
    Copy the full SHA
    a0c2591 View commit details
    Browse the repository at this point in the history