• @corroded
    link
    34 hours ago

    I’m curious, why does this require OpenSSL in order to compile? I’m not aware of any audio formats that use encryption, but I could be wrong.

    My first thought was for connecting to https streams, but I don’t remember Winamp having this capability. “Back in the day,” I used Winamp for playing local audio and RealPlayer for what little streaming was available.

    • @jaybone
      link
      142 minutes ago

      Couldn’t you look at the code and see what ssl calls it’s making?

    • @Potatisen
      link
      74 hours ago

      I don’t know about https specifically but winamp could handle all kinds of streams.

    • @takeda
      link
      23 hours ago

      Three streaming (like pointed in the other comment) was my initial reaction too, but indeed at the time https for streaming would be very rare.

      Another possibility is to realize that openssl isn’t just for communication, but also has implementation of cryptographic algorithms.

      Perhaps openssl was used for validation of licensing key? For example they could sign the license with their private key and WinAmp could verify it’s authenticity with its public key.

    • @[email protected]
      link
      fedilink
      1
      edit-2
      3 hours ago

      Maybe to connect to their update servers and validate updated binaries or something like that? Not sure if it supported calling home to get updates.