Re: which AES cipher is used in net-snmp

2012-10-18 Thread Ravi Kumar
Thanks for explaining Wes. On Fri, Oct 19, 2012 at 12:04 AM, Wes Hardaker wrote: > Ravi Kumar 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 >> browse

Re: which AES cipher is used in net-snmp

2012-10-18 Thread Wes Hardaker
Ravi Kumar 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

which AES cipher is used in net-snmp

2012-10-18 Thread Ravi Kumar
Hi All, 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 ? Thanks.