<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tutorial: iPhone App with compiled OpenSSL Library</title>
	<atom:link href="http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-iphone-app-with-compiled-openssl-library</link>
	<description>by Felix Schulze - a mobile evangelist. Tutorials for iOS, Android, Mac, Linux, iPhone and more...</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:28:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sai Jithendra</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-78</link>
		<dc:creator>Sai Jithendra</dc:creator>
		<pubDate>Fri, 25 Mar 2011 06:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-78</guid>
		<description>Hello Flex Schulze,

I used above correct links posted by KEN GRANT. I am using that openssl in my iphone app. But it is giving me the following error when I tried to genereate keypair using RSA_generate_key_ex(rsa, 1024, e, NULL). 


&quot;Detected an attempt to call a symbol in system libraries that is not present on the iPhone:
open$UNIX2003 called from function RAND_poll in image MyIphoneApp.
If you are encountering this problem running a simulator binary within gdb, make sure you &#039;set start-with-shell off&#039; first.
Program received signal:  “SIGABRT”. &quot;

Can U help me please!

Thanks,
Sai Jithendra.</description>
		<content:encoded><![CDATA[<p>Hello Flex Schulze,</p>
<p>I used above correct links posted by KEN GRANT. I am using that openssl in my iphone app. But it is giving me the following error when I tried to genereate keypair using RSA_generate_key_ex(rsa, 1024, e, NULL). </p>
<p>&#8220;Detected an attempt to call a symbol in system libraries that is not present on the iPhone:<br />
open$UNIX2003 called from function RAND_poll in image MyIphoneApp.<br />
If you are encountering this problem running a simulator binary within gdb, make sure you &#8216;set start-with-shell off&#8217; first.<br />
Program received signal:  “SIGABRT”. &#8221;</p>
<p>Can U help me please!</p>
<p>Thanks,<br />
Sai Jithendra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Schulze</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-77</link>
		<dc:creator>Felix Schulze</dc:creator>
		<pubDate>Fri, 01 Oct 2010 10:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-77</guid>
		<description>You must compile it for arm too (Simulator is i386, Device is arm).</description>
		<content:encoded><![CDATA[<p>You must compile it for arm too (Simulator is i386, Device is arm).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shampa</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-76</link>
		<dc:creator>Shampa</dc:creator>
		<pubDate>Fri, 01 Oct 2010 10:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-76</guid>
		<description>Thanx a lot . 
Currently i am working in an  iphone project where i have to use openssl and libosip2 libraries . kindly if you  suggest any tutorial for compiling  libosip2 library for both iphone simulator and device .
by ./configure , make and make install process the archive file (.a files) i get can be used in xcode project and works fine with iphone simulator but it does not work with iphone device . so i am in a big trouble now :( 
 i use the libosip2  version &quot;3.3.0&quot; 
here is the link --- http://ftp.debian.org/pool/main/libo/libosip2/
 so kindly can you  help me out in this problem ?</description>
		<content:encoded><![CDATA[<p>Thanx a lot .<br />
Currently i am working in an  iphone project where i have to use openssl and libosip2 libraries . kindly if you  suggest any tutorial for compiling  libosip2 library for both iphone simulator and device .<br />
by ./configure , make and make install process the archive file (.a files) i get can be used in xcode project and works fine with iphone simulator but it does not work with iphone device . so i am in a big trouble now <img src='http://www.x2on.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
 i use the libosip2  version &#8220;3.3.0&#8243;<br />
here is the link &#8212; <a href="http://ftp.debian.org/pool/main/libo/libosip2/" rel="nofollow">http://ftp.debian.org/pool/main/libo/libosip2/</a><br />
 so kindly can you  help me out in this problem ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Schulze</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-75</link>
		<dc:creator>Felix Schulze</dc:creator>
		<pubDate>Fri, 01 Oct 2010 08:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-75</guid>
		<description>You must remove the directory lib and create it after the clean command.</description>
		<content:encoded><![CDATA[<p>You must remove the directory lib and create it after the clean command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shampa</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-74</link>
		<dc:creator>Shampa</dc:creator>
		<pubDate>Thu, 30 Sep 2010 10:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-74</guid>
		<description>After Build OpenSSL for  &quot;i368 iPhoneSimulator&quot;  when i start  for  &quot;Build OpenSSL for arm iPhoneOS&quot;  i must have to run the make clean command but each time this error  occurs 
-------------------------------------------------------------------------------------
rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib
rm: openssl_i386_lib/lib: is a directory
make: *** [libclean] Error 1
--------------------------------------------------------------------------------------
my xcode version is 3.1.4 and iPhoneOS 3.1.3 SDK.</description>
		<content:encoded><![CDATA[<p>After Build OpenSSL for  &#8220;i368 iPhoneSimulator&#8221;  when i start  for  &#8220;Build OpenSSL for arm iPhoneOS&#8221;  i must have to run the make clean command but each time this error  occurs<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib<br />
rm: openssl_i386_lib/lib: is a directory<br />
make: *** [libclean] Error 1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
my xcode version is 3.1.4 and iPhoneOS 3.1.3 SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndreasMaier</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-73</link>
		<dc:creator>AndreasMaier</dc:creator>
		<pubDate>Tue, 28 Sep 2010 20:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-73</guid>
		<description>Thank you! I thought I would get it never to work.</description>
		<content:encoded><![CDATA[<p>Thank you! I thought I would get it never to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Schulze</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-72</link>
		<dc:creator>Felix Schulze</dc:creator>
		<pubDate>Tue, 13 Jul 2010 17:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-72</guid>
		<description>I have made an new tuorial for OpenSSL 1.0! Please have a look at http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/</description>
		<content:encoded><![CDATA[<p>I have made an new tuorial for OpenSSL 1.0! Please have a look at <a href="http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/" rel="nofollow">http://www.x2on.de/2010/07/13/tutorial-iphone-app-with-compiled-openssl-1-0-0a-library/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tutorial: iPhone App with compiled OpenSSL 1.0.0a Library &#124; x2on.de</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-71</link>
		<dc:creator>Tutorial: iPhone App with compiled OpenSSL 1.0.0a Library &#124; x2on.de</dc:creator>
		<pubDate>Tue, 13 Jul 2010 17:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-71</guid>
		<description>[...] You can find the tutorial for OpenSSL 0.9.8 at http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/ [...] </description>
		<content:encoded><![CDATA[<p>[...] You can find the tutorial for OpenSSL 0.9.8 at <a href="http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/" rel="nofollow">http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kudor gyozo</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-70</link>
		<dc:creator>kudor gyozo</dc:creator>
		<pubDate>Mon, 12 Jul 2010 10:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-70</guid>
		<description>Hello, I get the following errors when building the arm version. Do I have to change all i386 to armv6 or only in CFLAG in the makefile? I&#039;m building openssl 1.0.0a.

x86cpuid.s:7:bad instruction `pushl %ebp&#039;
x86cpuid.s:8:bad instruction `pushl %ebx&#039;
x86cpuid.s:9:bad instruction `pushl %esi&#039;
x86cpuid.s:10:bad instruction `pushl %edi&#039;
[...] </description>
		<content:encoded><![CDATA[<p>Hello, I get the following errors when building the arm version. Do I have to change all i386 to armv6 or only in CFLAG in the makefile? I&#8217;m building openssl 1.0.0a.</p>
<p>x86cpuid.s:7:bad instruction `pushl %ebp&#8217;<br />
x86cpuid.s:8:bad instruction `pushl %ebx&#8217;<br />
x86cpuid.s:9:bad instruction `pushl %esi&#8217;<br />
x86cpuid.s:10:bad instruction `pushl %edi&#8217;<br />
[...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.x2on.de/2010/02/01/tutorial-iphone-app-with-compiled-openssl-library/#comment-69</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.x2on.de/?p=480#comment-69</guid>
		<description>This link http://stackoverflow.com/questions/1550397/no-such-file-or-directory-for-the-files-stdarg-h-and-float-h has a suggested workaround. However as this modifies the base SDK I am not sure it is the best option. Maybe you know of a better way to configure the Makefile to look in the other folder for the specific file.</description>
		<content:encoded><![CDATA[<p>This link <a href="http://stackoverflow.com/questions/1550397/no-such-file-or-directory-for-the-files-stdarg-h-and-float-h" rel="nofollow">http://stackoverflow.com/questions/1550397/no-such-file-or-directory-for-the-files-stdarg-h-and-float-h</a> has a suggested workaround. However as this modifies the base SDK I am not sure it is the best option. Maybe you know of a better way to configure the Makefile to look in the other folder for the specific file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

