Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1005 closed defect (fixed)

TLS/SSL issues.

Reported by: nanang Owned by: nanang
Priority: normal Milestone: release-1.5.5
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by nanang)

Known issues:

  1. pjsip_tls_transport_start() won't apply ca_list_file when cert_file is not set (thanks Tal Fromm for the report).
  2. lis_create_transport() doesn't apply cert settings (thanks Tal Fromm for the report).
  3. Update cipher type in pjsip_tls_setting to follow the new SSL socket abstraction.
  4. Also export the cipher setting to pjsua app option (thanks Tal Fromm for the suggestion).

Change History (5)

comment:1 Changed 14 years ago by nanang

  • Description modified (diff)
  • Owner changed from bennylp to nanang
  • Summary changed from Update cipher type in pjsip_tls_setting to follow the new SSL socket abstraction. to TLS/SSL issues.

comment:2 follow-up: Changed 14 years ago by nanang

  • Description modified (diff)

Ticket #1005:

  • Fixed issue #1 and #2.
  • Fixed pjsua app, missing TLS transport setting require_client_cert for --tls-verify-client option.

comment:3 in reply to: ↑ 2 Changed 14 years ago by nanang

The fixes above were in r3039.

comment:4 Changed 14 years ago by nanang

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

Moved #3 and #4 to #1014

comment:5 Changed 14 years ago by ismangil

  • Milestone changed from release-1.6 to release-1.5.5
Note: See TracTickets for help on using tickets.