Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#2213 fixed First packet for TURN over TCP might get dropped riza riza
Description

When using TURN over TCP, on dataconn_on_data_read(), remainder is not used. So, if the binding response is received with some application data, only the response will be ok.

Thanks to Sébastien Blin for the patch.

#2214 fixed Check for PJ_ICE_ST_MAX_CAND when adding new ICE candidate riza riza
Description

PJ_ICE_ST_MAX_CAND specify the maximum number of candidates for each ICE component. Currently if the number of candidates has reached it's maximum number, it is still possible to add a new one. This will lead to crash.

This patch will fix the issue.

Thanks to Steven Craft for the report.

#2221 fixed When using Openssl as TLS backend, close notify alert is not sent before closing the connection riza riza
Description

Before closing a connection, close notify alert must be sent to avoid truncation attack as stated in rfc5246:

7.2.1.  Closure Alerts

   The client and the server must share knowledge that the connection is
   ending in order to avoid a truncation attack.  Either party may
   initiate the exchange of closing messages.

Currently, the close notify alert is not sent before the connection is closed.

Thanks to Peter Koletzki for the report.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.