24 Oct
2007
24 Oct
'07
8:53 a.m.
hannu.lammi@wipsl.com wrote:
I debugged this and it seems that FreeRADIUS doesn't initialize SHA-256 digest. OpenSSL_add_all_digests() isn't used and I found only calls to EVP_md5() and EVP_sha1() in the sources.
OK.
I can live with this hack in my test server, but would appreciate it if FreeRADIUS added official support for SHA-256 digests.
I've added the appropriate OpenSSL initialization call to the source. Alan DeKok.