]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
further limit OID encoding
authorAlan T. DeKok <aland@freeradius.org>
Mon, 17 Feb 2025 23:53:22 +0000 (18:53 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 17 Feb 2025 23:55:19 +0000 (18:55 -0500)
commit66e4d930ac054edcfc6210c49d79386482cf10c4
treeed860d2a39070ca7bab3b85300ad7e47823c7751
parent9e127f2303c7ad6b000a7ea669ae18e8c197f3b6
further limit OID encoding

due to rules of first 2 fields are (x*40) + y, if the first
component is 0 or 1, then the second component has to be 0..39

If the first component is 2, then the second component can be
anything.
src/protocols/der/encode.c