Opened 16 years ago

Closed 16 years ago

#552 closed enhancement (fixed)

Added TLS server name extension to support connecting to multi-hosted SIP TLS server (thanks Klaus Darilion for the suggestion)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.0-rc1
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description


Change History (1)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

In 2094:

  • Added pjsip_tls_setting.server_name setting
  • Added --tls-srv-name option in pjsua

Support for SSL_set_tlsext_host_name() is detected at compile time, and if it's not present it will be silently ignored.

Note: See TracTickets for help on using tickets.