gitlab-ci: Add OpenSSL specific build
[platform/upstream/libnice.git] / stun /
2021-11-01 Ole André Vadla... Use native crypto support on Windows by default
2021-07-21 abhijeetbhagatstun: Make the headers usable from C++ code
2020-12-10 Matthew Watersagent: implement support for RFC7675 - Consent Freshness
2020-06-25 Nirbheek Chauhanstund: Use lowercase winsock2.h
2020-06-15 Nirbheek Chauhanrand: Use crypto libs instead of CryptGenRandom()
2020-05-22 Tim-Philipp MüllerRemove autotools build
2020-05-22 Olivier Crêtemeson: Run gtkdoc-check
2020-05-07 Fabrice Belletstun: update timer timeout and retransmissions
2020-05-07 Fabrice Belletstun: set delay in retransmission instead of adding it
2020-02-13 Olivier Crêtestun usage turn: Check return value as is done elsewhere
2020-02-13 Olivier Crêtestun test: Check return value as is done elsewhere
2019-08-02 Olivier Crêtestund: Add win32 support
2019-07-04 Fabrice Bellettests: fix a compiler warning
2019-05-08 Andrey Skryabinconncheck: NOMINATION STUN attribute support
2019-04-05 illya_dudchenkoAdded OPENSSL_LDFLAGS
2019-04-05 illya_dudchenkoReplaced OPENSSL_CFLAGS with OPENSSL_INCLUDES
2019-02-15 Stefan Stroginstun: Fix LibreSSL support
2019-02-11 Jakub Adamstunbdc: initialize Winsock API when on Windows
2019-01-23 Olivier Crêteturn: Allow alternate server error with no valid creden...
2019-01-22 Olivier Crêtestunagent: Replace more magic numbers with defines
2019-01-14 Jakub Adamagent: Fix spelling
2019-01-02 Jakub Adammeson: Fix DLL search path during test execution on...
2018-12-27 Olivier CrêteMakefiles: Add meson.build files to tarball
2018-12-27 Olivier CrêteFix little bugs found by clang-analyzer
2018-12-14 Tim-Philipp Müllerwindows: use proper fallback for ssize_t and use stdint...
2018-12-14 Nirbheek ChauhanFix build with MSVC
2018-12-14 Tim-Philipp Müllerstun: tools: drop getopt for arg parsing for better...
2018-12-14 Tim-Philipp MüllerAdd support for Meson build system
2018-10-21 Michael Olbrichstun: check identifier before using it
2018-10-21 Brendan Shanksstun: Add implementation using OpenSSL for rand/SHA1/MD5
2018-06-18 Justin Kimtest-bind: define MSG_NOSIGNAL if undefined
2018-06-06 Edward Herveystun: Also rename windows-specific function
2018-05-04 Olivier Crêtestund: Pass sockaddr_storage size for both families
2018-05-04 Olivier Crêtestund: Pass the right length for ipv6
2017-11-28 Youness Alaouiturn: Add support for ALTERNATE_SERVER in OC2007 Compat...
2017-09-12 Philip Withnallstun: Fix FD leak in test/utility code
2017-06-21 Fabrice Belletstun: fix gcc7 implicit fallthrough warning
2017-06-12 Fabrice Belletstun timer: make properties for stun timer tunables
2017-04-12 Fabrice Belletstun timer: fix timeout of the last retransmission
2017-04-04 Olivier CrêteMake clang-analyzer happy
2017-04-03 Olivier Crêtestun: Make hmac code NDEBUG safe
2017-04-03 Olivier Crêtestun: Remove double const on int
2017-04-03 Olivier Crêtestun: Use unions fix alignment issues
2017-04-03 Olivier Crêtestun: Rename rand function to make its strengh clear
2017-04-03 Olivier Crêtestun: Switch from gcrypt to gnutls
2017-03-31 Philip Withnallstun: Use libgcrypt for SHA1 support
2017-03-31 Philip Withnallstun: Use libgcrypt for MD5 support
2017-03-31 Philip Withnallstun: Use libgcrypt to provide secure random number...
2017-03-31 Philip Withnallstun: Add libgcrypt dependency
2017-03-31 Philip Withnallstun: Remove outdated tests from test-hmac
2017-03-28 Philip Withnallstun: Fix cast-align compiler warning when casting...
2016-10-26 Jakub Adamms-ice: limit legacy connchecks as per [MS-ICE2] 3...
2016-10-26 Jakub Adamms-ice: legacy FINGERPRINT mode
2016-10-26 Jakub Adamstun: add STUN_COMPATIBILITY_MSICE2
2016-10-26 Jakub Adamms-ice: calculate FINGERPRINT according to [MS-ICE2]
2016-10-26 Jakub Adamstun: add STUN_USAGE_ICE_COMPATIBILITY_MSICE2
2016-06-20 Fabrice Belletstun: avoid expensive call to sprintf in debug-related...
2016-06-06 Olivier Crêtestun timer: Do 7 retransmissions as recommended
2016-06-06 Olivier Crêtetimer: Maximum retransmission should include the origin...
2016-05-27 Fabrice Belletstun: fix ice role conflict handling
2016-05-26 Olivier Crêtestun turn usage: Only send the username if short term...
2016-03-05 Fabrice Belletice: fix the debug of the presence of the controlling...
2015-09-04 Philip Withnallstun: Disable debug by default
2015-09-02 Philip Withnallms-turn: don't wait for a reply to STUN_SEND request
2015-09-02 Jakub Adamms-turn: don't wait for a reply to STUN_SEND request
2015-06-24 Olivier Crêtestun: Remove annoying non-error on non-STUN packet
2015-04-23 Philip Withnallstun: Add missing casts to unit tests
2015-04-20 Olivier Crêtestunagent: Initiliaze variable
2015-04-14 Philip Withnallstun: Add missing format attributes for va_list printf...
2015-03-10 Philip Withnallstun: Fix documentation to use ‘nul-terminated’ for...
2015-02-11 David Feurlestun: Use dynamic array instead of stack allocated...
2015-02-11 Philip Withnallstun: Use sprintf() instead of snprintf() to support...
2015-01-02 Philip Withnalldocs: Add various missing documentation comments and...
2014-10-27 Curieux Tresstun: Rename a symbol to avoid a naming clash with...
2014-09-01 Philip Withnallstun: Make a warning message more prominent
2014-08-18 Philip Withnallstun: Fix definition of ssize_t on Windows
2014-07-23 Olivier Crêtedebug: Make debug messages ready for g_log()
2014-07-23 Livio MadaroCheck error code 438 for TURN Nonce expired
2014-07-23 Youness AlaouiUse sockaddr for stun_usage_bind_process in unit test
2014-05-17 Olivier Crêtestunmessage: Accept NULL terminated buffers for fast...
2014-05-15 Youness AlaouiAdd support for MS-TURN in OC2007 compatibility turn...
2014-05-02 Olivier Crêtestunmessage: Revert another function to use sockaddr
2014-04-25 Olivier Crêtestunagent: Only declare the long term key valid if...
2014-04-16 Olivier Crêtestun: Restore argument type to stun_usage_bind_process...
2014-04-04 Jakub AdamFix possible segfault in stun_message_validate_buffer_l...
2014-04-03 Philip Withnallbuild: Check for [s]size_t before redefining them on...
2014-03-31 Olivier Crêtestun: Use struct sockaddr_storage * for any pointer...
2014-03-31 Olivier Crêtestun tests: Fix a bunch of issues found by more aggress...
2014-01-31 Philip Withnallstun: Add a fast version of stun_message_validate_buffe...
2014-01-31 Philip Withnallstun: Use SHA1 iteration functions directly in HMAC...
2014-01-31 Philip Withnallstun: Add missing switch cases
2014-01-31 Philip Withnallstun: Fix potential zero-length memset() call
2014-01-31 Olivier Crêtestun: Make the MD5 code strict-aliasing correct
2014-01-02 Philip Withnallstun: Add printf function attribute
2014-01-02 Philip Withnallstun: Fix format specifier for a size_t variable
2013-12-27 Olivier Crêteconfigure: Verify that the compiler understands warning...
2013-12-24 Olivier Crêtestun: Indications are never authentication when using...
2013-12-18 Philip Withnallstun: Fix a use of a function with an aggregate return...
2013-12-18 Philip Withnallstun: Explicitly avoid a memcpy() from NULL
2013-12-18 Philip Withnallstun: Remove unused variables
next