Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2206 closed defect (fixed)

Avoid calling SSL_shutdown() in DTLS media transport if handshake isn't completed yet

Reported by: ming Owned by: ming
Priority: normal Milestone: release-2.9
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Calling SSL_shutdown() in DTLS media transport if handshake isn't completed will give the following error:

SSL  SSL_ERROR_SSL (Read): Level: 0 err: <336462231> <SSL routines-SSL_shutdown-shutdown while in init> len: 4000

This is similar to what's reported in r5648.

Change History (2)

comment:1 Changed 5 years ago by ming

  • Owner set to ming
  • Resolution set to fixed
  • Status changed from new to closed

In 6016:

Fixed #2206: Avoid calling SSL_shutdown() in DTLS media transport if handshake isn't completed yet

comment:2 Changed 5 years ago by ming

In 6017:

Re #2206: Fixed incorrect variable

Note: See TracTickets for help on using tickets.