loading PEM encoded public keys
This commit is contained in:
@@ -165,6 +165,7 @@ static void* create(private_credential_factory_t *this, credential_type_t type,
|
||||
case BUILD_NOT_AFTER_TIME:
|
||||
builder->add(builder, part, va_arg(args, time_t));
|
||||
continue;
|
||||
case BUILD_BLOB_ASN1_PEM:
|
||||
case BUILD_FROM_FILE:
|
||||
case BUILD_SIGNING_KEY:
|
||||
case BUILD_PUBLIC_KEY:
|
||||
@@ -261,6 +262,7 @@ static void* create(private_credential_factory_t *this, credential_type_t type,
|
||||
cert->destroy(cert);
|
||||
continue;
|
||||
}
|
||||
case BUILD_BLOB_ASN1_PEM:
|
||||
case BUILD_FROM_FILE:
|
||||
case BUILD_IETF_GROUP_ATTR:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user