Merge pull request #2873 from mfleisz/makecert_change

makecert: Remove key usage attribute
This commit is contained in:
Bernhard Miklautz 2015-09-07 11:15:51 +02:00
commit 868add7a51
1 changed files with 0 additions and 1 deletions

View File

@ -989,7 +989,6 @@ int makecert_context_process(MAKECERT_CONTEXT* context, int argc, char** argv)
X509_set_issuer_name(context->x509, name);
x509_add_ext(context->x509, NID_ext_key_usage, "serverAuth");
x509_add_ext(context->x509, NID_key_usage, "keyEncipherment,dataEncipherment");
arg = CommandLineFindArgumentA(args, "a");