summaryrefslogtreecommitdiff
path: root/stun/md5.c
Commit message (Expand)AuthorAgeFilesLines
* stun: Make the MD5 code strict-aliasing correctOlivier CrĂȘte2014-01-311-15/+15
* Use size of the MD5Context, not size of the pointerRohan Garg2012-02-141-1/+1
* Check for endianness at runtime instead of relying on defines that might not ...Youness Alaoui2009-02-041-10/+13
* __BYTE_ORDER is not defined in windows, so we assume we're little endian when...Youness Alaoui2008-11-241-1/+1
* Adding sha1 and md5 implementation and remove the openssl use of themYouness Alaoui2008-11-171-0/+264