Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
SSL
SSL.connection

Class SSL.connection

Description

SSL packet layer. SSL.connection inherits SSL.handshake, and in addition to the state in the handshake super class, it contains the current read and write states, packet queues. This object is responsible for receiving and sending packets, processing handshake packets, and providing a clear text packages for some application.



Inherit handshake

inherit .handshake : handshake


Inherit alert

inherit ADT.Queue : alert


Inherit urgent

inherit ADT.Queue : urgent


Inherit application

inherit ADT.Queue : application