Pike v8.0 release 1738

Class SSL.Cipher.MACsha

Inheritance graph
Description

MAC using SHA.

Note

Note: This uses the algorithm from the SSL 3.0 draft.


Constant hash_header_size

constant int SSL.Cipher.MACsha.hash_header_size

Description

The length of the header prefixed by hash().


Inherit MACAlgorithm

inherit MACAlgorithm : MACAlgorithm


Method create

SSL.Cipher.MACsha SSL.Cipher.MACsha(string|void s)