Releases: greenjava/live555
Releases · greenjava/live555
2021.11.01
- 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.