Changes between Version 1 and Version 2 of Ticket #1005


Ignore:
Timestamp:
Dec 30, 2009 6:40:30 AM (14 years ago)
Author:
nanang
Comment:

Ticket #1005:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1005 – Description

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