Libacvp v1.3.0
-New APIs and app code for new algorithms:
-Support for safe primes testing
-Support for AES-CBC-CS1, AES-CBC-CS2, and AES-CBC-CS3, library only
-Support for RFC3686 conformance for AES-CTR, library and app (app if external IV gen is
registered)
-Many length parameters for AES and TDES can now be set as a domain
-KAS-FFC now supports MODP and FFDHE capability registration
-New API allows for ECDSA hash algs to be set for specific curves, instead of all curves
-New APIs for deleting resources or canceling test sessions:
acvp_mark_as_delete_only - provide the URL of the resource to delete
-use with --delete in acvp_app
acvp_cancel_test_session - provide test session file of session to cancel
-use with --cancel_session in acvp_app
-Fixed an issue where criterion test cases would generate undesired profiling data files and
cause strange error messages in Valgrind
-Miscellaneous improvements and fixes