Skip to content
  • Mark Thompson's avatar
    openssl: Allow newer TLS versions than TLSv1 · 218ed725
    Mark Thompson authored
    The use of TLSv1_*_method() disallows newer protocol versions; instead
    use SSLv23_*_method() and then explicitly disable the deprecated
    protocol versions which should not be supported.
    218ed725