v2.2.0
What's Changed
- tls: fix coverity defect by @alfredh in #270
- http/client: read_file check ftell return value by @sreimers in #272
- udp: fix coverity defect by @alfredh in #271
- cmake: add detection of HAVE_ARC4RANDOM by @alfredh in #269
- Fix coverity issues by @sreimers in #273
- Support adding CRLs by @fAuernigg in #274
- json/decode: fix possible out of bound access, if code changes by @sreimers in #275
- tls/tls_add_crlpem: use const by @sreimers in #276
- udp: fix coverity defect by @alfredh in #279
- dns: fix Coverity Defect by @alfredh in #278
- tls: use const pointer for tls_add_capem() by @cspiel1 in #277
- srtp/srtcp: add sanity check for rtcp->tag_len by @sreimers in #280
- shim: new module from rew by @alfredh in #282
- Trice module by @alfredh in #283
- retest trice by @alfredh in #284
- Add try_into conversion helper and drop gcc 4.8 support by @sreimers in #286
- rtp: fix signed/unsigned warning on WIN32 by @alfredh in #287
- fix build error on openbsd arm64 (raspberry pi) by @jimying in #290
- cmake: disable C extensions (like make) by @sreimers in #292
- fmt: add bool decode from struct pl by @cspiel1 in #293
- sdp: a utility function for decoding SDP direction by @cspiel1 in #294
- sa/sa_ntop: check inet_ntop() return value by @sreimers in #295
- sa_pton: use sa_addrinfo for interface suffix by @alfredh in #297
- release v2.2.0 by @sreimers in #298
New Contributors
Full Changelog: v2.1.1...v2.2.0