commit b1f4dc1300ecae076ea3fd33a3a267d5c31d8438
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Fri May 22 23:52:51 2026 +0300

    core: changed log level for setting user tcp timeout

commit 511191adb732e72734f3cbb3744c4595c7cfb048
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Fri May 22 23:26:33 2026 +0300

    tls: merge ssl info callbacks for keylog and renegotiation
    
    Combine ssl_info_callback and sr_ssl_ctx_info_callback so tls_tracker
    key logging no longer replaces the SSL_CTX info callback that detects
    client-initiated renegotiation (CVE-2009-3555). Register the unified
    callback from domain setup and set_keylog_callback.

commit c6016c46a7c09c352b84e9a55db9b7ad886f5385
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Fri May 22 20:52:54 2026 +0300

    tls: fix shmem leak
    
    JIRA: IPPBX-336

commit f5813146fb20b3a52bbaf64ef17e5fe911e2ee7c
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Fri Mar 27 18:21:06 2026 +0100

    siptrace: docs for trace_ephemeral_socket param

commit 161eb1c3da19c81bd14ddcdaf3c9f4632df2d2b2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Fri Mar 27 18:16:03 2026 +0100

    siptrace: added parameter trace_ephemeral_socket
    
    - use ephemeral socket fields if set for outbound tcp/tls
    - related to GH #4604

commit 3b7987afe04c53a2a51c0d127839ff9c88b2d6e2
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Fri Mar 27 17:58:34 2026 +0100

    core: added field for ephemeral socket in dest info
    
    - set by tcp send with local ephemeral socket details
    - related to GH #4604

commit 93ec497e4357bfe3859996090f44f8d7cc75391f
Author: sergey-safarov <s.safarov@anycast-lb.net>
Date:   Mon Dec 8 18:24:44 2025 +0200

    outbound: added check_flow_token function
    
    * outbound: added check_flow_token function
    
    Added check_flow_token function that checks first Route header
    and flow-token presence, validaty and expiration in this header.
    
    -8 cannot parse headers
    -7 URI cannot be parsed in the first Route header
    -6 flow token expired
    -5 connection associated with flow does not exist
    -4 failed to decode flow token
    -3 no flow token, Route header present
    -2 Route URI is not Kamailio
    -1 no Route header present
    1 valid flow (connection) present
    
    * outbound: docbook - fixed 'Attribute "xmlns:xi" must be declared for element type'
    
    * outbound: fixed xml validation errors
    
    * outbound: added check_flow_token documentation
    
    ---------
    
    Co-authored-by: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>

commit 3b437d70aac01e7cb30a0268fc598f8486858928
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Wed Oct 29 12:19:32 2025 +0100

    core: parser - function to check if Route header is found

commit 031043ee529568ddc00db74163c80828a2e64c22
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Wed Oct 29 11:29:26 2025 +0100

    core: added functions to check myself for SIP uri and ignore user

commit 26890056228d3027731cb07702f214208b76e089
Author: Nikolay Ivanuschak <ivanuschak.nikolay@gmail.com>
Date:   Mon Mar 23 23:25:17 2026 +0300

    ping_endpoint: fixed crash on incorrect shmem allocation
    
    JIRA: SET-2320
