sshkey: Add support to parse SSH public keys from files with left|rightsigkey
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2013 Tobias Brunner
|
||||
* Copyright (C) 2013-2014 Tobias Brunner
|
||||
* Hochschule fuer Technik Rapperswil
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
@@ -44,6 +44,8 @@ METHOD(plugin_t, get_features, int,
|
||||
static plugin_feature_t f[] = {
|
||||
PLUGIN_REGISTER(PUBKEY, sshkey_public_key_load, FALSE),
|
||||
PLUGIN_PROVIDE(PUBKEY, KEY_ANY),
|
||||
PLUGIN_REGISTER(CERT_DECODE, sshkey_certificate_load, FALSE),
|
||||
PLUGIN_PROVIDE(CERT_DECODE, CERT_TRUSTED_PUBKEY),
|
||||
};
|
||||
*features = f;
|
||||
return countof(f);
|
||||
|
||||
Reference in New Issue
Block a user