cisco / libacvp

The libacvp library is a client-side implementation of the draft ACVP protocol (github.com/usnistgov/ACVP).
Apache License 2.0
67 stars 69 forks source link

Merge GET apis, rsa fix #788

Closed abkarcher closed 1 year ago

abkarcher commented 1 year ago

Previously, to set a save file for a GET we used acvp_set_get_save_file. This was a stopgap added in a minor release. Now that we are doing a major release, just modify the acvp_mark_as_get_only API to accommodate a save file.

Small RSA keygen fix.