Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2185 closed enhancement (fixed)

Darwin (Mac OS & iOS) native SSL backend

Reported by: ming Owned by: ming
Priority: normal Milestone: release-2.9
Component: pjlib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description (last modified by ming)

This ticket will add support of Darwin native SSL using the Security framework as the SSL backend for Mac OS and iOS.

Change History (5)

comment:1 Changed 5 years ago by ming

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

In 5957:

Fixed #2185: Darwin (Mac OS & iOS) native SSL backend

comment:2 Changed 5 years ago by ming

In 5958:

Re #2185: Add Security framework to ipjsua sample app

comment:3 Changed 5 years ago by ming

In 5959:

Re #2185: Darwin SSL backend

  • Security framework availability will be automatically detected for Mac OS and iOS, and if found, Darwin SSL will be the default SSL backend.
  • OpenSSL availability will still be checked regardless of the above result, as it may be needed for DTLS.
  • Add configure option --disable-darwin-ssl to disable the automatic detection

comment:4 Changed 5 years ago by ming

  • Description modified (diff)

comment:5 Changed 5 years ago by ming

In 6018:

Re #2185: Modified the autodetection in configure script to try to compile a sample code instead.

Note: See TracTickets for help on using tickets.