Skip to content

Latest commit

 

History

History
613 lines (542 loc) · 36.9 KB

CHANGELOG.md

File metadata and controls

613 lines (542 loc) · 36.9 KB

libre Changelog

All notable changes to libre will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


v2.6.0 - 2022-08-01

  • ice: change one warning to notice by @alfredh in baresip#421
  • Fix compilation error on musl: __GNUC_PREREQ macro defined only for libc library by @widgetii in baresip#422
  • sip: add RFC 3262 support by @maximilianfridrich in baresip#419
  • bfcp: Add support for TCP transport for BFCP by @Lastique in baresip#411
  • strans/accept: fix cancel/rejection by @maximilianfridrich in baresip#423
  • hash: add hash_list_idx() by @sreimers in baresip#427
  • tls: Add a method to set OpenSSL certificate by @Lastique in baresip#426
  • sipsess: fix PRACK offer/answer behavior by @maximilianfridrich in baresip#430
  • thread: thrd_error fixes by @sreimers in baresip#431
  • sipsess: fix coverity warnings by @maximilianfridrich in baresip#433
  • main: add re_nfds() and poll_method_get() getters by @sreimers in baresip#435
  • fmt/print: fix local_itoa casting by @sreimers in baresip#437
  • leb128: switch to uint64_t by @alfredh in baresip#436
  • types,mk: remove HAVE_STDBOOL_H by @sreimers in baresip#439
  • fmt/print: snprintf restrict declarations by @sreimers in baresip#438
  • net: minor cleanup in linux route code by @alfredh in baresip#440
  • sip: add RFC 3311 support by @maximilianfridrich in baresip#425
  • rtmp: check upper bound for amf array by @alfredh in baresip#441
  • rtcp: check TWCC count range (Coverity fix) by @alfredh in baresip#442
  • mem: Align data to natural alignment by @Lastique in baresip#416
  • ci/misc: bump [email protected] by @sreimers in baresip#444
  • net: linux/rt: init gw to correct af by @alfredh in baresip#447
  • rtp: Add rtcp_send declaration to the public header by @Lastique in baresip#448
  • Main method best by @alfredh in baresip#449
  • cmake: add explicit /volatile:ms (required for arm) by @sreimers in baresip#451
  • mem: Make nrefs atomic by @Lastique in baresip#446
  • atomic: add some short atomic alias helpers by @sreimers in baresip#452
  • ci/build: replace deprecated macos-10.15 by @sreimers in baresip#454
  • Improve RFC 3262 by @maximilianfridrich in baresip#450
  • atomic: rename helpers by @sreimers in baresip#455
  • cmake,make: add clang atomic-implicit-seq-cst warning by @sreimers in baresip#453
  • cmake: add missing includes to install by @paresy in baresip#456
  • Fix prack handling by @maximilianfridrich in baresip#457
  • mem: Correct memory clobbering size by @Lastique in baresip#458
  • mem: Correct calculation of total mem size in mem_status by @Lastique in baresip#459
  • tls: Securely clear memory from private key material by @Lastique in baresip#460
  • fmt/str_error: always print error number by @sreimers in baresip#461
  • thread: add cnd_broadcast posix/win32 fallbacks by @sreimers in baresip#463
  • list: add list_move() helper by @sreimers in baresip#464
  • thread: fix thread_create_name ENOMEM by @sreimers in baresip#465

