]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
ensure that sets are only TLVs
authorAlan T. DeKok <aland@freeradius.org>
Wed, 26 Feb 2025 18:46:30 +0000 (13:46 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 26 Feb 2025 19:40:41 +0000 (14:40 -0500)
commit0869847d4b9506430805546043d3ead59442745c
tree2044231d642155205d12f673fe2b3992116c5719
parentb084d961da3e8a08860b1978e6f8dca2e3c3da14
ensure that sets are only TLVs

nothing in the standard dictionaries uses SETs as groups.
They're groups only in the test dictionaries.  And there is no
encoding difference between SET of tlv and SET of group.
src/protocols/der/base.c
src/protocols/der/decode.c
src/protocols/der/encode.c
src/tests/unit/protocols/der/base.txt
src/tests/unit/protocols/der/dictionary.test