summaryrefslogtreecommitdiff
path: root/stun
Commit message (Expand)AuthorAgeFilesLines
* stun: check identifier before using itMichael Olbrich2018-10-211-1/+2
* stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks2018-10-213-3/+97
* test-bind: define MSG_NOSIGNAL if undefinedJustin Kim2018-06-181-1/+3
* stun: Also rename windows-specific functionEdward Hervey2018-06-061-1/+1
* stund: Pass sockaddr_storage size for both familiesOlivier Crête2018-05-041-7/+2
* stund: Pass the right length for ipv6Olivier Crête2018-05-041-1/+5
* turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2017-11-282-0/+15
* stun: Fix FD leak in test/utility codePhilip Withnall2017-09-121-7/+22
* stun: fix gcc7 implicit fallthrough warningFabrice Bellet2017-06-211-0/+1
* stun timer: make properties for stun timer tunablesFabrice Bellet2017-06-121-1/+5
* stun timer: fix timeout of the last retransmissionFabrice Bellet2017-04-111-1/+5
* Make clang-analyzer happyOlivier Crête2017-04-041-1/+3
* stun: Make hmac code NDEBUG safeOlivier Crête2017-04-031-10/+15
* stun: Remove double const on intOlivier Crête2017-04-031-1/+1
* stun: Use unions fix alignment issuesOlivier Crête2017-04-031-3/+15
* stun: Rename rand function to make its strengh clearOlivier Crête2017-04-033-3/+3
* stun: Switch from gcrypt to gnutlsOlivier Crête2017-04-033-45/+32
* stun: Use libgcrypt for SHA1 supportPhilip Withnall2017-03-314-533/+18
* stun: Use libgcrypt for MD5 supportPhilip Withnall2017-03-314-320/+12
* stun: Use libgcrypt to provide secure random number generationPhilip Withnall2017-03-311-176/+12
* stun: Add libgcrypt dependencyPhilip Withnall2017-03-311-2/+7
* stun: Remove outdated tests from test-hmacPhilip Withnall2017-03-311-72/+19
* stun: Fix cast-align compiler warning when casting sockaddrPhilip Withnall2017-03-281-2/+10
* ms-ice: limit legacy connchecks as per [MS-ICE2] 3.1.4.8.2Jakub Adam2016-10-262-0/+10
* ms-ice: legacy FINGERPRINT modeJakub Adam2016-10-261-14/+38
* stun: add STUN_COMPATIBILITY_MSICE2Jakub Adam2016-10-262-19/+24
* ms-ice: calculate FINGERPRINT according to [MS-ICE2]Jakub Adam2016-10-263-6/+22
* stun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2Jakub Adam2016-10-262-11/+15
* stun: avoid expensive call to sprintf in debug-related codeFabrice Bellet2016-06-201-3/+11
* stun timer: Do 7 retransmissions as recommendedOlivier Crête2016-06-062-3/+6
* timer: Maximum retransmission should include the original oneOlivier Crête2016-06-061-1/+1
* stun: fix ice role conflict handlingFabrice Bellet2016-05-272-7/+56
* stun turn usage: Only send the username if short term creds or nonce presentOlivier Crête2016-05-261-3/+9
* ice: fix the debug of the presence of the controlling/controlled attribFabrice Bellet2016-03-051-1/+15
* stun: Disable debug by defaultPhilip Withnall2015-09-041-1/+1
* ms-turn: don't wait for a reply to STUN_SEND requestJakub Adam2015-09-021-2/+14
* stun: Remove annoying non-error on non-STUN packetOlivier Crête2015-06-241-1/+0
* stun: Add missing casts to unit testsPhilip Withnall2015-04-231-3/+6
* stunagent: Initiliaze variableOlivier Crête2015-04-201-1/+1
* stun: Add missing format attributes for va_list printf functionsPhilip Withnall2015-04-142-0/+14
* stun: Fix documentation to use ‘nul-terminated’ for stringsPhilip Withnall2015-03-101-3/+3
* stun: Use dynamic array instead of stack allocated arrayDavid Feurle2015-02-111-1/+3
* stun: Use sprintf() instead of snprintf() to support VS 2010Philip Withnall2015-02-111-1/+1
* docs: Add various missing documentation comments and update sections.txtPhilip Withnall2015-01-025-1/+165
* stun: Rename a symbol to avoid a naming clash with OpenSSLCurieux Tres2014-10-273-4/+4
* stun: Make a warning message more prominentPhilip Withnall2014-09-011-1/+1
* stun: Fix definition of ssize_t on WindowsPhilip Withnall2014-08-181-2/+12
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-238-94/+116
* Check error code 438 for TURN Nonce expiredLivio Madaro2014-07-221-1/+1
* Use sockaddr for stun_usage_bind_process in unit testYouness Alaoui2014-07-221-6/+11