X.509: Move the trust validation code out to its own file
authorDavid Howells <dhowells@redhat.com>
Wed, 6 Apr 2016 15:14:26 +0000 (16:14 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 11 Apr 2016 21:42:55 +0000 (22:42 +0100)
commitcfb664ff2b71fbbdc438b8e6db2a1412440432a2
tree8a57e6e577376339a77c61bfaa83fdce5252319e
parent5f7f5c81e59be5ce262c5b7d0ede9565a2558d80
X.509: Move the trust validation code out to its own file

Move the X.509 trust validation code out to its own file so that it can be
generalised.

Signed-off-by: David Howells <dhowells@redhat.com>
crypto/asymmetric_keys/Makefile
crypto/asymmetric_keys/restrict.c [new file with mode: 0644]
crypto/asymmetric_keys/x509_parser.h
crypto/asymmetric_keys/x509_public_key.c
This page took 0.025187 seconds and 5 git commands to generate.