Changes between Version 1 and Version 2 of Ticket #1032


Ignore:
Timestamp:
Feb 9, 2010 3:33:43 PM (14 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1032

    • Property Summary changed from TLS certificate verification (thanks Rohit Agrawal, Klaus Darilion, and Pierre-Luc Bacon) to TLS certificate verification (thanks Rohit Agrawal, Klaus Darilion, and Pierre-Luc Bacon for the suggestions)
  • Ticket #1032 – Description

    v1 v2  
    11Issues: 
    22 - Domain name verification, IETF RFC draft could be found [http://tools.ietf.org/html/draft-ietf-sip-domain-certs-04 here]. 
    3  - Flexible behaviour on negative verification result, full report can be found [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2010-January/010249.html here]. 
     3 - Add callback in PJSUA-LIB to notify transport state (e.g. transport is connected or disconnected). There are several use cases for this: 
     4   - application send re-REGISTER when the connection is down. This should reconnect the transport. 
     5   - application can inspect TLS connection/verification error and reconfigure TLS transport respectively (for example, to disable domain verification if TLS connection fails due to certificate error (perhaps after asking for user confirmation)) 
     6