https://bz.apache.org/bugzilla/show_bug.cgi?id=58213
--- Comment #4 from [email protected] --- OpenSSL documentation states that any algorithms after the SUITEB* are ignored. It is a trivial change to make the library actually work that way, but that won't help mod_ssl, because it prepends the '!aNULL:!eNULL:!EXP:', resulting in '!aNULL:!eNULL:!EXP:SUITEB128', not 'SUITEB128:!aNULL:!eNULL:!EXP'. I respectfully suggest that apache change it's code to append ':!aNULL:!eNULL:!EXP' instead, to be compatible with the OpenSSL documented behavior, if not it's actual behavior. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
