summaryrefslogtreecommitdiff
path: root/usrsctplib
AgeCommit message (Expand)Author
2021-01-08Add __declspec(noreturn) to terminate_non_graceful() on Windows (#563)Taylor Brandstetter
2021-01-04Fixed installation on other than Ubuntu GNU/Linux distributions. (#541)Vitaly Zaitsev
2021-01-01Improve handling of aborted associationsMichael Tuexen
2020-12-30Add optional SCTP_USE_OPENSSL_RAND define to use openssll's RNG. (#558)Taylor Brandstetter
2020-12-30Lowercase reference to iphlpapi.lib (#560)Taylor Brandstetter
2020-12-23Improve input validation for parameters in ASCONF and ASCONF-ACK chunksMichael Tuexen
2020-12-20Fall back to using urandom on Linux if getrandom isn't available. (#557)Taylor Brandstetter
2020-12-14Harden the handling of outgoing streams in case of an restart or INITMichael Tuexen
2020-12-12Clean up more resouces of an existing SCTP association in case ofMichael Tuexen
2020-11-19Sync master with fuzzing branch (#551)Felix Weinrank
2020-11-18MinGW release build - initialize variables (#548)CoolmanCZ
2020-11-18Call __msan_unpoison after syscall(__NR_getrandom, ...). (#550)Taylor Brandstetter
2020-11-18Support building with emscripten. (#549)Taylor Brandstetter
2020-11-18Fix a typo in user_mbuf.c (#552)zerons
2020-11-09Merge branch 'master' of github.com:sctplab/usrsctpMichael Tuexen
2020-11-09Fix a potential use-after-free bug introduced inMichael Tuexen
2020-11-04Fix #545 - remove .lib extension (#546)Felix Weinrank
2020-11-02Use CMAKE's BUILD_SHARED_LIBS flag to build shared library (#543)Felix Weinrank
2020-10-17Improve the handling of cookie life times.Michael Tuexen
2020-10-07Whitespace changesMichael Tuexen
2020-10-06Reset delayed SACK state when restarting an SCTP associationMichael Tuexen
2020-10-06Cleanup.Michael Tuexen
2020-10-06Accept any cookie if FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION isMichael Tuexen
2020-10-06Provide RNG for __native_client__ as suggested by Taylor Brandstetter.Michael Tuexen
2020-10-06terminate_non_graceful() never returns...Michael Tuexen
2020-10-06Initialize variables before usingMichael Tuexen
2020-10-06Remove dead stores reported by clangMichael Tuexen
2020-10-06CleanupMichael Tuexen
2020-10-06Whitespace changesMichael Tuexen
2020-10-04Use __func__ instead of __FUNCTION__Michael Tuexen
2020-10-04Cleanup. No functional change intendedMichael Tuexen
2020-10-02Minor cleanup.Michael Tuexen
2020-10-02Call getrandom via syscall directly on Linux. (#533)Taylor Brandstetter
2020-10-01I guess Bitrig support arc4random().Michael Tuexen
2020-10-01Whitespace change.Michael Tuexen
2020-10-01Merge branch 'master' of github.com:sctplab/usrsctpMichael Tuexen
2020-10-01Don't start SCTP/UDP receive threads (and don't open correspondingMichael Tuexen
2020-09-30Add missing return type to init_random. (#531)Taylor Brandstetter
2020-09-30Try to fix the Windows build.Michael Tuexen
2020-09-30Add Android specific code for the random number generator.Michael Tuexen
2020-09-30Add platform specifc includes to the corresponding code.Michael Tuexen
2020-09-30Add a cleanup routine for the random number generator.Michael Tuexen
2020-09-29Improve the input validation and processing of cookies.Michael Tuexen
2020-09-28Whitespace cleanupMichael Tuexen
2020-09-28Improve random number generation on __Fuchsia__.Michael Tuexen
2020-09-27Improve the handling of fragmented, unordered, and unreliableMichael Tuexen
2020-09-26Fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25984Michael Tuexen
2020-09-24Whitespace changesMichael Tuexen
2020-09-23Avoid duplicate definition of _CRT_RAND_S. (#529)Taylor Brandstetter
2020-09-19Improve consistency.Michael Tuexen