keymat_v2: Pass/receive signature schemes as signature_param_t objects

This commit is contained in:
Tobias Brunner
2017-11-08 16:48:10 +01:00
parent 634c6ba8ce
commit 84b1c06d0e
2 changed files with 58 additions and 28 deletions
+3 -2
View File
@@ -101,8 +101,9 @@ struct keymat_v2_t {
* @param id identity
* @param reserved reserved bytes of id_payload
* @param octests chunk receiving allocated auth octets
* @param schemes array containing signature schemes in case they
* need to be modified by the keymat implementation
* @param schemes array containing signature schemes
* (signature_params_t*) in case they need to be
* modified by the keymat implementation
* @return TRUE if octets created successfully
*/
bool (*get_auth_octets)(keymat_v2_t *this, bool verify, chunk_t ike_sa_init,