Hide Forgot
Description of problem: The patch openssl-1.0.1e-3des-strength.patch has a superfluous empty line in line 32 which makes the patch program ignore the following hunk. The patch looks like it would set four numbers to 112, but it only changes three. I found out about this when I tried building the package on el5 because el5's patch program complains about this and does not silently throw the hunk away. Version-Release number of selected component (if applicable): 1.0.1e-51.el7_2.7 How reproducible: Looking at ssl/s2_lib.c, around line 250 (block named "DES_192_EDE3_CBC_WITH_MD5") Steps to Reproduce: 1. 2. 3. Actual results: Compiled source code does not match the (presumed) expectations of the patch author Expected results: Patch and compiled source code agree Additional info:
Thank you for the report. Fortunately only the SSLv2 3DES cipher suite is affected which is not used by default anyway as SSLv2 is disabled.
*** This bug has been marked as a duplicate of bug 1276310 ***