The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
Macros | Functions | Variables
base.c File Reference
#include <freeradius-devel/util/net.h>
#include <freeradius-devel/util/proto.h>
#include <freeradius-devel/util/table.h>
#include <freeradius-devel/util/dict_ext_priv.h>
#include "der.h"
+ Include dependency graph for base.c:

Go to the source code of this file.

Macros

#define ALL_STRINGS
 

Functions

static bool attr_valid (fr_dict_attr_t *da)
 
static int dict_flag_class (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_default_value (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_der_type (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_is_extensions (fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_is_oid_leaf (fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_max (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_option (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_optional (fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_sequence_of (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_set_of (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
static int dict_flag_size (fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
 
void fr_der_global_free (void)
 
int fr_der_global_init (void)
 
char const * fr_der_tag_to_str (fr_der_tag_t tag)
 
bool fr_der_tags_compatible (fr_der_tag_t tag1, fr_der_tag_t tag2)
 
fr_der_tag_t fr_type_to_der_tag_default (fr_type_t type)
 
bool fr_type_to_der_tag_valid (fr_type_t type, fr_der_tag_t tag)
 
static bool type_parse (fr_type_t *type_p, fr_dict_attr_t **da_p, char const *name)
 

Variables

static const fr_dict_flag_parser_t der_flags []
 
static const uint64_t der_tags_compatible [FR_DER_TAG_MAX]
 
fr_dict_t const * dict_der
 
static const fr_der_tag_t fr_type_to_der_tag_defaults [FR_TYPE_MAX+1]
 
static const boolfr_type_to_der_tags [FR_DER_TAG_MAX]
 
static uint32_t instance_count = 0
 
fr_dict_autoload_t libfreeradius_der_dict [] = { { .out = &dict_der, .proto = "der" }, { NULL } }
 
fr_dict_attr_autoload_t libfreeradius_der_dict_attr []
 
fr_dict_protocol_t libfreeradius_der_dict_protocol
 
static fr_table_num_sorted_t const tag_name_to_number []
 
static size_t tag_name_to_number_len = NUM_ELEMENTS(tag_name_to_number)
 

Macro Definition Documentation

◆ ALL_STRINGS

#define ALL_STRINGS
Value:
@ FR_DER_TAG_IA5_STRING
String of IA5 (7bit) chars.
Definition der.h:50
@ FR_DER_TAG_BMP_STRING
String of BMP chars.
Definition der.h:56
@ FR_DER_TAG_UTF8_STRING
String of UTF8 chars.
Definition der.h:45
@ FR_DER_TAG_VISIBLE_STRING
String of visible chars.
Definition der.h:53
@ FR_DER_TAG_T61_STRING
String of T61 (8bit) chars.
Definition der.h:49
@ FR_DER_TAG_PRINTABLE_STRING
String of printable chars.
Definition der.h:48
@ FR_DER_TAG_GENERAL_STRING
String of general chars.
Definition der.h:54

Definition at line 80 of file base.c.

Function Documentation

◆ attr_valid()

static bool attr_valid ( fr_dict_attr_t da)
static

Definition at line 809 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_class()

static int dict_flag_class ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 213 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_default_value()

static int dict_flag_default_value ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 254 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_der_type()

static int dict_flag_der_type ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 282 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_is_extensions()

static int dict_flag_is_extensions ( fr_dict_attr_t **  da_p,
UNUSED char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 389 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_is_oid_leaf()

static int dict_flag_is_oid_leaf ( fr_dict_attr_t **  da_p,
UNUSED char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 398 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_max()

static int dict_flag_max ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 504 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_option()

static int dict_flag_option ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 521 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_optional()

static int dict_flag_optional ( fr_dict_attr_t **  da_p,
UNUSED char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 586 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_sequence_of()

static int dict_flag_sequence_of ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 313 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_set_of()

static int dict_flag_set_of ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 347 of file base.c.

+ Here is the call graph for this function:

◆ dict_flag_size()

static int dict_flag_size ( fr_dict_attr_t **  da_p,
char const *  value,
UNUSED fr_dict_flag_parser_rule_t const *  rules 
)
static

Definition at line 420 of file base.c.

+ Here is the call graph for this function:

◆ fr_der_global_free()

void fr_der_global_free ( void  )

Definition at line 203 of file base.c.

◆ fr_der_global_init()

int fr_der_global_init ( void  )

Definition at line 180 of file base.c.

+ Here is the call graph for this function:

◆ fr_der_tag_to_str()

char const * fr_der_tag_to_str ( fr_der_tag_t  tag)

Definition at line 75 of file base.c.

+ Here is the caller graph for this function:

◆ fr_der_tags_compatible()

bool fr_der_tags_compatible ( fr_der_tag_t  tag1,
fr_der_tag_t  tag2 
)

Definition at line 98 of file base.c.

+ Here is the caller graph for this function:

◆ fr_type_to_der_tag_default()

fr_der_tag_t fr_type_to_der_tag_default ( fr_type_t  type)

Definition at line 804 of file base.c.

+ Here is the caller graph for this function:

◆ fr_type_to_der_tag_valid()

bool fr_type_to_der_tag_valid ( fr_type_t  type,
fr_der_tag_t  tag 
)

Definition at line 172 of file base.c.

+ Here is the caller graph for this function:

◆ type_parse()

static bool type_parse ( fr_type_t type_p,
fr_dict_attr_t **  da_p,
char const *  name 
)
static

Definition at line 621 of file base.c.

+ Here is the call graph for this function:

Variable Documentation

◆ der_flags

const fr_dict_flag_parser_t der_flags[]
static
Initial value:
= {
{ L("class"), { .func = dict_flag_class } },
{ L("default"), { .func = dict_flag_default_value,.needs_value = true } },
{ L("der_type"), { .func = dict_flag_der_type, .needs_value = true } },
{ L("is_extensions"), { .func = dict_flag_is_extensions } },
{ L("is_oid_leaf"), { .func = dict_flag_is_oid_leaf } },
{ L("max"), { .func = dict_flag_max, .needs_value = true } },
{ L("option"), { .func = dict_flag_option} },
{ L("optional"), { .func = dict_flag_optional} },
{ L("sequence_of"), { .func = dict_flag_sequence_of, .needs_value = true } },
{ L("set_of"), { .func = dict_flag_set_of, .needs_value = true } },
{ L("size"), { .func = dict_flag_size, .needs_value=true } },
}
#define L(_str)
Helper for initialising arrays of string literals.
Definition build.h:209
static int dict_flag_is_oid_leaf(fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:398
static int dict_flag_optional(fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:586
static int dict_flag_der_type(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:282
static int dict_flag_max(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:504
static int dict_flag_sequence_of(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:313
static int dict_flag_default_value(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:254
static int dict_flag_class(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:213
static int dict_flag_set_of(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:347
static int dict_flag_is_extensions(fr_dict_attr_t **da_p, UNUSED char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:389
static int dict_flag_option(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:521
static int dict_flag_size(fr_dict_attr_t **da_p, char const *value, UNUSED fr_dict_flag_parser_rule_t const *rules)
Definition base.c:420

Definition at line 607 of file base.c.

◆ der_tags_compatible

const uint64_t der_tags_compatible[FR_DER_TAG_MAX]
static
Initial value:

Definition at line 85 of file base.c.

◆ dict_der

fr_dict_t const* dict_der

Definition at line 38 of file base.c.

◆ fr_type_to_der_tag_defaults

const fr_der_tag_t fr_type_to_der_tag_defaults[FR_TYPE_MAX+1]
static
Initial value:
= {
}
@ FR_DER_TAG_SEQUENCE
A sequence of DER encoded data (a structure).
Definition der.h:46
@ FR_DER_TAG_INTEGER
Arbitrary width signed integer.
Definition der.h:39
@ FR_DER_TAG_BOOLEAN
Boolean true/false.
Definition der.h:38
@ FR_DER_TAG_OCTETSTRING
String of octets (length field specifies bytes).
Definition der.h:41
@ FR_DER_TAG_BITSTRING
String of bits (length field specifies bits).
Definition der.h:40
@ FR_TYPE_IPV4_ADDR
32 Bit IPv4 Address.
@ FR_TYPE_INT8
8 Bit signed integer.
@ FR_TYPE_TLV
Contains nested attributes.
@ FR_TYPE_IPV6_PREFIX
IPv6 Prefix.
@ FR_TYPE_STRING
String of printable characters.
@ FR_TYPE_UINT16
16 Bit unsigned integer.
@ FR_TYPE_INT64
64 Bit signed integer.
@ FR_TYPE_INT16
16 Bit signed integer.
@ FR_TYPE_DATE
Unix time stamp, always has value >2^31.
@ FR_TYPE_UINT8
8 Bit unsigned integer.
@ FR_TYPE_UINT32
32 Bit unsigned integer.
@ FR_TYPE_STRUCT
like TLV, but without T or L, and fixed-width children
@ FR_TYPE_INT32
32 Bit signed integer.
@ FR_TYPE_UINT64
64 Bit unsigned integer.
@ FR_TYPE_IPV6_ADDR
128 Bit IPv6 Address.
@ FR_TYPE_IPV4_PREFIX
IPv4 Prefix.
@ FR_TYPE_BOOL
A truth value.
@ FR_TYPE_COMBO_IP_ADDR
IPv4 or IPv6 address depending on length.
@ FR_TYPE_OCTETS
Raw octets.
@ FR_TYPE_GROUP
A grouping of other attributes.

Definition at line 777 of file base.c.

◆ fr_type_to_der_tags

const bool* fr_type_to_der_tags[FR_DER_TAG_MAX]
static

Definition at line 106 of file base.c.

◆ instance_count

uint32_t instance_count = 0
static

Definition at line 36 of file base.c.

◆ libfreeradius_der_dict

fr_dict_autoload_t libfreeradius_der_dict = { { .out = &dict_der, .proto = "der" }, { NULL } }

Definition at line 42 of file base.c.

◆ libfreeradius_der_dict_attr

fr_dict_attr_autoload_t libfreeradius_der_dict_attr
Initial value:
= {
{ NULL }
}

Definition at line 45 of file base.c.

◆ libfreeradius_der_dict_protocol

fr_dict_protocol_t libfreeradius_der_dict_protocol
Initial value:
= {
.name = "der",
.default_type_size = 4,
.default_type_length = 4,
.attr = {
.flags = {
.table = der_flags,
.table_len = NUM_ELEMENTS(der_flags),
.len = sizeof(fr_der_attr_flags_t),
},
.type_parse = type_parse,
.valid = attr_valid
},
}
#define NUM_ELEMENTS(_t)
Definition build.h:339
void fr_der_global_free(void)
Definition base.c:203
static const fr_dict_flag_parser_t der_flags[]
Definition base.c:607
int fr_der_global_init(void)
Definition base.c:180
static bool type_parse(fr_type_t *type_p, fr_dict_attr_t **da_p, char const *name)
Definition base.c:621
static bool attr_valid(fr_dict_attr_t *da)
Definition base.c:443

Definition at line 1012 of file base.c.

◆ tag_name_to_number

fr_table_num_sorted_t const tag_name_to_number[]
static
Initial value:
= {
{ L("bitstring"), FR_DER_TAG_BITSTRING },
{ L("bmpstring"), FR_DER_TAG_BMP_STRING },
{ L("boolean"), FR_DER_TAG_BOOLEAN },
{ L("choice"), FR_DER_TAG_CHOICE },
{ L("enumerated"), FR_DER_TAG_ENUMERATED },
{ L("generalizedtime"), FR_DER_TAG_GENERALIZED_TIME },
{ L("generalstring"), FR_DER_TAG_GENERAL_STRING },
{ L("ia5string"), FR_DER_TAG_IA5_STRING },
{ L("integer"), FR_DER_TAG_INTEGER },
{ L("null"), FR_DER_TAG_NULL },
{ L("octetstring"), FR_DER_TAG_OCTETSTRING },
{ L("oid"), FR_DER_TAG_OID },
{ L("printablestring"), FR_DER_TAG_PRINTABLE_STRING },
{ L("sequence"), FR_DER_TAG_SEQUENCE },
{ L("set"), FR_DER_TAG_SET },
{ L("t61string"), FR_DER_TAG_T61_STRING },
{ L("universalstring"), FR_DER_TAG_UNIVERSAL_STRING },
{ L("utctime"), FR_DER_TAG_UTC_TIME },
{ L("utf8string"), FR_DER_TAG_UTF8_STRING },
{ L("visiblestring"), FR_DER_TAG_VISIBLE_STRING },
}
@ FR_DER_TAG_SET
A set of DER encoded data (a structure).
Definition der.h:47
@ FR_DER_TAG_CHOICE
A choice of types. Techically not a DER tag, but used to represent a choice.
Definition der.h:58
@ FR_DER_TAG_NULL
An empty value.
Definition der.h:42
@ FR_DER_TAG_ENUMERATED
An enumerated value.
Definition der.h:44
@ FR_DER_TAG_UNIVERSAL_STRING
String of universal chars.
Definition der.h:55
@ FR_DER_TAG_OID
Reference to an OID based attribute.
Definition der.h:43

Definition at line 50 of file base.c.

◆ tag_name_to_number_len

size_t tag_name_to_number_len = NUM_ELEMENTS(tag_name_to_number)
static

Definition at line 72 of file base.c.