Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #263541

Category ffmpeg
Changed by marcos ashton <marcosashiglesiasohnoyoudont@gmail.com>
Changed at Sun 05 Apr 2026 02:12:29
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 117897bcd0a7476a234a244234c2971ce0aac7fd

Comments

tests/fate/libavutil: add FATE test for rc4
Test the three public API functions: av_rc4_alloc, av_rc4_init,
and av_rc4_crypt. Verifies keystream output against RFC 6229
test vectors for 40, 56, 64, and 128-bit keys, encrypt/decrypt
round-trip, inplace operation, and the invalid key_bits error path.

Coverage for libavutil/rc4.c: 0.00% -> 100.00%

Changed files