Enable OPENSSL Debug Logs with Yocto

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

Enable OPENSSL Debug Logs with Yocto

898件の閲覧回数
kharding
Contributor I

Hi,

Has anyone had success enabling OPENSSL Debug Logs with Yocto? I am trying to troubleshoot the se05x-openssl-provider which is not working correctly.

Best Regards,

kharding

0 件の賞賛
返信
3 返答(返信)

875件の閲覧回数
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @kharding ,

 

The openssl can be rebuilt with "-g" option to enable the debug, please kindly refer to https://stackoverflow.com/questions/11129826/build-openssl-on-linux-with-g-for-debugging/11129991 for more details.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 件の賞賛
返信

856件の閲覧回数
kharding
Contributor I

Hi @Kan_Li ,

Thank you so much for your help! The thread suggests adding "-g" to a stand-alone build, but I was curious if anyone was successful enabling debug in a openssl bitbake recipe. 

Best Regards,
kharding


0 件の賞賛
返信

845件の閲覧回数
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @kharding ,

 

Actually there is no difference between recipe building and standalone building, you may modify the recipe for openssl by adding this option in do_configure ().

 

Hope that makes sense,

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 件の賞賛
返信