Home
last modified time | relevance | path

Searched hist:"1365 e68c" (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libssl/
H A Dtls12_record_layer.cdiff 1365e68c Tue Jan 19 18:57:09 GMT 2021 jsing <jsing@openbsd.org> Provide functions to determine if TLSv1.2 record protection is engaged.

Call these functions from code that needs to know if we've changed cipher
state and enabled record protection, rather than inconsistently checking
various pointers from other places in the code base. This also fixes a
minor bug where the wrong pointers are checked if we're operating with
AEAD.

ok inoguchi@ tb@
H A Dssl_pkt.cdiff 1365e68c Tue Jan 19 18:57:09 GMT 2021 jsing <jsing@openbsd.org> Provide functions to determine if TLSv1.2 record protection is engaged.

Call these functions from code that needs to know if we've changed cipher
state and enabled record protection, rather than inconsistently checking
various pointers from other places in the code base. This also fixes a
minor bug where the wrong pointers are checked if we're operating with
AEAD.

ok inoguchi@ tb@
H A Dd1_pkt.cdiff 1365e68c Tue Jan 19 18:57:09 GMT 2021 jsing <jsing@openbsd.org> Provide functions to determine if TLSv1.2 record protection is engaged.

Call these functions from code that needs to know if we've changed cipher
state and enabled record protection, rather than inconsistently checking
various pointers from other places in the code base. This also fixes a
minor bug where the wrong pointers are checked if we're operating with
AEAD.

ok inoguchi@ tb@
H A Dssl_srvr.cdiff 1365e68c Tue Jan 19 18:57:09 GMT 2021 jsing <jsing@openbsd.org> Provide functions to determine if TLSv1.2 record protection is engaged.

Call these functions from code that needs to know if we've changed cipher
state and enabled record protection, rather than inconsistently checking
various pointers from other places in the code base. This also fixes a
minor bug where the wrong pointers are checked if we're operating with
AEAD.

ok inoguchi@ tb@