Hi, I'm trying to figure out if FreeRADIUS supports SHA-2 (256,384,512 variants) or just SHA1. Some attributes have only "SSHA" in their name, without a "-1" so I thought they could do more than SHA-1. Looking at the source code of 2.1.12, it doesn't look like it though, SHA seems to be synonymous for SHA-1. Can I get a quick confirmation that the SHA-2 family is not supported for password hashes? Anything coming up in that regard in 3.0? Greetings, Stefan Winter -- Stefan WINTER Ingenieur de Recherche Fondation RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg Tel: +352 424409 1 Fax: +352 422473
Stefan Winter wrote:
I'm trying to figure out if FreeRADIUS supports SHA-2 (256,384,512 variants) or just SHA1.
There's only SHA1 code, IIRC.
Looking at the source code of 2.1.12, it doesn't look like it though, SHA seems to be synonymous for SHA-1.
Yes.
Can I get a quick confirmation that the SHA-2 family is not supported for password hashes? Anything coming up in that regard in 3.0?
<cough> Feel free to submit a patch. :) Alan DeKok.
participants (2)
-
Alan DeKok -
Stefan Winter