Searched hist:"1365 e68c" (Results 1 – 4 of 4) sorted by relevance
/openbsd/lib/libssl/ |
H A D | tls12_record_layer.c | diff 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 D | ssl_pkt.c | diff 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 D | d1_pkt.c | diff 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 D | ssl_srvr.c | diff 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@
|