summaryrefslogtreecommitdiff
path: root/stun/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* Add some new APIs to sha1 module, unused for nowYouness Alaoui2011-03-231-1/+61
* Fix various gtk-doc warnings/errors and typosYouness Alaoui2010-02-161-4/+12
* Fix SHA1 algorithm when strict aliasing is used : http://bugs.archlinux.org/t...Youness Alaoui2009-07-021-2/+2
* Check for endianness at runtime instead of relying on defines that might not ...Youness Alaoui2009-02-041-6/+15
* Fix the prvious bug.. the SHA1 algorithms should be in HANDSOFF mode so it do...Youness Alaoui2009-01-271-1/+0
* __BYTE_ORDER is not defined in windows, so we assume we're little endian when...Youness Alaoui2008-11-241-1/+1
* Remove openssl dependency by adding a random number generator implementation ...Youness Alaoui2008-11-181-1/+0
* Adding sha1 and md5 implementation and remove the openssl use of themYouness Alaoui2008-11-171-0/+409