v2.5.0 - 2022-07-01

  • av1: add doxygen comments by @alfredh in baresip#384
  • rtp: add function to calc sequence number diff by @alfredh in baresip#385
  • CI fixes by @sreimers in baresip#387
  • trace: C11 mutex by @alfredh in baresip#390
  • trace: init refactor by @sreimers in baresip#391
  • jbuf: use C11 mutex by @alfredh in baresip#392
  • av1: define and make AV1_AGGR_HDR_SIZE public by @alfredh in baresip#393
  • main: add re_thread_check() for NON-RE thread calls by @sreimers in baresip#389
  • cmake: add HAVE_SIGNAL on UNIX by @sreimers in baresip#394
  • av1: add av1_obu_count() by @alfredh in baresip#395
  • thread: add mtx_alloc by @sreimers in baresip#396
  • rtp: C11 mutex by @alfredh in baresip#397
  • lock: remove deprecated module by @alfredh in baresip#398
  • Added sippreg_unregister API function by @juha-h in baresip#400
  • av1 work by @alfredh in baresip#402
  • rtp: add rtp_is_rtcp_packet() by @alfredh in baresip#405
  • Fix mutex alloc destroy by @sreimers in baresip#406
  • av1: minor fixes and doxygen comments by @alfredh in baresip#407
  • rtp: Add support for RFC5104 PSFB FIR by @Lastique in baresip#408
  • jbuf: Add drain method by @Lastique in baresip#409
  • uag: add timestamps to SIP trace by @cspiel1 in baresip#412
  • fmt/fmt_timestamp: some cleanup by @sreimers in baresip#413
  • main: refactor libre_init and re_global handling by @sreimers in baresip#404
  • main: Add support for external threads attaching/detaching re context by @Lastique in baresip#414
  • mem: Fix formatting for nrefs and size. by @Lastique in baresip#415

v2.4.0 - 2022-06-01

What's Changed

  • ci: test centos -> fedora by @alfredh in baresip#340
  • Tls bio opaque by @alfredh in baresip#341
  • main: remove usage of crypto_set_id_callback() by @alfredh in baresip#342
  • jbuf: in adaptive mode do not manipulate min buffer size by @cspiel1 in baresip#343
  • av1 obu by @alfredh in baresip#345
  • jbuf: improve adaptive mode by @cspiel1 in baresip#344
  • av1 packetizer by @alfredh in baresip#346
  • av1: depacketizer by @alfredh in baresip#347
  • h265: move from rem to re by @alfredh in baresip#348
  • jbuf: avoid reducing of wish size too early by @cspiel1 in baresip#349
  • ci/build: add ubuntu 22.04 (beta) by @sreimers in baresip#351
  • h264: move from rem to re by @alfredh in baresip#350
  • add C11 thread, mutex and condition API by @sreimers in baresip#249
  • thread: use pthread as default fallback by @sreimers in baresip#354
  • mem: use new C11 mutex locking by @sreimers in baresip#352
  • dbg: use C11 thread mutex by @sreimers in baresip#356
  • thread: add thread-local storage functions by @sreimers in baresip#355
  • main/openssl: cleanup by @sreimers in baresip#358
  • cmake: sort warning flags by @alfredh in baresip#359
  • doxygen: update comments by @alfredh in baresip#360
  • main: use C11 thread mutex by @sreimers in baresip#357
  • make: disable warning flag -Wdeclaration-after-statement by @alfredh in baresip#363
  • cleanup pthread by @sreimers in baresip#362
  • update doxygen comments by @alfredh in baresip#366
  • ci/coverage: downgrade gcovr by @sreimers in baresip#365
  • tls: print openssl error queue if accept failed by @alfredh in baresip#367
  • main: fd_setsize -1 for RLIMIT_NOFILE value by @sreimers in baresip#368
  • jbuf: flush on RTP timeout by @cspiel1 in baresip#370
  • thread: add mtx_destroy by @sreimers in baresip#371
  • dns: add query cache by @sreimers in baresip#369
  • mem,btrace: fix struct alignment by @sreimers in baresip#372
  • av1: change start flag to continuation flag (inverse) by @alfredh in baresip#375
  • tmr: add tmr_start_dbg by @sreimers in baresip#373
  • ice: rename to local pref by @alfredh in baresip#376
  • tls: Switch from EVP_sha1() to EVP_sha256() when using it for X509_sign() by @robert-scheck in baresip#377

