Add options to set additional type specific certificate chains to
s_server.
This commit is contained in:
@@ -1170,7 +1170,7 @@ bad:
|
||||
#endif
|
||||
|
||||
SSL_CTX_set_verify(ctx,verify,verify_callback);
|
||||
if (!set_cert_key_stuff(ctx,cert,key))
|
||||
if (!set_cert_key_stuff(ctx,cert,key, NULL))
|
||||
goto end;
|
||||
|
||||
if ((!SSL_CTX_load_verify_locations(ctx,CAfile,CApath)) ||
|
||||
|
||||
Reference in New Issue
Block a user