summaryrefslogtreecommitdiff
path: root/stun/stunhmac.c
Commit message (Expand)AuthorAgeFilesLines
* stun: Fix LibreSSL supportStefan Strogin2019-02-151-4/+8
* stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks2018-10-211-2/+82
* stun: Make hmac code NDEBUG safeOlivier Crête2017-04-031-10/+15
* stun: Rename rand function to make its strengh clearOlivier Crête2017-04-031-1/+1
* stun: Switch from gcrypt to gnutlsOlivier Crête2017-04-031-29/+26
* stun: Use libgcrypt for SHA1 supportPhilip Withnall2017-03-311-16/+18
* stun: Use libgcrypt for MD5 supportPhilip Withnall2017-03-311-9/+12
* stun: Rename a symbol to avoid a naming clash with OpenSSLCurieux Tres2014-10-271-1/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-1/+4
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-1/+1
* Allow specifying the fakelen for stun_sha1 and make the WLM2009 compatibility...Youness Alaoui2009-02-091-2/+2
* Remove openssl dependency by adding a random number generator implementation ...Youness Alaoui2008-11-181-10/+3
* Adding sha1 and md5 implementation and remove the openssl use of themYouness Alaoui2008-11-171-26/+28
* Fix inclusion of openssl/rand.h on windows which does not need winsock.h to b...Youness Alaoui2008-11-031-0/+7
* only define variables at the start of blocksYouness Alaoui2008-11-031-2/+2
* Remove all 'restrict' keywords as they are not supported by MSVCYouness Alaoui2008-11-031-1/+1
* remove unnecessary inclusion of socket files in some files, and make glib inc...Youness Alaoui2008-10-281-3/+0
* pthread is not needed for stunYouness Alaoui2008-10-281-1/+0
* Fix hmac calculation. If a multiple of 64, do not pad with 64 bytes. It's fin...Youness Alaoui2008-10-061-1/+1
* Fix the generation of the transaction idYouness Alaoui2008-09-091-1/+1
* Clean the stun_make_transid to avoid heart attacksYouness Alaoui2008-09-091-31/+1
* Fix long term credentials hmac generationYouness Alaoui2008-08-061-2/+2
* Add proper long term credentials supportYouness Alaoui2008-08-061-7/+26
* Add RFC 3489 support for stun by having padding in the message integrity gene...Youness Alaoui2008-07-301-1/+13
* Fixed tools and binding usage to work with new APIYouness Alaoui2008-06-131-1/+1
* Updating stun to include an agentYouness Alaoui2008-06-061-1/+1
* (WIP) Huge refactoring of functions... first step towards the agentYouness Alaoui2008-06-031-0/+124