Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[Top]
SSL
SSL.state

Method SSL.state()->decrypt_packet()


Method decrypt_packet

object SSL.state()->decrypt_packet(object packet, int version)

Description

Destructively decrypts a packet (including inflating and MAC-verification, if needed). On success, returns the decrypted packet. On failure, returns an alert packet. These cases are distinguished by looking at the is_alert attribute of the returned packet.