Version 1.1.0
-New APIs for libacvp:
-acvp_get_expected_results - retrieves the expected vector answers for test sessions marked as
"sample"
-acvp_set_get_save_file - defines a file that the results of a GET command will be saved to
-New runtime options for acvp_app:
-Option --get_expected_results to get the expected results if session was
marked as sample
-option --save-to can be used with --get and --get_expected_results to save
output to a file
-New environment variables, ACV_SESSION_SAVE_PATH and ACV_SESSION_SAVE_PREFIX that can be used to
determine where session info files will be saved to and what they will be named
-New configure options for building the app and library separately, --disable-app and --disable-lib
-Revamped configure script to allow more options to work together properly
-Unit tests now behave properly with more build options
-Some logging improvements in --verbose
-Various improvements and bugfixes to validation metadata processing
-small additions to session save files