Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for finishedHash (0.15 sec)

  1. src/crypto/tls/key_schedule.go

    	iv = c.expandLabel(trafficSecret, "iv", nil, aeadNonceLength)
    	return
    }
    
    // finishedHash generates the Finished verify_data or PskBinderEntry according
    // to RFC 8446, Section 4.4.4. See sections 4.4 and 4.2.11.2 for the baseKey
    // selection.
    func (c *cipherSuiteTLS13) finishedHash(baseKey []byte, transcript hash.Hash) []byte {
    	finishedKey := c.expandLabel(baseKey, "finished", nil, c.hash.Size())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 14:56:25 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top