You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/src/mms/asn1
Michael Zillgith 4d951e04c5 - encode boolean true value as 0x01 instead of 0xff to avoid interoperability problems 3 years ago
..
asn1_ber_primitive_value.c - MmsValue: added NULL checks for all memory allocations 5 years ago
ber_decode.c - restrict maximum recursion depth in BerDecoder_decodeLength when indefinite length encoding is used to avoid stack overflow when receiving malformed messages 5 years ago
ber_encoder.c - encode boolean true value as 0x01 instead of 0xff to avoid interoperability problems 3 years ago
ber_integer.c - fixed problem in BER integer decoder (problem with GOOSE fixed length message decoding) 4 years ago