Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAPI: Fix usage of external PEM keys for PolicyAuthorize.
* PolicyAuthorize with an external imported PEM key did not work if the default nameAlg for the imported key (sha1) was not equal to the default nameAlg in the current fapi profile. The nameAlg from the profile is now used for the imported key. * To prevent a possible double free after cleanup of a policy the NULL pointer is set for the reference to this policy. Signed-off-by: Juergen Repp <juergen_repp@web.de>
- Loading branch information