]> git.ipfire.org Git - thirdparty/openssl.git/commit
Create a dlts_write_records() function
authorMatt Caswell <matt@openssl.org>
Thu, 6 Oct 2022 13:16:01 +0000 (14:16 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 20 Oct 2022 13:39:32 +0000 (14:39 +0100)
commit88bf978eb1766bec720c198deabe8d0a5de157bb
treef1e243129a652e2e75fefd6b655611593f5f918b
parent22d6e8547f11dae2e4c026be93331e9acfe9b940
Create a dlts_write_records() function

In preparation for moving the DTLS code to use the new write record layer
architecture we first restructure the code to create a dtls_write_records()
function that mirrors the functionality that the record layer will provide.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19424)
ssl/record/rec_layer_d1.c