linphone-sdk

SSL Client certificate verification on linphone

谁都会走 提交于 2020-01-03 03:37:09
问题 I was implementing secure calling from asterisk official site tutorial And after a lot of effort and understanding of ssl and certificates, I have managed to secure it only 1 way. Following was the best clue and direction: SSL using self signed certs on linphone How can I make use of client certificates (which the above tutorial generated) to validate clients also on server; called full ssl authentication I read about this setting in linphonerc file: "verify_client_certs=1" but I don't know

Convert C & submodule included objective-C project (linphone) as a framework or static library?

谁说胖子不能爱 提交于 2019-12-04 05:31:32
问题 I want to merge two projects. First project Written in objective C and swift 2.3 Pod dependencies Have different Targets Submodules dependencies Second project https://github.com/BelledonneCommunications/linphone Written in Objective C dependency on linphone SDK written in C Submodules dependencies How can I convert Second project(linphone) as a framework? EDIT 1 I have integrated linphone project(second project) including the C written linphone SDK and Rectified all compile time errors. and