Ravi Kumar <[email protected]> writes: > Can any one tell me what cipher do we use in net-snmp in case of AES > authentication method used in SNMPv3 > (when DES is disabled in the code)? When I query from MG soft mib > browser I get > CFB-AES-128. Is this what we use ? Can we use any other cipher eg > CBC-AES etc also ?
The RFCs for SNMP only specify DES and CFB-AES-128. So yes, that's what we use. It's possible to implement other ciphers, and even use ones defined in non-standards places (eg, there is a definition for 3DES that exists outside the IETF). But currently, we only ship code for supporting the two standards based ones. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
