Commit Graph

1594 Commits (c69b958134eb9bb41170dc219f9d2174d84c343b)
 

Author SHA1 Message Date
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
Michael Zillgith 7276b98c3c - code format updates 1 year ago
Michael Zillgith 5d7dd6160b Merge branch 'v1.6_develop' into v1.6_develop_rgoose_sntp__merge_develop 1 year ago
Michael Zillgith a02bf134a8 - code format update 1 year ago
Michael Zillgith e3a67573f7 - .NET API: Added functions to set minimum and maximum TLS version
- .NET API: Added functions to configure the used cipher suites
1 year ago
Michael Zillgith f80e81abc6 Merge branch 'v1.6_develop_tls_cipher_suite_444' into v1.6_develop 1 year ago
Michael Zillgith 2866a52c88 Merge branch 'v1.6_develop' of bitbucket.com:mz-automation/libiec61850 into v1.6_develop 1 year ago
Michael Zillgith 7d90faa631 - updated CHANGELOG file 1 year ago
Michael Zillgith 625fb65e50 Merge branch 'v1.6_develop' into v1.6_develop_rgoose_sntp__merge_develop 1 year ago
Michael Zillgith 1ed5ab3a4e - ethernet_linux: renamed ethernetSocket to self 1 year ago
Michael Zillgith c37cc76f9b - Linux Ethernet Socket: set interface to promisc mode by default 1 year ago
Michael Zillgith affe0ed1d0 - code format updates 1 year ago
Michael Zillgith 9f93d7d035 - integrated code to set TLS cipher suites in TLSConfiguration (LIB61850-444) 1 year ago
Michael Zillgith 2d787755ec - small code change to make code compile with VS2022 1 year ago
Maxson Ramon dos Anjos Medeiros 462e9c3851 -added function to set the number of outstanding calls-
IedConnection_setMaxOutstandingCalls (LIB61850-433)
1 year ago
Michael Zillgith b2b84bbbbc - code format updates 1 year ago
Michael Zillgith d0f52a2824 - fixed out-of-bound read in parseAarePdu function (LIB61850-442)(#513) 1 year ago
Michael Zillgith 501dffe6d0 - ACSE: fixed out-of-bounds read in parseAarqPdu function (LIB61850-441)(#512) 1 year ago
Michael Zillgith ac17349053 - GOOSE receiver: added additional length and plausibility checks to fix #509 1 year ago
Michael Zillgith 4791c14f19 - code format update 1 year ago
Michael Zillgith 7d03b582a9 - MmsValue_decodeMmsData: add support for empty visible-string, mms-string, and octet-string values (#506) 1 year ago
Michael Zillgith 05f32320e1 - added function to get timestamp of received command (ControlAction_getT) (LIB61850-422) 1 year ago
Michael Zillgith 6dc6431be1 - code format update 1 year ago
Michael Zillgith 98d6be4354 - MMS client: fixed - getNameList task can get stuck in while loop when message cannot be sent (LIB61850-347) 1 year ago
Michael Zillgith 58939c3209 - code format change 1 year ago
Michael Zillgith 69b7b28e84 - HAL socket: added missing initialization of address structure 1 year ago
Federico Francescon 790e3e6714
fix: ssl renegotiation causing handshake failure (#494)
* feat: added semaphore around `TLSSocket_performHandshake`

* fix: improved error checking in TLS read and write

* removed useless semaphore for renegotiation lock

* added some tls debug and cleared the session renegotiation events

* using mbedtls API instead of using internals

* fixed deadlock situation with TLSSocket_read

* test fix sonarcloud minor notice

* still some sonarcloud minor things

---------

Co-authored-by: Federico Francescon <federico.francescon@higeco.com>
1 year ago
Michael Zillgith 0b57f143b5 - .NET API: added function IedServer.IgnoreClientRequests and IedServer.IgnoreReadAccess 1 year ago
Michael Zillgith 1add5fd7a0 - fixed typo in function name IedServer_ignoreReadAccess 1 year ago
Michael Zillgith 8e49a72f8b - IED connection: Fixed memory leak and memory handling problem in function IedConnection_readDataSetValuesAsync (LIB61850-439) 1 year ago
Michael Zillgith 5c3fd679a8 - code format changes
- IED server: added function IedServer_ignoreReadAccess
1 year ago
Michael Zillgith 569c4a5c20 - .NET API: Added toString method for IedClientError (calling native function IedClientError_toString) 1 year ago
Michael Zillgith 37060d92d8 - GOOSE publisher: fixed - publisher parameters not set correctly (I6LLCV-76) 1 year ago
Michael Zillgith 23ae3c8ff3 - some code formatting 1 year ago
Michael Zillgith f536d1c324 - IED server: extended config file format to support arrays of data objects (LIB61850-415) 1 year ago
Michael Zillgith 4eebcb96a2 - some format updates in config file parser (LIB61850-415) 1 year ago