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

Remove unused handler code #852

Closed abkarcher closed 3 months ago

abkarcher commented 3 months ago

Under the new app structure, we want to avoid having stub or unused APIs, as it helps other IUTs able to borrow code from existing IUTs easily without worrying about API conflicts or multiple definitions. This removes some KDF and RSA code that isnt used. the decprim code may be re-added later for future openSSL support.

The "stub" files are never compiled, they are there just to serve as a reference for IUT devs.