1 Jan
2015
1 Jan
'15
7:40 a.m.
On Thu, 2015-01-01 at 00:00 +0100, The git bot wrote:
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/9855526a6144ffad10148...
====== Sometimes we don't need to generate ephemeral RSA keys
Alan T. DeKok@2014-12-31T14:25:54Z Files modified: * src/main/tls.c
I'm not very familiar with the openssl API but you seem to be creating temporary 512-bit RSA keys used in the RSA-EXPORT ciphersuites. I'm not aware of any software supporting them, and if they do it's most likely a bug. I believe you're safe dropping that code completely. regards, Nikos