]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rename DTLS1_BITMAP to DTLS_BITMAP
authorMatt Caswell <matt@openssl.org>
Wed, 27 Jul 2022 13:44:28 +0000 (14:44 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 18 Aug 2022 15:38:14 +0000 (16:38 +0100)
commitf6aab7b1e1410cf28ec45410aa4ee54f40baf13d
tree07b618cc0e19f5d17c9e306fe7f4d5b2b3c8d72d
parentdf60982574338309856d4f746a2b641c108b1276
Rename DTLS1_BITMAP to DTLS_BITMAP

The 1 in DTLS1 is confusing and is removed. We also tweak the structure
to always be able to track 64 packets regardless of whether we are on a
32 bit or 64 bit system.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18132)
ssl/record/methods/dtls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/record.h
util/indent.pro