Michael Zillgith
b86806ef13
- .NET API: added support for server side log service (LIB61850-461)
11 months ago
Michael Zillgith
ae02944918
- .NET API: Added properties to MmsVariableSpecification class (LIB61850-460)
11 months ago
aravindmithra
8f77fbdc6f
Update ied_connection.c
...
During my test, it was observed that when there are 2 logical nodes with same string repeats, ( such as almGGIO1 and almGGIO10) in those cases, these 2 below functions add the DOs from almGGIO1 to almGGIO10. and model discovery will show invalid DOs under almGGIO10. My test was done in 1.5 version, I think this change is relevent in current version also.
IedConnection_getLogicalNodeDirectory
IedConnection_getLogicalNodeVariables
12 months ago
Michael Zillgith
830059fca2
- HAL (Linux): fixed problem with Hal_getTimeInNs on 32 bit systems
1 year ago
Kiddo
1b91b09802
v1.6_develop fuzz integration ( #515 )
...
* - FUZZ: add mms related fuzzers
* - FUZZ: add acse parse fuzzer
* - FUZZ: fix incorrect source code name
1 year ago
Michael Zillgith
519b0208cc
- updated CHANGELOG and README.md
1 year ago
Michael Zillgith
d309018340
- TLS: fixed memory leak in TLSConiguration (I6PLLCV-99)
...
- TLS: configured default TLS 1.3 cipher suites as defined in IEC 62351-3:2023
1 year ago
Michael Zillgith
d5e8382368
- updated documentation
1 year ago
Michael Zillgith
f0c59be3af
- updated examples
1 year ago
Michael Zillgith
8aa3646895
- Implementation of functions IedConnection_getGoCBValuesAsync and IedConnection_setGoCBValuesAsync (LIB61850-344)
1 year ago
Michael Zillgith
31bbd1d6da
- updated CHANGELOG and doc comments
1 year ago
Michael Zillgith
464c489f56
- fixed - using wrong include paths when using external mbedtls
1 year ago
Michael Zillgith
08eb41acc9
- .NET API: Added functions SetReportSetting and GetReportSetting to IedServerConfig (LIB61850-404)
1 year ago
Michael Zillgith
6c93bdfff6
- updated CHANGELOG
1 year ago
Michael Zillgith
786586d642
- ACSE: fixed out-of-bound read in parseAarqPdu/parseAarePdu functions ( #512 )( #513 )(LIB61850-441)(LIB61850-442)
1 year ago
Michael Zillgith
be15bfc393
- updated code format
1 year ago
Michael Zillgith
f5af7c07c7
- code format updates
...
- getDomainNames optimized
1 year ago
Michael Zillgith
111b279558
- code format updates
1 year ago
Michael Zillgith
4e751caf1c
- fixed DPC status bug in demo
1 year ago
Michael Zillgith
98649acc88
- Added cmake code to distingish between mbedtls versions 2.28 and 3.6 when external library is used (CONFIG_USE_EXTERNAL_MBEDTLS_DYNLIB)
1 year ago
Michael Zillgith
7491330c5c
Merge branch 'v1.6_develop' of github.com:mz-automation/libiec61850 into v1.6_develop
1 year ago
Michael Zillgith
52582915be
- fixed memory leak in IedConnection_setLocalAddress (I6LLCV-97)
1 year ago
Michael Zillgith
4c92fa1f7e
- code format updates
1 year ago
Michael Zillgith
ddd89f20cd
- code format updates
1 year ago
Michael Zillgith
9e005b5fe2
- fix compilation problems on windows with certain configurations
1 year ago
Michael Zillgith
728c812fc8
- some code format updates
1 year ago
Michael Zillgith
8b7b0387f1
- fixed compilation problem on Windows in MMS journal client code
1 year ago
Michael Zillgith
abb71ebfd3
- added third-party folder to gitignore
1 year ago
Michael Zillgith
92c0fea9e8
Merge branch 'v1.6_develop_rgoose_sntp__merge_develop' into v1.6_develop
1 year ago
Michael Zillgith
3a4d993bfa
- code format updates
1 year ago
Michael Zillgith
6971d9a304
- fixed cmake file so compilation of GOOSE code (without R-GOOSE support) is possible without mbedtls
1 year ago
Michael Zillgith
cdcb7555cf
- fixed unbounded recursion in MmsValue_decodeMmsData (LIB61850-452)
1 year ago
Michael Zillgith
379d21bfd1
- fixed potential memory leak in MMS client journal service (LIB61850-451)
1 year ago
Michael Zillgith
5b0c4dd304
- fixed potential buffer overflows in MMS client file service handling (LIB61850-449)
1 year ago
Michael Zillgith
ac925fae8e
- fixed potential buffer overflows in MMS client file service handling (LIB61850-449)
1 year ago
Michael Zillgith
1f52be9dde
- replaced unsafe function StringUtils_createStringFromBufferInBuffer with function with length check to not exceed target buffer (LIB61850-447)
1 year ago
Michael Zillgith
bde24fef65
- updated CHANGELOG (LIB61850-447)
1 year ago
Michael Zillgith
fef8f94751
- some updates for mbedtls 3.6 integration (LIB61850-448)
1 year ago
Michael Zillgith
982e959965
- replaced unsafe function StringUtils_createStringFromBufferInBuffer with function with length check to not exceed target buffer (LIB61850-447)
1 year ago
Michael Zillgith
2c6c674733
- code format updates
1 year ago
Michael Zillgith
6d8ba08323
- code format updates
1 year ago
Michael Zillgith
bc9f0eaad8
- fixed examples cmake file to create TLS examples with mbedtls3
1 year ago
Michael Zillgith
6830e85d8c
- added code and cmake build system support for mbedtls 3.6
1 year ago
Michael Zillgith
7ea993fc43
- made rsession code compatible with mbedtls 3.6
1 year ago
Michael Zillgith
d7b7ed6a18
- replaced select by poll in linux hal (LIB61850-416)( #463 )
1 year ago
Michael Zillgith
3772d80c42
- code format updates
1 year ago
Michael Zillgith
c5ddf0b71f
- code format updates
1 year ago
Michael Zillgith
34366ce284
- R-GOOSE/R-SMV can now also be compiled on Windows without winpcap
...
- SMV subscriber: removed legacy compatibility functions
1 year ago
Michael Zillgith
3b1758c713
- some code cleanup
1 year ago
Michael Zillgith
6c91e34b5e
- fixed r-session related problems when compiling with Makefile
1 year ago