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). |