Pike v8.0 release 1738

Class SSL.Cipher.MAChmac_sha

Inheritance graph
Description

HMAC using SHA.

This is the MAC algorithm used by TLS 1.0 and later.


Constant hash_header_size

constant int SSL.Cipher.MAChmac_sha.hash_header_size

Description

The length of the header prefixed by hash().


Inherit MACAlgorithm

inherit MACAlgorithm : MACAlgorithm


Method create

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