On 31/10/2007, Forbes II, John D <[EMAIL PROTECTED]> wrote:
> I'm trying to find the appropriate API call to decrypt an SNMPv3 PDU
scapi.c:sc_decrypt
> that returns the actual contents of the PDU for parsing by my software
The decrypted PDU is passed back via the last two parameters of this call
I'm trying to find the appropriate API call to decrypt an SNMPv3 PDU
that returns the actual contents of the PDU for parsing by my software.
The only decrypt() function that I've found up to now returns only
Success or Failure, not the actual contents. Someone please help.
John D.