Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: use av_random_bytes() for generating AES128 key

2023-07-14 Thread Marton Balint
On Thu, 6 Jul 2023, Marton Balint wrote: av_random_bytes() can use OS provided strong random functions and does not depend soley on openssl/gcrypt external libraries. Fixes ticket #10441. Will apply. Regards, Marton Signed-off-by: Marton Balint --- configure| 1 -

[FFmpeg-devel] [PATCH] avformat/hlsenc: use av_random_bytes() for generating AES128 key

2023-07-06 Thread Marton Balint
av_random_bytes() can use OS provided strong random functions and does not depend soley on openssl/gcrypt external libraries. Fixes ticket #10441. Signed-off-by: Marton Balint --- configure| 1 - libavformat/hlsenc.c | 23 ++- 2 files changed, 2 insertions(+),