Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Class SSL.Cipher.MAChmac_sha

Inheritance graph
7.8::SSL.Cipher.MACAlgorithm 7.8::SSL.Cipher.MAChmac_sha 7.8::SSL.Cipher.MAChmac_md5
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)