FreeBSD Bugzilla – Attachment 179608 Details for
Bug 216790
mail/postfix: Fix x25519 kex with LibreSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add debug messages to postfix. Not to be released!
postfix-debug-auto-ec.patch (text/plain), 856 bytes, created by
OlivierW
on 2017-02-04 19:24:11 UTC
(
hide
)
Description:
Add debug messages to postfix. Not to be released!
Filename:
MIME Type:
Creator:
OlivierW
Created:
2017-02-04 19:24:11 UTC
Size:
856 bytes
patch
obsolete
>--- src/tls/tls_dh.c.orig 2017-02-04 16:35:24.363471742 +0100 >+++ src/tls/tls_dh.c 2017-02-04 18:43:14.467510627 +0100 >@@ -271,6 +271,8 @@ > while ((curve = mystrtok(&curves, CHARS_COMMA_SP)) != 0) { > int nid = EC_curve_nist2nid(curve); > >+ msg_warn("DEBUG 1 : trying ECDHE curve \"%s\"", curve); >+ > if (nid == NID_undef) > nid = OBJ_sn2nid(curve); > if (nid == NID_undef) >@@ -281,6 +283,8 @@ > continue; > } > >+ msg_warn("DEBUG 2 : trying ECDHE curve \"%s\"", curve); >+ > /* > * Validate the NID by trying it as the sole EC curve for a > * throw-away SSL context. Silently skip unsupported code points. >@@ -289,6 +293,7 @@ > * be silently skipped when not yet supported. > */ > if (SSL_CTX_set1_curves(tmpctx, &nid, 1) <= 0) { >+ msg_warn("DEBUG 3 : ignoring unknown ECDHE curve \"%s\"", curve); > ++unknown; > continue; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 216790
: 179608 |
179639
|
179641
|
180193
|
180229
|
180231
|
180532
|
182015
|
182584
|
182586