[mythtv-commits] [MythTV/mythtv] a91fae: IPTV HLS AES decryption with EVP functions

kmdewaal noreply at github.com
Thu Jan 30 19:27:57 UTC 2025


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a91faeac6424d3948ccf82165a85d0fa39933bf5
      https://github.com/MythTV/mythtv/commit/a91faeac6424d3948ccf82165a85d0fa39933bf5
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2025-01-30 (Thu, 30 Jan 2025)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/HLS/HLSStream.cpp
    M mythtv/libs/libmythtv/recorders/HLS/HLSStream.h

  Log Message:
  -----------
  IPTV HLS AES decryption with EVP functions

Replace the deprecated AES encryption functions
AES_set_decrypt_key and AES_cbc_encrypt with
the OpenSSL 3.0 EVP functions.
This does fix compiler diagonistic messages
about use of deprecated functions.
No functional changes.

Refs #936



To unsubscribe from these emails, change your notification settings at https://github.com/MythTV/mythtv/settings/notifications


More information about the mythtv-commits mailing list