Skip to content

Commit 0ecc969

Browse files
ethan-thompsonalandekok
authored andcommitted
feat: DER dictionary parser and validator
Signed-off-by: ethan-thompson <ethan.thompson@networkradius.com>
1 parent 7c5ef42 commit 0ecc969

File tree

4 files changed

+666
-0
lines changed

4 files changed

+666
-0
lines changed

redhat/freeradius.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,6 +1043,7 @@ fi
10431043
%{_libdir}/freeradius/libfreeradius-arp.so
10441044
%{_libdir}/freeradius/libfreeradius-bfd.so
10451045
%{_libdir}/freeradius/libfreeradius-cbor.so
1046+
%{_libdir}/freeradius/libfreeradius-der.so
10461047
%{_libdir}/freeradius/libfreeradius-dhcpv4.so
10471048
%{_libdir}/freeradius/libfreeradius-dhcpv6.so
10481049
%{_libdir}/freeradius/libfreeradius-dns.so

src/protocols/der/all.mk

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# Makefile
3+
#
4+
# Version: $Id$
5+
#
6+
TARGET := libfreeradius-der$(L)
7+
8+
SOURCES := base.c \
9+
10+
# decode.c \
11+
# encode.c
12+
13+
SRC_CFLAGS := -I$(top_builddir)/src -DNO_ASSERT
14+
TGT_PREREQS := libfreeradius-util$(L)

0 commit comments

Comments
 (0)