v2.3.0 - 2022-05-01

  • cmake: use static build as default target (improves subdirectory usage) by @sreimers in baresip#311
  • jbuf: fix RELEASE build with DEBUG_LEVEL 6 by @cspiel1 in baresip#313
  • fmt/pl: use unsigned type before negation by @sreimers in baresip#312
  • fmt/pl: rewrite negative handling (avoid undefined behavior) by @sreimers in baresip#314
  • http/request: fix possbile null pointer dereference by @sreimers in baresip#316
  • sdp: check sdp_bandwidth lower bound by @sreimers in baresip#317
  • main: use re_sock_t by @sreimers in baresip#315
  • ccheck: check all CMakeLists.txt files by @sreimers in baresip#320
  • list: O(1) sorted insert if we expect append in most cases by @cspiel1 in baresip#318
  • add pcp protocol by @alfredh in baresip#321
  • cmake: define RELEASE for release builds by @alfredh in baresip#323
  • Mem lock win32 by @alfredh in baresip#324
  • pcp: fix win32 warning by @alfredh in baresip#325
  • ci/msvc: treat all compiler warnings as errors by @sreimers in baresip#326
  • cmake: add MSVC /W3 compile option by @sreimers in baresip#327
  • cmake: add FreeBSD and OpenBSD by @sreimers in baresip#329
  • md5: remove fallback implementation by @sreimers in baresip#328
  • cmake: add runtime and development install components by @sreimers in baresip#330
  • mem: remove low/high block size stats by @alfredh in baresip#331
  • mem: add error about missing locking by @alfredh in baresip#332
  • set TCP source port in Via and Contact header by @cspiel1 in baresip#334
  • remove sys_rel_get and epoll_check by @alfredh in baresip#335
  • support tls session reuse by @fAuernigg in baresip#333
  • rand: init only needed for libc rand by @alfredh in baresip#336
  • tls: fix crash in debug warn msg by @fAuernigg in baresip#337
  • mem: init g_memLock directly by @alfredh in baresip#339
  • prepare for version 2.3.0 by @alfredh in baresip#338

v2.2.2 - 2022-04-09

  • sha256: add wrapper by @alfredh in baresip#306
  • workflow: upgrade to openssl 3.0.2 by @alfredh in baresip#305
  • aubuf adaptive jitter buffer by @cspiel1 in baresip#303
  • Improve WIN32 UDP socket handling by @sreimers in baresip#296
  • tcp: remove tcp_conn_fd by @alfredh in baresip#308
  • tcp: improve win32 socket and error handling by @sreimers in baresip#309

v2.2.1 - 2022-04-01

  • cmake: add packaging by @sreimers in baresip#299
  • sha: add sha 256 and 512 digest length OpenSSL compats by @sreimers in baresip#300
  • main: use Winsock2.h by @sreimers in baresip#302
  • cmake: for Android platform dont enable ifaddrs/getifaddrs by @alfredh in baresip#304
  • sa/sa_is_loopback: check full IPv4 loopback range (127.0.0.0/8) by @sreimers in baresip#301

v2.2.0 - 2022-03-28

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

New Contributors

  • @jimying made their first contribution in baresip#290

v2.1.1 - 2022-03-12

Fixes

  • mk: fix ABI versioning #268

v2.1.0 - 2022-03-11

