Univention Bugzilla – Attachment 7579 Details for
Bug 40998
Disable SSLv3 in UMC (make ciphers/protocol versions configurable)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
umc_no_ssl3.patch
umc_no_ssl3.patch (text/plain), 606 bytes, created by
Arvid Requate
on 2016-04-05 13:09:44 CEST
(
hide
)
Description:
umc_no_ssl3.patch
Filename:
MIME Type:
Creator:
Arvid Requate
Created:
2016-04-05 13:09:44 CEST
Size:
606 bytes
patch
obsolete
>--- /usr/share/pyshared/univention/management/console/protocol/server.py.orig >+++ /usr/share/pyshared/univention/management/console/protocol/server.py >@@ -327,6 +327,8 @@ class Server(signals.Provider): > self.crypto_context = SSL.Context(SSL.SSLv23_METHOD) > self.crypto_context.set_cipher_list('DEFAULT') > self.crypto_context.set_options(SSL.OP_NO_SSLv2) >+ if ucr['umc_no_ssl3']: >+ self.crypto_context.set_options(SSL.OP_NO_SSLv3) > self.crypto_context.set_verify(SSL.VERIFY_PEER, self.__verify_cert_cb) > dir = '/etc/univention/ssl/%s.%s' % (ucr['hostname'], ucr['domainname']) > try:
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 40998
:
7579
|
8934