Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304985 Details for
Bug 407919
net-misc/asterisk TLS certificate chains not supported
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch from ASTERISK-17727 for asterisk-10.1.3
chain.patch (text/plain), 597 bytes, created by
Matthias Nagl
on 2012-03-12 13:00:33 UTC
(
hide
)
Description:
Patch from ASTERISK-17727 for asterisk-10.1.3
Filename:
MIME Type:
Creator:
Matthias Nagl
Created:
2012-03-12 13:00:33 UTC
Size:
597 bytes
patch
obsolete
>--- main/tcptls.c.orig 2012-03-12 12:10:41.260000000 +0100 >+++ main/tcptls.c 2012-03-12 12:11:22.710000001 +0100 >@@ -340,7 +340,7 @@ > } > if (!ast_strlen_zero(cfg->certfile)) { > char *tmpprivate = ast_strlen_zero(cfg->pvtfile) ? cfg->certfile : cfg->pvtfile; >- if (SSL_CTX_use_certificate_file(cfg->ssl_ctx, cfg->certfile, SSL_FILETYPE_PEM) == 0) { >+ if (SSL_CTX_use_certificate_chain_file(cfg->ssl_ctx, cfg->certfile) == 0) { > if (!client) { > /* Clients don't need a certificate, but if its setup we can use it */ > ast_verb(0, "SSL error loading cert file. <%s>", cfg->certfile);
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 407919
: 304985