On 2011-09-14 13:59, sajnank wrote:
> I want to know about each individual tests like rc4test, rsatest,
> shatest, etc. ,which is included in the test folder. What each test
> is doing? What are they doing to verify the code?
Then I suggest you read the code. rc4test.c for instance is only 113
li
Hi Jerome,
Thanks for your quick response.
I want to know about each individual tests like rc4test, rsatest,
shatest, etc. ,which is included in the test folder. What each test is
doing? What are they doing to verify the code?
Best Regards
Sajna Nazeer K
Associate Engineer - Broadcast BU
TA
Hi Sajnank,
On 2011-09-14 10:24, sajnank wrote:
> I am using openssl-1.0.0 on Suse Linux. I want to know what is the
> purpose of each application in the 'test' folder of the library? What
> test they are doing?
They are automated tests. They test whether the code works as expected.
There are gre