]> git.sesse.net Git - vlc/history - src/misc/update_crypto.c
messages: split logger initialization in two phases
[vlc] / src / misc / update_crypto.c
2014-11-18 Rafaël Carréupdate: fix invalid parsing
2014-11-17 Rémi Denis-Courmontupdate: use U32_AT
2014-09-11 Rafaël Carréupdate: RSA support
2014-05-15 Rafaël Carréupdate: support up to 3k DSA keys
2014-05-15 Rafaël Carréupdate: handle hash lengths with DSA keys larger than...
2014-05-11 Rafaël Carréupdate: sha1 is not mandatory anymore
2014-05-11 Rafaël Carréupdate: support other hashing algorithms than SHA-1
2014-05-10 Rafaël Carréupdate: do not hardcode sha1 hash length
2014-05-10 Rafaël Carréupdate: use the digest algo specified in the signature
2014-05-10 Rafaël Carréupdate: use gcrypt enums, they are mapped to the spec...
2013-12-11 Rémi Duraffortupdate: fix use after free
2012-10-01 Rafaël Carréupdate: constify
2012-10-01 Rafaël Carréupdate: do not modify base64 input to add \0 terminators
2011-11-27 Jean-Baptiste KempfLGPL
2011-06-15 Rafaël Carréupdate: factorize using macro
2011-05-16 Rafaël Carréupdate: fix hashing of text files with empty lines
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2009-11-03 Rafaël CarréUpdate: correctly handle different line endings
2009-08-20 Rafaël Carréupdate_crypto.c : UPDATE_CHECK is defined (or not)...
2009-08-20 Rafaël CarréDo not build update_crypto.c content if update-check...
2009-08-20 Rafaël CarréUpdate mechanism: split update.c