#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:
- pjsip_tls_transport_start() won't apply ca_list_file when cert_file is not set (thanks Tal Fromm for the report).
- lis_create_transport() doesn't apply cert settings (thanks Tal Fromm for the report).
- Update cipher type in pjsip_tls_setting to follow the new SSL socket abstraction.
- Also export the cipher setting to pjsua app option (thanks Tal Fromm for the suggestion).
Change History (5)
comment:1 Changed 15 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: ↓ 3 Changed 15 years ago by nanang
- Description modified (diff)
comment:3 in reply to: ↑ 2 Changed 15 years ago by nanang
The fixes above were in r3039.
comment:4 Changed 15 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Moved #3 and #4 to #1014
comment:5 Changed 15 years ago by ismangil
- Milestone changed from release-1.6 to release-1.5.5
Note: See
TracTickets for help on using
tickets.
Ticket #1005: