~mattig-schauer/+git/pjproject:mattigschauer-2.11.1

Last commit made on 2021-07-23
Get this branch:
git clone -b mattigschauer-2.11.1 https://git.launchpad.net/~mattig-schauer/+git/pjproject
Members of Mattig Schauer can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
mattigschauer-2.11.1
Repository:
lp:~mattig-schauer/+git/pjproject

Recent commits

513700f... by Riza Sulistyo <email address hidden>

Changed version to 2.11.1

b8e4403... by Nanang Izzuddin <email address hidden>

Merge pull request from GHSA-cv8x-p47p-99wr

* - Avoid SSL socket parent/listener getting destroyed during handshake by increasing parent's reference count.
- Add missing SSL socket close when the newly accepted SSL socket is discarded in SIP TLS transport.

* - Fix silly mistake: accepted active socket created without group lock in SSL socket.
- Replace assertion with normal validation check of SSL socket instance in OpenSSL verification callback (verify_cb()) to avoid crash, e.g: if somehow race condition with SSL socket destroy happens or OpenSSL application data index somehow gets corrupted.

842b4ba... by Riza Sulistyo <email address hidden>

Changed version to 2.11

79531cb... by Nanang Izzuddin <email address hidden>

More works on Trickle ICE (#2667)

- Improve trickling state management (fix no SIP INFO when initial INVITE responded immediately with 200, strayed SIP INFO after trickling is done, etc).
- Fix issues when rtcp-mux is enabled.
- Allow process incoming SIP INFO before receiving remote SDP.
- Use regular ICE on re-INVITE (with reinit media flag).
- Avoid calling pj_ice_strans_get_running_comp_cnt() for loop condition.
- Fix bug in pjnath-test: TURN server set wrong peer channel number.
- Added timer for end-of-candidate indication from remote & don't flag ice-mismatch if remote uses default address in trickle ICE

b3e51c7... by Alex Kalmuk <email address hidden>

Add embox rtos to supported targets in README.txt (#2643)

a6512ca... by Nanang Izzuddin <email address hidden>

Merge branch 'master' of https://github.com/pjsip/pjproject

fd7fe4b... by Nanang Izzuddin <email address hidden>

Misc (re #2504): Suppress a compile warning on MSVC2005: unreferenced param

1a3f8ad... by sauwming <email address hidden>

Fixed race condition between media event callback and stopping video (#2666)

3e68412... by sauwming <email address hidden>

Apple SSL (re #2482): Remove compile warnings of unused variables

e56870f... by sauwming <email address hidden>

Apple SSL (re #2482): Fixed listener creation which already incorporates port in the parameters