<?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 — error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
		<link>https://www.wolfssl.com/forums/topic112-error-144-asnobjectide-invalid-id.html</link>
		<atom:link href="https://www.wolfssl.com/forums/feed-rss-topic112.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in error -144 ASN_OBJECT_ID_E  /* invalid id */.]]></description>
		<lastBuildDate>Mon, 16 May 2011 22:10:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
			<link>https://www.wolfssl.com/forums/post242.html#p242</link>
			<description><![CDATA[<p>Could you tell me a little more about the chain you are trying to verify, and the CA certs you are loading?&nbsp; Such as:</p><p>- Structure of your server certificate<br />- Does your CA certificate file which you are loading contain only a single CA cert?<br />- If so, is it signed by anyone else (another CA)?</p><p>Thanks,<br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Mon, 16 May 2011 22:10:42 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post242.html#p242</guid>
		</item>
		<item>
			<title><![CDATA[Re: error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
			<link>https://www.wolfssl.com/forums/post240.html#p240</link>
			<description><![CDATA[<p>sadly i&#039;m running 1.8 because I&#039;ve made serious modifications to get cyassl embedded SSL running in a non-standard environment. I want to get 1.8 ported and running, then update to 2.0. Mainly because of those pesky deadlines&nbsp; <img src="https://www.wolfssl.com/forums/img/smilies/cool.png" width="15" height="15" alt="cool" /> </p><p>Can you describe what the error is intended to mean? Looking at 2.0 source it gives a little more clarrification from this line of code<br /></p><div class="codebox"><pre><code>CYASSL_MSG(&quot;No CA signer to verify with&quot;);</code></pre></div><p>I am running cyassl as a client. Maybe I missed a step of loading a CA. My code is loading one cert as the CA cert during the CyaSSL_CTX_load_verify_buffer(). Is it possible my CA PEM is incomplete?</p><p>My CA loading code:<br /></p><div class="codebox"><pre><code>CyaSSL_CTX_load_verify_buffer(ctx, caCertBuffer, caCertBufferSize, SSL_FILETYPE_PEM)</code></pre></div><p>Maybe I am fundamentally doing something wrong. Any insight?</p>]]></description>
			<author><![CDATA[null@example.com (j3g)]]></author>
			<pubDate>Fri, 13 May 2011 22:55:04 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post240.html#p240</guid>
		</item>
		<item>
			<title><![CDATA[Re: error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
			<link>https://www.wolfssl.com/forums/post238.html#p238</link>
			<description><![CDATA[<p>Are you using the most current version of CyaSSL (2.0)?&nbsp; We changed several things in 2.0 as far as certificate handling.&nbsp; Let me know if you still get the error with 2.0.</p><p>- Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Fri, 13 May 2011 19:48:44 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post238.html#p238</guid>
		</item>
		<item>
			<title><![CDATA[Re: error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
			<link>https://www.wolfssl.com/forums/post236.html#p236</link>
			<description><![CDATA[<p>update. I created a new certificate and key (the previous cert had been generated by a co-worker). I got past the previous problem. </p><p>I now get an error of ASN_SIG_CONFIRM_E (-155).</p>]]></description>
			<author><![CDATA[null@example.com (j3g)]]></author>
			<pubDate>Fri, 13 May 2011 15:02:52 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post236.html#p236</guid>
		</item>
		<item>
			<title><![CDATA[Re: error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
			<link>https://www.wolfssl.com/forums/post232.html#p232</link>
			<description><![CDATA[<p>are there tools that can verify a certificate is valid and void of any errors?</p>]]></description>
			<author><![CDATA[null@example.com (j3g)]]></author>
			<pubDate>Thu, 12 May 2011 18:05:09 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post232.html#p232</guid>
		</item>
		<item>
			<title><![CDATA[Re: error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
			<link>https://www.wolfssl.com/forums/post231.html#p231</link>
			<description><![CDATA[<p>Hi j3g,</p><p>Have you checked the value you are getting for &quot;b&quot; in GetName()?&nbsp; CyaSSL is expecting the tag 0x06 (ASN_OBJECT_ID).</p><p>Is the server you are testing against public?&nbsp; If not, could you send the server certificate and server key you are using to support@yassl.com?</p><p>Thanks,<br />Chris</p>]]></description>
			<author><![CDATA[null@example.com (chrisc)]]></author>
			<pubDate>Wed, 11 May 2011 17:34:39 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post231.html#p231</guid>
		</item>
		<item>
			<title><![CDATA[error -144 ASN_OBJECT_ID_E  /* invalid id */]]></title>
			<link>https://www.wolfssl.com/forums/post229.html#p229</link>
			<description><![CDATA[<p>during the SSL handshake I am receiving this error. <br /></p><div class="codebox"><pre><code>error -144 ASN_OBJECT_ID_E  /* invalid id */</code></pre></div><p>it appears to throw the error in asn.c GetName().&nbsp; </p><p>Seen this before? any suggestions to troubleshoot?</p>]]></description>
			<author><![CDATA[null@example.com (j3g)]]></author>
			<pubDate>Tue, 10 May 2011 21:53:41 +0000</pubDate>
			<guid>https://www.wolfssl.com/forums/post229.html#p229</guid>
		</item>
	</channel>
</rss>
