Skip to content
Snippets Groups Projects
  • Gregory Szorc's avatar
    1b8b6adb2365
    tests: use sslutil.wrapserversocket() · 1b8b6adb2365
    Gregory Szorc authored
    Like the built-in HTTPS server, this code was using the ssl module
    directly and only using TLS 1.0. Like the built-in HTTPS server,
    we switch it to use sslutil.wrapserversocket() so it can follow better
    practices.
    1b8b6adb2365
    History
    tests: use sslutil.wrapserversocket()
    Gregory Szorc authored
    Like the built-in HTTPS server, this code was using the ssl module
    directly and only using TLS 1.0. Like the built-in HTTPS server,
    we switch it to use sslutil.wrapserversocket() so it can follow better
    practices.