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

crypto/tls: Expose maps for cipher suite IDs/names #30326

Closed
wants to merge 1 commit into from

Commits on Feb 20, 2019

  1. crypto/tls: Expose maps for cipher suite IDs/names

    These are utility functions that allow you to get maps that translate
    from Cipher Suite names towards IDs and vice versa.
    
    The main purpose of this is to be able to easily parse such
    configurations for HTTP(s) servers without much boiler plate code.
    
    Fixes: golang#30325
    JAORMX committed Feb 20, 2019
    Copy the full SHA
    6d13a8f View commit details
    Browse the repository at this point in the history