Michael Zillgith
|
4d951e04c5
|
- encode boolean true value as 0x01 instead of 0xff to avoid interoperability problems
|
3 years ago |
Michael Zillgith
|
b3868a2f9f
|
- removed some cppcheck warnings
|
3 years ago |
Michael Zillgith
|
ef1895c2be
|
- fixed problem in BER integer decoder (problem with GOOSE fixed length message decoding)
|
4 years ago |
Michael Zillgith
|
d546ebac6f
|
- restrict maximum recursion depth in BerDecoder_decodeLength when indefinite length encoding is used to avoid stack overflow when receiving malformed messages
|
5 years ago |
Michael Zillgith
|
e04e424b02
|
- fixed oss-fuzz issues 31399, 31340, 31341, 31344, 31346
|
5 years ago |
Michael Zillgith
|
4f0667b597
|
- removed some warnings and code cleanup
|
5 years ago |
Michael Zillgith
|
42802db6f1
|
- added -Wextra to Makefile and changed code to avoid resulting warnings
|
5 years ago |
Michael Zillgith
|
de6886c6f3
|
- MMS: fixed problem in handling of indefinite length encoded BER elements
|
5 years ago |
Michael Zillgith
|
e1eb09d55b
|
- MmsValue: added NULL checks for all memory allocations
- MmsValue: buffer for float/double data is now part of the MmsValue structure and not allocated separately
|
5 years ago |
Michael Zillgith
|
97e65d5743
|
- fixed problem encoding OID with arc values 0
|
5 years ago |
Michael Zillgith
|
6c53924c05
|
- added additional length check in BerDecoder_decodeLength and checked return values in callers (fix problem #196)
|
6 years ago |
Michael Zillgith
|
6e9047916c
|
- fixed bug in BerInteger_setUint16
|
6 years ago |
Michael Zillgith
|
c2d73c3fe8
|
- fixed bug parsing OID string with space as separator
|
6 years ago |
Michael Zillgith
|
7cb69c983a
|
- additionally allow comma and space as separators in ap-titles used in API functions
|
6 years ago |
Michael Zillgith
|
1d61afaa8b
|
- C library: removed C++ style line comments
|
7 years ago |
Michael Zillgith
|
d8f964ac7c
|
- MMS server: ACSE authenticator passes application reference (ap-title and ae-qualifier)
|
8 years ago |
Michael Zillgith
|
a008275f37
|
- MMS client: parse reject PDU
- MMS: improved BER decoder stability
|
8 years ago |
Michael Zillgith
|
b1641b82ff
|
- MMS client/server: extended BER encoder to support MMS PDU sizes with more than 64k
|
8 years ago |
Michael Zillgith
|
3aa01687c5
|
- MMS client/server: fixed problem with negative frsmId
- some code cleanup
|
8 years ago |
Michael Zillgith
|
03f43b795f
|
- fixed initialization problem with uninitialized integer values
|
10 years ago |
Michael Zillgith
|
5261378603
|
- added CONFIG_IEC61850_EDITION_1 configuration option
- removed "Owner" from RCBs for edition 1 builds
|
10 years ago |
Michael Zillgith
|
c2f50239ef
|
- fixed typo in last commit
|
10 years ago |
Michael Zillgith
|
7c540f77c4
|
- fixed bug with unsigned32 on big endian systems
|
10 years ago |
Michael Zillgith
|
b42aa358e9
|
- fixed bug #307
|
11 years ago |
Michael Zillgith
|
86b26ad181
|
- changed header inclusion. All libiec61850 now include libiec61850_platform_includes.h. All standard headers should be included from there.
|
11 years ago |
Michael Zillgith
|
b5e319b904
|
- updated to version 0.8.3-dev
|
11 years ago |
Michael Zillgith
|
a0f67f9a5d
|
- update to current development version
|
11 years ago |
Michael Zillgith
|
48d717f12c
|
- initial commit for new repository structure
|
11 years ago |