artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78974e
)
do not request client certificate unless required
author
eric
<eric@openbsd.org>
Wed, 10 Mar 2021 17:25:59 +0000
(17:25 +0000)
committer
eric
<eric@openbsd.org>
Wed, 10 Mar 2021 17:25:59 +0000
(17:25 +0000)
issue hit by florian@
diff by jsing@
ok tb@
usr.sbin/smtpd/smtp.c
patch
|
blob
|
history
diff --git
a/usr.sbin/smtpd/smtp.c
b/usr.sbin/smtpd/smtp.c
index
171025d
..
5ca11ad
100644
(file)
--- a/
usr.sbin/smtpd/smtp.c
+++ b/
usr.sbin/smtpd/smtp.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: smtp.c,v 1.16
7 2021/03/05 12:37:32
eric Exp $ */
+/* $OpenBSD: smtp.c,v 1.16
8 2021/03/10 17:25:59
eric Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@
-215,8
+215,6
@@
smtp_setup_listener_tls(struct listener *l)
if (l->flags & F_TLS_VERIFY)
tls_config_verify_client(config);
- else
- tls_config_verify_client_optional(config);
l->tls = tls_server();
if (l->tls == NULL)