What's Changed

  • Tls sipcert per acc by @cHuberCoffee in baresip#96
  • ToS for video and sip by @cspiel1 in baresip#98
  • sdp: in media_decode() reset rdir if port is zero by @cspiel1 in baresip#99
  • mk/re: add variable length array (-Wvla) compiler warning by @sreimers in baresip#100
  • Macos openssl by @sreimers in baresip#105
  • pkg-config version check by @sreimers in baresip#107
  • sa: add setter and getter for scope id by @cspiel1 in baresip#108
  • net: in net_dst_source_addr_get() make parameter dst const by @cspiel1 in baresip#109
  • Avoid 'ISO C90 forbids mixed declarations and code' warnings by @juha-h in baresip#112
  • SIP redirect callbackfunction by @cHuberCoffee in baresip#111
  • add secure websocket tls context by @sreimers in baresip#113
  • fmt: add string to bool function by @cspiel1 in baresip#115
  • fix clang analyze warnings by @sreimers in baresip#114
  • fmt: support different separators for parameter parsing by @cspiel1 in baresip#117
  • Refactor inet_ntop and inet_pton by @sreimers in baresip#118
  • add essential fields check by @I-mpossible in baresip#119
  • sa: add support for interface suffix for IPv6ll by @cspiel1 in baresip#116
  • net: fix net_if_getname IPv6 support by @sreimers in baresip#120
  • udp: add udp_recv_helper by @alfredh in baresip#122
  • sa: fix build for old systems by @cspiel1 in baresip#121
  • sa/addrinfo: fix openbsd (drop AI_V4MAPPED flag) by @sreimers in baresip#125
  • ci/codeql: add scan-build by @sreimers in baresip#128
  • Fixed debian changelog version by @juha-h in baresip#129
  • IPv6 link local support by @cspiel1 in baresip#106
  • sip: add fallback transport for transp_find() by @cspiel1 in baresip#132
  • SIP default protocol by @cspiel1 in baresip#131
  • remove orphaned files by @viordash in baresip#136
  • outgoing calls early callid by @cspiel1 in baresip#135
  • sip: fix possible "???" dns srv queries by skipping lines without srvid by @cHuberCoffee in baresip#133
  • odict: hide struct odict_entry by @sreimers in baresip#130
  • tls: add keylogger callback function by @cHuberCoffee in baresip#140
  • http/client: support other auth token types besides bearer by @fAuernigg in baresip#142
  • tls: fix client certificate replacement by @cHuberCoffee in baresip#145
  • http/client: support dns ipv6 by @fAuernigg in baresip#141
  • rtp: add payload-type helper by @alfredh in baresip#148
  • sip: check consistency between CSeq method and that of request line by @I-mpossible in baresip#146
  • Fix win32 by @viordash in baresip#149
  • fix warnings from PVS-Studio C++ static analyzer by @viordash in baresip#150
  • RTP inbound telephone events should not lead to packet loss by @cspiel1 in baresip#151
  • support inet6 by default in Win32 project by @viordash in baresip#154
  • sdp: differentiate between media line disabled or rejected by @cHuberCoffee in baresip#134
  • move network check to module by @cspiel1 in baresip#152
  • odict: move odict_compare from retest to re by @fAuernigg in baresip#153
  • sip: reuse transport protocol of first request in dialog (#143) by @cspiel1 in baresip#144
  • json: fix parsing json containing only single value by @fAuernigg in baresip#155
  • ice: fix checklist by @alfredh in baresip#156
  • mk: add compile_commands.json (clang only) by @sreimers in baresip#157
  • sdp: debug print session and media direction by @cspiel1 in baresip#158
  • add btrace module (linux/unix only) by @sreimers in baresip#160
  • mk: add CC_TEST header check by @sreimers in baresip#162
  • init dst address by @cspiel1 in baresip#164
  • ice: check if candpair exist before adding by @alfredh in baresip#165
  • mk: add CC_TEST cache by @sreimers in baresip#163
  • btrace: use HAVE_EXECINFO by @sreimers in baresip#166
  • Coverity by @sreimers in baresip#170
  • icem: remove dead code (found by coverity 240639) by @sreimers in baresip#171
  • hash: switch to simpler "fast algorithm" by @ydroneaud in baresip#173
  • dns: fix dnsc_alloc with IPv6 disabled by @sreimers in baresip#174
  • mk: deprecate HAVE_INET6 by @sreimers in baresip#175
  • Fix for btrace print for memory leaks by @cspiel1 in baresip#177
  • set sdp laddr to SIP src address by @cspiel1 in baresip#172
  • sdp: include all media formats in SDP offer by @cHuberCoffee in baresip#176
  • ci: add centos 7 build test by @sreimers in baresip#179
  • sip: move sip_auth_encode to public api for easier testing by @sreimers in baresip#181
  • sipsess: do not call desc handler on shutdown by @cspiel1 in baresip#182
  • stream flush rtp socket by @cspiel1 in baresip#185
  • ci: fix macos openssl build by @sreimers in baresip#188
  • http: HTTP Host header conform to RFC for IPv6 addresses by @cspiel1 in baresip#189
  • Increased debian compatibility level from 9 to 10 by @juha-h in baresip#192
  • mk: move darwin dns LFLAGS to re.mk (fixes static builds) by @sreimers in baresip#193
  • build infrastructure: silent and verbose modes by @abrodkin in baresip#194
  • mk: use posix regex for sed CC major version detection by @sreimers in baresip#195
  • dns: fix parse_resolv_conf for OpenBSD by @sreimers in baresip#196
  • sip: add optional TCP source port by @cspiel1 in baresip#198
  • ci: add mingw build and test by @sreimers in baresip#199
  • net: remove net_hostaddr by @sreimers in baresip#200
  • ci/centos7: add openssl by @sreimers in baresip#203
  • hmac: use HMAC() api (fixes OpenSSL 3.0 deprecations) by @sreimers in baresip#202
  • md5: use EVP_Digest for newer openssl versions by @sreimers in baresip#204
  • sha: add new sha1() api by @sreimers in baresip#205
  • OpenSSL 3.0 by @sreimers in baresip#206
  • udp: add win32 qos support by @sreimers in baresip#186
  • ci/mingw: fix dependency checkout by @sreimers in baresip#207
  • ice: remove ice_mode by @alfredh in baresip#147
  • Codeql security by @sreimers in baresip#208
  • aubuf insert auframes sorted by @cspiel1 in baresip#209
  • ci: add valgrind by @sreimers in baresip#214
  • tls: remove code for openssl 0.9.5 by @alfredh in baresip#215
  • ice: remove unused file by @alfredh in baresip#217
  • main: remove obsolete OPENWRT epoll check by @alfredh in baresip#218
  • dns,http,sa: fix HAVE_INET6 off warnings by @sreimers in baresip#219
  • preliminary support for cmake by @alfredh in baresip#220
  • make,cmake: set SOVERSION to major version by @sreimers in baresip#221
  • mk: remove MSVC project files, use cmake instead by @alfredh in baresip#223
  • natbd: remove module (deprecated) by @alfredh in baresip#225
  • sha: remove backup implementation by @alfredh in baresip#224
  • sha,hmac: use Apple CommonCrypto if defined by @alfredh in baresip#226
  • stun: add stun_generate_tid by @alfredh in baresip#227
  • add cmakelint by @sreimers in baresip#228
  • Cmake version by @alfredh in baresip#229
  • cmake: add option to enable/disable rtmp module by @alfredh in baresip#230
  • lock: use rwlock by default by @sreimers in baresip#232
  • cmake: fixes for MSVC 16 by @alfredh in baresip#233
  • json: fix win32 warnings by @alfredh in baresip#234
  • ci: add cmake build by @sreimers in baresip#222
  • mqueue: fix win32 warnings by @alfredh in baresip#235
  • tcp: fix win32 warnings by @alfredh in baresip#236
  • cmake: fix target_link_libraries for win32 by @alfredh in baresip#238
  • stun: fix win32 warnings by @alfredh in baresip#237
  • udp: fix win32 warnings by @alfredh in baresip#239
  • tls: fix win32 warnings by @alfredh in baresip#241
  • remove HAVE_INTTYPES_H by @alfredh in baresip#231
  • udp: fix win32 warnings by @alfredh in baresip#242
  • cmake: minor fixes by @alfredh in baresip#244
  • cmake: fix MSVC ninja by @sreimers in baresip#243
  • tcp: fix win32 warnings by @alfredh in baresip#245
  • udp: fix win32 msvc warnings by @sreimers in baresip#246
  • rtmp: fix win32 warning by @sreimers in baresip#247
  • bfcp: fix win32 warning by @sreimers in baresip#248
  • tls: fix libressl 3.5 by @sreimers in baresip#250
  • fix coverity scan warnings by @sreimers in baresip#251
  • Allow hanging up call that has not been ACKed yet by @juha-h in baresip#252
  • mk,cmake: add backtrace support and fix linking on OpenBSD by @sreimers in baresip#254
  • github: add CMake and Windows workflow by @alfredh in baresip#255
  • Windows (VS 2022/Ninja) by @sreimers in baresip#257
  • cmake: fixes for Android by @alfredh in baresip#258
  • tmr: reuse tmr_jiffies_usec by @alfredh in baresip#259
  • trace: use gettid as thread_id on linux by @sreimers in baresip#213
  • tmr: use CLOCK_MONOTONIC_RAW if defined by @alfredh in baresip#260
  • add atomic support by @sreimers in baresip#261
  • Sonarcloud by @sreimers in baresip#262
  • sip: fix gcc 6.3.0 warning for logical expression (#256) by @cspiel1 in baresip#263
  • add transport-cc rtcp feedback support by @fippo in baresip#264

New Contributors

  • @I-mpossible made their first contribution in baresip#119
  • @viordash made their first contribution in baresip#136
  • @ydroneaud made their first contribution in baresip#173
  • @abrodkin made their first contribution in baresip#194

v2.0.1 - 2021-04-22

Fixed

  • tmr: fix FreeBSD and OpenBSD #97
  • mk: fix clang analyze CFLAGS

Changed

  • tls: different return values for tls_get_ca_chain_field() #94

v2.0.0 - 2021-04-10

Added

  • .gitignore: add ctags and vim swp files to gitignore #31
  • tls: add tls_add_capem() for adding CA cert as PEM string #33
  • httpauth: Add digest support for http clients #33
  • httpauth: Add basic authentication for HTTP clients #33
  • dns: add set function for DNS config #33
  • http/client: support IPv6 #33
  • http/client: use const parameter for set laddr(6) functions #33
  • http/client: add set function for timeout #33
  • http/client: add http_client_add_capem() #33
  • http/client: add set functions for client certificate and private key #33
  • http: add HTTP request connection with authorization #33
  • http: setting of timeouts for http client #35
  • http: set default path for http requests #35
  • tls: set selfsigned Elliptic Curve (EC) function #17
  • tls: extend server verification by host name check (SNI) #45
  • jbuf: adapative jitter buffer #41
  • tmr: add tmr_jiffies_usec() - get accurate microseconds #52
  • fmt: add pl_i32() that converts pl to int32_t #60
  • fmt: add pl_i64() that converts pl to int64_t #60
  • mk/re: add C11 and Atomic detection #61
  • ci: add abi check #39
  • trace: add re_trace api #48
  • Add function that resets the timeout timer for a connection of the HTTP server. #88
  • add error trace helpers #87
  • sip/auth: add algorithm=MD5 #86
  • sys: filesystem isdir function
  • tls: use ENOENT in tls_add_cafile_path as error code
  • tls: more generic function to set cafile and capath
  • mk: add .so name versioning, resolves #32
  • mk/re: add clang shorten-64-to-32 warning
  • mk/re: document new library/header prioritised order with custom SYSROOT
  • mk/re: info double colon rule (#64) #64
  • udp: Add function udp_open for socket without bind
  • rtp: Add rtp_open which creates an RTP object only for sending. #77
  • sip: add decode function for SIP transport
  • sip: SIP/TLS Server Name Indication (#67) #67
  • transp: add flag to disable SIP TLS server verification #76

Removed

  • openssl: remove obsolete function tls_set_hostname() #33
  • mk/re: remove gcc 2.x/3.x support #58
  • ci: drop ubuntu 16.04 support - end of life

Changed

  • http/client: cleanup doxygen #33
  • http/client: use host of http_req for the host name validation #37
  • main: disable MAIN_DEBUG, TMR_DEBUG and increase MAX_BLOCKING to 500ms #43
  • sipreg: dont't force digest challenge for register #49
  • mk/re: do not override LIBRE_INC, LIBRE_SO and LIBRE_PATH #62
  • readme: update supported systems and add tiers #81
  • tls: use ENOTDIR in tls_add_cafile_path if capath is not a dir #84
  • tls: check capath is directory
  • net: get default source addr from udp local test socket #66
  • Update chklist.c #70
  • Update icesdp.c #69
  • mk: cross build changes (#63) #63
  • sip: use sip_transp_decode() #71
  • tls: tls_get_issuer/subject return the info of the first loaded ca #80

Fixed

  • dns/client: fix HAVE_INET6 and win32/vcxproj: updates #28
  • http: fix segfault in response.c #35
  • http/request: parameter NULL check for http_reqconn_send() #37
  • http/client: fix conn_idle #46
  • http/httpreq: mem leak fix #47
  • sip/request: fix msg->scode null pointer dereference
  • rtmp/conn: initialize err
  • mk/re: fix LIBRE_SO static detection
  • dns/res: Properly process IPV4 and IPV6 addresses (DARWIN) #56
  • sip/keepalive: fix codeql cpp/integer-multiplication-cast-to-long
  • fmt/time: fix codeql gmtime warning
  • mk/re: fix gcc 4.x and newer compiler warnings
  • sys: add _BSD_SOURCE 1 for compatibility reasons #92
  • fix weak self-signed certificates #68
  • net/tls: fixing shorten-64-to-32 warnings #65
  • http: add missing newline to warning #78
  • http: fix file read for client certificates
  • mk/re: do not override LIBRE_INC, LIBRE_SO and LIBRE_PATH #62
  • tls: safety NULL pointer check in tls_add_ca() #79

Contributors (many thanks)

v1.1.0 - 2020-10-04

Added

  • tls: functions to get the certificate issuer and subject #18
  • uri: Added path field to struct uri and its decode to uri_decode #22
  • tcp: add tcp_connect_bind #24
  • http: support bind to laddr in http_request #24
  • sipreg: support Cisco REGISTER keep-alives #19
  • sip: websocket support #26

Fixed

  • tls/openssl: fix X509_NAME win32/wincrypt.h conflict
  • dns: listen on IPv4 and IPv6 socket #27
  • main: fix/optimize windows file descriptors #25

Contributors (many thanks)

  • Alfred E. Heggestad
  • Christian Spielberger
  • Christoph Huber
  • Franz Auernigg
  • Juha Heinanen
  • johnjuuljensen
  • Sebastian Reimers

v1.0.0 - 2020-09-08

Added

  • sip: add trace
  • sdp: sdp_media_disabled API function #2
  • tls: add tls_set_selfsigned_rsa #6
  • tls: add functions to verify server cert, purpose and hostname #10
  • http: client should set SNI #10
  • http: client should use tls functions to verify server certs, purpose and hostname #10
  • sipreg: add proxy expires field and get function #13
  • sipreg: make re-register interval configurable #13

Changed

  • debian: Automatic cleanup after building debian package

Fixed

  • Set SDK path (SYSROOT) using xcrun (fix building on macOS 10.14)
  • tcp: close socket on windows if connection is aborted or reset #1
  • rtmp: Fix URL path parsing (creytiv#245)
  • ice: various fixes [baresip/baresip#925]
  • openssl/tls: replace deprecated openssl 1.1.0 functions #5

Contributors (many thanks)

  • Alfred E. Heggestad
  • Christian Spielberger
  • Christoph Huber
  • Franz Auernigg
  • juha-h
  • Juha Heinanen
  • Richard Aas
  • Sebastian Reimers