Skip to content

Releases: greenjava/live555

2021.11.01

01 Nov 14:37
Compare
Choose a tag to compare
  • Split the "TLSState" class into two classes: "TLSState" (an abstract base class),
    and "ClientTLSState" (a subclass). This is in preparation for later defining a
    second subclass "ServerTLSState" that will eventually be used to implement TLS connections
    in our RTSP server.