Opened 14 years ago

Last modified 14 years ago

#1005 closed defect

TLS/SSL issues. — at Version 2

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 (2)

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 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.
Note: See TracTickets for help on using tickets.