Skip to content

dtlsconnection: Avoid segmentation fault when no srtp capabilities are negotiated

SSL_get_selected_srtp_profile might return NULL profile so it should not be used in order to avoid segmentation faults.

Merge request reports