X.509: Use verify_signature() if we have a struct key * to use
authorDavid Howells <dhowells@redhat.com>
Wed, 6 Apr 2016 15:14:25 +0000 (16:14 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 11 Apr 2016 21:42:27 +0000 (22:42 +0100)
commit5f7f5c81e59be5ce262c5b7d0ede9565a2558d80
tree3ee2a1d54b10aeae4d272cb17e143130fe105b0a
parent9eb029893ad5bf9303ed7f145860b312cbe5f889
X.509: Use verify_signature() if we have a struct key * to use

We should call verify_signature() rather than directly calling
public_key_verify_signature() if we have a struct key to use as we
shouldn't be poking around in the private data of the key struct as that's
subtype dependent.

Signed-off-by: David Howells <dhowells@redhat.com>
crypto/asymmetric_keys/x509_public_key.c
This page took 0.054649 seconds and 5 git commands to generate.