implemented a pkcs1 plugin providing PKCS#1 key parsing builders
This commit is contained in:
@@ -41,6 +41,14 @@ ENUM(builder_part_names, BUILD_FROM_FILE, BUILD_END,
|
||||
"BUILD_X509_FLAG",
|
||||
"BUILD_SMARTCARD_KEYID",
|
||||
"BUILD_SMARTCARD_PIN",
|
||||
"BUILD_RSA_MODULUS",
|
||||
"BUILD_RSA_PUB_EXP",
|
||||
"BUILD_RSA_PRIV_EXP",
|
||||
"BUILD_RSA_PRIME1",
|
||||
"BUILD_RSA_PRIME2",
|
||||
"BUILD_RSA_EXP1",
|
||||
"BUILD_RSA_EXP2",
|
||||
"BUILD_RSA_COEFF",
|
||||
"BUILD_END",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user