CROSSINGTUD / CogniCrypt_TESTGEN

A Test Generator for Java Crypto APIs
1 stars 3 forks source link

Added changes to avoid nullpointerexception while generation BCJCA tests #15

Open shahrzadav opened 2 years ago

shahrzadav commented 2 years ago

I encountered an exception when generating test cases for the BouncyCastleJCA ruleset, with the same selected_rules as JCA. This NullPointerException happened when generating Ciphertests and a few other tests. After debugging with @krinara86, we added these changes that temporarily avoid the exceptions.

Signed-off-by: Shahrzad shahrzad.asghari73@gmail.com