[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.132,
1.831.4.133
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Mon Jul 12 15:10:49 CEST 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12595/Misc
Modified Files:
Tag: release23-maint
NEWS
Log Message:
Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for
compatibility with various broken SSL implementations out there.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.132
retrieving revision 1.831.4.133
diff -C2 -d -r1.831.4.132 -r1.831.4.133
*** NEWS 10 Jul 2004 22:58:32 -0000 1.831.4.132
--- NEWS 12 Jul 2004 13:10:45 -0000 1.831.4.133
***************
*** 38,41 ****
--- 38,44 ----
line numbers
+ - Patch #909007: Enable a bunch of safe bug workarounds in OpenSSL, for
+ the sake of compatibility with various broken SSL implementations.
+
Library
-------
More information about the Python-checkins
mailing list