]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
FreeRADIUS type 'struct' is always a bit string
authorAlan T. DeKok <aland@freeradius.org>
Wed, 26 Feb 2025 15:23:49 +0000 (10:23 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 26 Feb 2025 19:40:41 +0000 (14:40 -0500)
commita2d6c5cd62612d06f44edb44f39acb0de00994a7
tree0f17e211c7f38656ca90937ae7ae0f8fdf24f235
parent5c7ebc4cff2d9cc371a0968c7c8ab1219ab351ee
FreeRADIUS type 'struct' is always a bit string

Because (for now) all of the dictionary entries are packed bits

A struct CANNOT be a sequence or a set, as our structs are always
packed fields, without any headers.

Perhaps in the future a struct could be an octetstring, which would
then be an opaque data type which is carried within DER.
share/dictionary/der/dictionary.crl
share/dictionary/der/dictionary.extensions
src/protocols/der/base.c