Re: Decrypt Function

2007-10-31 Thread Dave Shield
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

Decrypt Function

2007-10-31 Thread Forbes II, John D
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.