1

(4 replies, posted in yaSSL (Deprecated) [READ ONLY])

Hello Chris,

Thank you for your reply.

If I try to download CyaSSL code from the Download web page, download is failing.
Can you please help me on how to download CyaSSL code?

Regards,
Satish

2

(4 replies, posted in yaSSL (Deprecated) [READ ONLY])

Hello,

I am testing the yaSSL GPL code.

I started testing all the crypto algorithms supported by yaSSL.

Most of the algorithms got passed. But RSA test failed. When I debugged I found that this test failed because certificate got expired.

I hope yaSSL tries to extract the public key from the certificate and while validating this certificate it failed.

Can someone help me from where I could get the new client certificate.

Regards,
Satish

Dear Chirs,

Thank you for your reply.

Currently I am using yaSSL code to understand the features supported by yaSSL.

Can you please let me know what way CyaSSL is better than yaSSL? Is it only memory footprint? Or any other additional features supported?

We would be using CyaSSL soon!!

Regards,
Satish

Yes C++ compiler is not installed. After installing ./configure is working fine and make file is created.

Thanks Chris!!

Regards,
Satish

Hi,

I have downloaded yaSSL GPL code and tried to build on Ubuntu platform.
While runing ./configure, i am facing some error as follows.


checking for g++ ... no
checking for c++... no
checking for gpp .. no
checking for aCC ... no
checking for CC ... no
checking for cxx ... no
checking for cc++ ... no
......
.....
checking whether c++ compiler works ... no
configure : error : C++ compiler cannot create executable.
see config.log for more details.

Can someone help me out how to fix thiis error?