List: pjsip@lists.pjsip.org
From: Nanang Izzuddin
Re: [pjsip] Using TLS support for SRTP for PJSUA-lib
Fri, Oct 17, 2008 5:05 PM
port_tls.h
> and sip_transport_tls_ossl.c into wince project.
>
> The result is still unable to compile.
> Anyone tried implementing TLS on PJSUA/Wince?
> I am sure SSL/TLS works on WM cause I have tried OpenVPN on WM 6 devices and
> it too uses OpenSSL.
> Regards,
> Calvin
>
> On Fri, Oct 17, 2008 at 12:20 AM, Nanang Izzuddin wrote:
>>
>> Hi,
>>
>> It seems TLS on WM platform is disabled on purpose (sorry, not sure
>> what the reason is). However regarding linking problem, it is caused
>> by file pjsip/sip_transport_tls_ossl.c is not part of pjsip_core_wince
>> project, please try to add that file to pjsip_core_wince project, not
>> sure if that file could be compiled fine on WM platform though.
>>
>> Regards,
>> nanang
>>
>>
>> On Thu, Oct 16, 2008 at 9:59 AM, CalvIA IA wrote:
>> > Hi,
>> > I'm trying to set up a TLS transport on my WM 6 app built using PJSUA.
>> > I have installed the OpenSSL SDK for Windows.
>> > included the library files,
>> >
>> > For Debug build: libeay32MTd and ssleay32MTd.
>> > For Release build: libeay32MT and ssleay32MT.
>> >
>> > set PJSIP_HAS_TLS_TRANSPORT = 1 in config_site.h
>> > added a tls transport to my WM6 app
>> > "status = pjsua_transport_create(PJSIP_TRANSPORT_TLS, &tcp_cfg,
>> > &transport_id);"
>> >
>> > when compiled i get this error:
>> > Error 1 error LNK2019: unresolved external symbol
>> > pjsip_tls_transport_start
>> > referenced in function pjsua_transport_create pjsua_lib_wince.lib
>> > Error 2 fatal error LNK1120: 1 unresolved externals Windows Mobile 6
>> > Professional SDK
>> > Any one can help?
>> > Thanks.
>> > Calvin
>> >
>> >
>> > _______________________________________________
>> > Visit our blog: http://blog.pjsip.org
>> >
>> > pjsip mailing list
>> > pjsip@lists.pjsip.org
>> > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>> >
>> >
>>
>> _______________________________________________
>> Visit our blog: http://blog.pjsip.org
>>
>> pjsip mailing list
>> pjsip@lists.pjsip.org
>> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>
> _______________________________________________
> Visit our blog: http://blog.pjsip.org
>
> pjsip mailing list
> pjsip@lists.pjsip.org
> http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
>
>