Skip to content
  • Michael Catanzaro's avatar
    tlsclientconnection: Deprecate ssl3 property and functions · 045b8051
    Michael Catanzaro authored
    I originally planned to introduce a new property and functions to
    replace these, with the same behavior but less-confusing names. But that
    might not be the best approach in the long run. Instead, let's just
    deprecate them without replacement.
    
    TLS 1.2 intolerance is no longer a thing in the wild, and no known
    GTlsBackend supports TLS 1.3 yet. But you might need to use this
    property in the future, even though it's deprecated, if your
    GTlsBackend has added support for TLS 1.3 and you need to talk to a
    server that is TLS 1.3 intolerant.
    
    Independently of all that, these APIs simply no longer do what their
    names suggest, so deprecation is sensible regardless.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792217
    045b8051