Re: AES192 and SHA256 support

2024-06-05 Thread Bill Fenner
tus= > > > > -- > *From:* Bill Fenner > *Sent:* Tuesday, June 4, 2024 11:13 PM > *To:* sukeerthi bj > *Cc:* net-snmp-coders@lists.sourceforge.net < > net-snmp-coders@lists.sourceforge.net> > *Subject:* Re: AES192 and SHA256 support &

Re: AES192 and SHA256 support

2024-06-04 Thread Bill Fenner
, May 17, 2024 at 7:44 AM sukeerthi bj wrote: > Hi, > > I see AES192 and SHA256 support in SNMP, but wanted to understand if below > code is doing right? Here for pcks_generate_ku only CKM_SHA_1 is passed. > For SHA256 should not CKM_SHA256 be passed here instead? > Can

AES192 and SHA256 support

2024-05-17 Thread sukeerthi bj
Hi, I see AES192 and SHA256 support in SNMP, but wanted to understand if below code is doing right? Here for pcks_generate_ku only CKM_SHA_1 is passed. For SHA256 should not CKM_SHA256 be passed here instead? Can anyone have a look into this and explain? #ifndef NETSNMP_DISABLE_MD5