https://bugzilla.novell.com/show_bug.cgi?id=744347 https://bugzilla.novell.com/show_bug.cgi?id=744347#c0 Summary: openssl no longer returns NULL ciphers when requested Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: aburgemeister@novell.com QAContact: qa@suse.de Found By: Customer Blocker: --- OpenSUSE 12.1 x86_64 openssl-1.0.0e-34.3.1.x86_64 On my 11.3 system, as well as my SLES 11 systems, the following command works as shown below:
openssl ciphers 'eNULL' NULL-SHA:NULL-MD5
On my 12.1 system I get the following instead which, based on the return code (1) appears to be a bug:
openssl ciphers 'eNULL' Error in cipher list 140460094338728:error:1410D0B9:SSL routines:SSL_CTX_set_cipher_list:no cipher match:ssl_lib.c:1282:
As a note, using 'eNULL' and 'NULL' fails, but 'aNULL' does not instead returning valid cipher options. Reproducible: Always Expected Results: Return null ciphers when requested. Actual Results: No null ciphers returned, command errors instead. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.