Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153466 Details for
Bug 237902
m2crypto m2xmlrpclib does not set a _use_datetime in it's SSL_Transport object
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
patch to m2xmlrpclib.py
m2crpto_datetime.patch (text/x-patch), 644 bytes, created by
Adrian Likins
on 2007-04-25 22:46:12 UTC
(
hide
)
Description:
patch to m2xmlrpclib.py
Filename:
MIME Type:
Creator:
Adrian Likins
Created:
2007-04-25 22:46:12 UTC
Size:
644 bytes
patch
obsolete
>--- /tmp/m2xmlrpclib.py 2007-04-25 18:28:33.000000000 -0400 >+++ /usr/lib64/python2.5/site-packages/M2Crypto/m2xmlrpclib.py 2007-04-25 18:29:14.000000000 -0400 >@@ -14,11 +14,12 @@ > > user_agent = "M2Crypto_XMLRPC/%s - %s" % (__version__, Transport.user_agent) > >- def __init__(self, ssl_context=None): >+ def __init__(self, ssl_context=None, use_datetime=0): > if ssl_context is None: > self.ssl_ctx=SSL.Context('sslv23') > else: > self.ssl_ctx=ssl_context >+ self._use_datetime = use_datetime > > def request(self, host, handler, request_body, verbose=0): > # Handle username and password.
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 Raw
Actions:
View
Attachments on
bug 237902
: 153466