Hi, as MDAPI Plus is only supporting CSA (FFdesca) I will request the new algos PowerVu (DES) and the AES algo. I can supply a DLL for these algos: void *__stdcall des_get_key_struct(void); void __stdcall des_free_key_struct(void *deskeys); int __stdcall des_get_keyset_size(void); void __stdcall des_set_even_control_word(void *deskeys, const uint8_t *cw); void __stdcall des_set_odd_control_word(void *deskeys, const uint8_t *cw); void __stdcall des_set_control_words(void *deskeys, const uint8_t *ev,...
Hi! I added the cygwin patches to my github account: https://github.com/Portisch/minidlna-compile...