NanoSSL available for Kinetis ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

NanoSSL available for Kinetis ?

ソリューションへジャンプ
1,817件の閲覧回数
yb
Contributor IV

Hi,

My customer bought the NanoSSL package to use on K60.

I'm trying to add it to our actual project but this package seems to be only for ColdFire target (the library file is compiled for CF and is refused by my Kinetis compiler / linker).

Is a solution exist to use NanoSSL on Kinetis ? Perhaps there is an other download for Kinetis ?

Yvan

タグ(3)
0 件の賞賛
返信
1 解決策
1,472件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Yvan BOURNE:

Unfortunately NanoSSL patch for MQX doesn't support Kinetis platforms yet. It is only for MQX and ColdFire.

This work on Kinetis support is in progress. Availability date can't be estimated as there is 3rd party partner (Mocana) involved.

There is an open source CyaSSL alternative that works on Kinetis and MQX already.

Topics about memory footrpint of this software are on the internet, for example:

http://sourceforge.net/projects/yassl/forums/forum/439591/topic/3775747


Have a great day,
Daniel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
返信
4 返答(返信)
1,472件の閲覧回数
danieldelatorre
Contributor IV

Can you guys ask Mocana about this?  I'm currently waiting on my AE to get back to me on this because we want to use the k64 on a large volume product.

0 件の賞賛
返信
1,472件の閲覧回数
jonny
Contributor I

Hi,

Just wanted to add that I have nanossl working with the K60 and MQX 4.0. You are much better using cyassl however as its fully supported by them (and theyre quite friendly!). Also I found that the ram usage was too high for my application so we had to drop it, although im sure its the same with cyassl as stated above.

0 件の賞賛
返信
1,473件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi Yvan BOURNE:

Unfortunately NanoSSL patch for MQX doesn't support Kinetis platforms yet. It is only for MQX and ColdFire.

This work on Kinetis support is in progress. Availability date can't be estimated as there is 3rd party partner (Mocana) involved.

There is an open source CyaSSL alternative that works on Kinetis and MQX already.

Topics about memory footrpint of this software are on the internet, for example:

http://sourceforge.net/projects/yassl/forums/forum/439591/topic/3775747


Have a great day,
Daniel

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信
1,472件の閲覧回数
yb
Contributor IV

Daniel,

I've used CyaSSL to test it and it's OK. Juste a lot of RAM when using SSL (SMTP and POP), but I think it's normal.

Yvan