<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[wolfSSL - Embedded SSL Library — Wolfssl over BLE transport for ios/Android platforms]]></title>
		<link>https://www.wolfssl.com/forums/topic1962-wolfssl-over-ble-transport-for-iosandroid-platforms.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic1962.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Wolfssl over BLE transport for ios/Android platforms.]]></description>
		<lastBuildDate>Fri, 23 Jun 2023 20:55:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post7172.html#p7172</link>
			<description><![CDATA[<p>Hi Michele, <br />I am aware that some of our customers call wolfSSL naively from swift.&nbsp; We have heard no problems from them.&nbsp; Perhaps you can try it out and if you find any issues, please do let me know. </p><p>Warm regards, Anthony</p>]]></description>
			<author><![CDATA[null@example.com (anthony)]]></author>
			<pubDate>Fri, 23 Jun 2023 20:55:10 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post7172.html#p7172</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post7171.html#p7171</link>
			<description><![CDATA[<p>Hello Antony.</p><p>On another note, are you aware of commercially available native swift bindings/wrappers for the WolfSSL library?<br />Similar to the JNDI for Android, but for Swift?</p><p>My understanding is that we do need to carefully take care of unsafe/opaque pointers ourselves, unless native bindings happen to exist, and that the library is designed to be used in C.</p><p>Thanks Michele.</p>]]></description>
			<author><![CDATA[null@example.com (michele.fadda)]]></author>
			<pubDate>Fri, 23 Jun 2023 20:50:08 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post7171.html#p7171</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post7170.html#p7170</link>
			<description><![CDATA[<p>Sorry, the right command to use is actually nm -a, and it shows all the symbols.<br />Managed to get the library to compile with 5.6.2 stable without missing symbols.<br />Thanks, Michele</p>]]></description>
			<author><![CDATA[null@example.com (michele.fadda)]]></author>
			<pubDate>Fri, 23 Jun 2023 20:31:02 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post7170.html#p7170</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post7155.html#p7155</link>
			<description><![CDATA[<p>Hi Michele, </p><p>TLS 1.3 is supported and enabled by default for both FiPS and non-FIPS code. Can you please try removing the `-gu` parameters on your execution of `nm`? </p><p>&gt; I am attaching my user_seettings.h file</p><p>Sorry, but I did not find any attachments on your latest message.&nbsp; Can you try again? </p><p>Warm regards, Anthony</p>]]></description>
			<author><![CDATA[null@example.com (anthony)]]></author>
			<pubDate>Tue, 20 Jun 2023 18:29:24 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post7155.html#p7155</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post7153.html#p7153</link>
			<description><![CDATA[<p>That is precisely what I am doing.<br />But it is not working.</p><p>With this user_settings.h, with the release wolfssl-5.6.2-stable, inside the IDE/XCODE workspace,<br />after compiling libwolfssl_ios.a , running the following command:</p><p>nm -gu libwolfssl_ios.a &gt; symbols.txt<br />results in a list of symbols, contained inside libwolfssl_ios.a that just include the following &quot;methods&quot;:</p><p>_InitSSL_Method<br />_wolfTLSv1_3_client_method<br />_wolfSSL_BIO_method_type</p><p>In particular, the method wolfTLSv1_3_server_method is absent, despite the library having been compiled with the defines:<br />#define WOLFSSL_TLS13<br />#define WOLFSSL_EITHER_SIDE</p><p>I am attaching my user_seettings.h file</p><p>I believe this is a bug.</p><p>Is TLS1.3 supported on Xcode only in the FIPS enabled version?<br />Am I doing something wrong?</p>]]></description>
			<author><![CDATA[null@example.com (michele.fadda)]]></author>
			<pubDate>Tue, 20 Jun 2023 17:13:49 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post7153.html#p7153</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post7152.html#p7152</link>
			<description><![CDATA[<p>Hi Michele, </p><p>For XCode instructions, please see <a href="https://github.com/wolfSSL/wolfssl/tree/master/IDE/XCODE">https://github.com/wolfSSL/wolfssl/tree … /IDE/XCODE</a> . <br />That will show you the README.md which will give you instructions regarding user_settings.h which refers to this file: </p><p><a href="https://github.com/wolfSSL/wolfssl/blob/master/IDE/XCODE/user_settings.h">https://github.com/wolfSSL/wolfssl/blob … settings.h</a></p><p>You can add your macro defines and undefs in there. </p><p>Warm regards, Anthony</p>]]></description>
			<author><![CDATA[null@example.com (anthony)]]></author>
			<pubDate>Mon, 19 Jun 2023 19:37:56 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post7152.html#p7152</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post7151.html#p7151</link>
			<description><![CDATA[<p>Hello, I have a similar problem.</p><p>After compiling the library with Xcode, I can see that even providing the following additions to the user_options.h file, the compiled .a library does not contain the TLS1.3 methods:</p><br /><p>#define WOLFSSL_TLS13<br />#define NO_RSA<br />#define HAVE_FFDHE_2048<br />#define HAVE_HKDFe</p><p>What is the correct way of compiling WolfSSL with support for iOS and macOS, from Xcode, so that TLS1.3 is enabled?</p><p>BTW I know that the .a library does not contain, e.g.: wolfTLSv1_3_server_method(), because that symbol is not present in the list of symbols found with the command nm -gu libwolfssl_ios.a <br />Apparently _wolfTLSv1_1_client_method is instead there as a symbol, and that is not what I would like.</p>]]></description>
			<author><![CDATA[null@example.com (michele.fadda)]]></author>
			<pubDate>Mon, 19 Jun 2023 19:05:09 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post7151.html#p7151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post6938.html#p6938</link>
			<description><![CDATA[<p>Hello ajmal, </p><p>Thank you for reaching out and asking about wolfSSL!&nbsp; My name is Anthony Hu and I will do my best to help you. At wolfSSL, We love hearing about how people are using our projects so can you please tell us about your project and what you are trying to achieve? </p><p>wolfSSL&#039;s INSTALL file has instructions for building and installing on both IOS and Android:&nbsp; <a href="https://github.com/wolfSSL/wolfssl/blob/master/INSTALL">https://github.com/wolfSSL/wolfssl/blob/master/INSTALL</a></p><p>Here you will find some examples for BTLE: <a href="https://github.com/wolfSSL/wolfssl-examples/tree/master/btle">https://github.com/wolfSSL/wolfssl-exam … aster/btle</a></p><p>Here are some examples for using our libraries on Android: <a href="https://github.com/wolfSSL/wolfssl-examples/tree/master/android">https://github.com/wolfSSL/wolfssl-exam … er/android</a></p><p>After looking at these resources, please do let us know if we can be of further assistance. </p><p>Warm regards, Anthony</p>]]></description>
			<author><![CDATA[null@example.com (anthony)]]></author>
			<pubDate>Wed, 08 Feb 2023 17:49:24 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post6938.html#p6938</guid>
		</item>
		<item>
			<title><![CDATA[Wolfssl over BLE transport for ios/Android platforms]]></title>
			<link>https://www.wolfssl.com/forums/post6937.html#p6937</link>
			<description><![CDATA[<p>Hi,<br />&nbsp; &nbsp; &nbsp;I wanted to know if there are any example applications on wolfssl over BLE transport for ios/Android platforms. If so please share the examples or any related documents</p>]]></description>
			<author><![CDATA[null@example.com (ajmal)]]></author>
			<pubDate>Wed, 08 Feb 2023 10:22:50 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post6937.html#p6937</guid>
		</item>
	</channel>
</rss>
