Currently running FreeRADIUS Version 3.0.15 and looking for confirmation of SHA3 support as I found this page (https://freeradius.org/radiusd/man/rlm_pap.html ) that has SHA3 listed, but when I run man rlm_pap I have significantly fewer options. Just wanted to confirm if support for SHA3 in FreeRADIUS is available yet? My "man rlm_pap" below.rlm_pap(5) FreeRADIUS Module rlm_pap(5)NAMErlm_pap - FreeRADIUS ModuleDESCRIPTIONThe rlm_pap module authenticates RADIUS Access-Request packets thatcontain a User-Password attribute. The module should also be listedlast in the authorize section, so that it can set the Auth-Typeattribute as appropriate.When a RADIUS packet contains a clear-text password in the form of aUser-Password attribute, the rlm_pap module may be used forauthentication. The module requires a "known good" password, which ituses to validate the password given in the RADIUS packet. That "knowngood" password must be supplied by another module (e.g. rlm_files,rlm_ldap, etc.), and is usually taken from a database.CONFIGURATIONThe only configuration item is:normaliseThe default is "yes". This means that the module will try toautomatically detect passwords that are hex- or base64-encodedand decode them back to their binary representation. However,some clear text passwords may be erroneously converted. Settingthis to "no" prevents that conversion.USAGEThe module looks for the Password-With-Header control attribute to findthe "known good" password. The attribute value comprises the headerfollowed immediately by the password data. The header is given by thefollowing table.Header Attribute Description------ --------- -----------{clear} Cleartext-Password clear-text passwords{cleartext} Cleartext-Password clear-text passwords{crypt} Crypt-Password Unix-style "crypt"ed passwords{md5} MD5-Password MD5 hashed passwords{base64_md5} MD5-Password MD5 hashed passwords{smd5} SMD5-Password MD5 hashed passwords, with a salt{sha} SHA-Password SHA1 hashed passwordsSHA1-Password SHA1 hashed passwords{ssha} SSHA-Password SHA1 hashed passwords, with a saltSSHA1-Password SHA1 hashed passwords, with a salt{ssh2} SHA2-Password SHA2 hashed passwords{ssh256} SHA2-Password SHA2 hashed passwords{ssh512} SHA2-Password SHA2 hashed passwords{nt} NT-Password Windows NT hashed passwords{nthash} NT-Password Windows NT hashed passwords{x-nthash} NT-Password Windows NT hashed passwords{ns-mta-md5} NS-MTA-MD5-Password Netscape MTA MD5 hashed passwords{x- orcllmv} LM-Password Windows LANMAN hashed passwords{X- orclntv} LM-Password Windows LANMAN hashed passwords