Federico Francescon
72b59ecc19
build: added tls_chipers.h to the API_HEADERS
...
Adding `tls_chipers.h` to API_HEADERS as it's included in `tls_config.h` and so required to properly build a binary which statically includes the lib61850 and uses APIs like
```c
#include <libiec61850/iec61850_server.h>
```
10 months 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
6971d9a304
- fixed cmake file so compilation of GOOSE code (without R-GOOSE support) is possible without mbedtls
1 year ago
Michael Zillgith
6830e85d8c
- added code and cmake build system support for mbedtls 3.6
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
da62fe854f
Merge branch 'v1.6_develop' into v1.6_develop_rgoose_sntp
2 years ago
Michael Zillgith
41ed0dd51a
- implemented access control callbacks for logs and LCBs (LIB61850-392)
2 years ago
Michael Zillgith
97923e7238
- updated required mbedtls version to 2.28.x
3 years ago
Federico Francescon
5fe5657157
Added some options to cmake and updated defautls to match base `make` configuration
3 years ago
Michael Zillgith
2f3c7cae61
- added -Wundef compiler flag and removed some of the resulting warnings
3 years ago
Michael Zillgith
6a1079ceb3
- make R-GOOSE/R-SMV/SNTP client feature support optional (LIB61850-361)
3 years ago
Michael Zillgith
90372ced72
- merged R-GOOSE/R-SMV/SNTP code from v1.5_sntp_rsv feature branch (LIB61850-360)
3 years ago
Michael Zillgith
ad78b9de26
- removed redundant declarations (LIB61850-359)
3 years ago
Michael Zillgith
d6e710bd8f
- updated version number in cmake file to 1.6.0
...
- updated README
3 years ago
Michael Zillgith
d7b48a891e
- updated cmake minimum version requirement to 3.5.1
4 years ago
Michael Zillgith
96e93c4be3
- fixed compilation problem with option CONFIG_MMS_THREADLESS_STACK
4 years ago
Michael Zillgith
aaf893da34
- fixed - UBRB: library can't work at the same time with URCB with preconfigured client and URCB without preconfigured client (LIB61850-292)( #355 )
4 years ago
Michael Zillgith
19f2cbf0e7
- CMake build: add new configuration option CONFIG_USE_EXTERNAL_MBEDTLS_DYNLIB to allow build using externally built mbedtls DLL/shared object
5 years ago
Michael Zillgith
2f5817e0ac
- IEC 61850 server: implemented service tracking for BRCBs and URCBs
5 years ago
Michael Zillgith
73f1a98b4a
Merge branch 'v1.4' into v1.5
5 years ago
Michael Zillgith
922f3055b4
- updated cmake files to work with cmake 2.8
6 years ago
Michael Zillgith
800c76c50e
- update cmake files
6 years ago
Michael Zillgith
4dede9b8a1
- updated version number to 1.4.2
6 years ago
Michael Zillgith
7d22aba900
- removed internal header files from install target ( #214 )
6 years ago
Michael Zillgith
1831be663e
- updated version to 1.5.0
6 years ago
Michael Zillgith
0237c9b95c
- updated CHANGELOG/version number to 1.4.1
6 years ago
Michael Zillgith
1549367eed
- updated code to use mbedtls-2.16 (LTS version)
6 years ago
Michael Zillgith
5a83af9206
- moved mms_server.h back to public API (see github #117 )
7 years ago
Michael Zillgith
ac14a4722d
- integrated cmake file changes from v1.3 branch
7 years ago
Michael Zillgith
732ad79070
- fixed problem with read access to GCB (see github #130 )
7 years ago
Michael Zillgith
01933c415a
- fixed cmake install target ( #102 )
7 years ago
Michael Zillgith
9826749400
- resolved compilation issues with visual studio 2017
7 years ago
Michael Zillgith
cd50bc63b2
- fixed install target of Makefile
7 years ago
Michael Zillgith
2b7dc5c5fe
- added API export/internal decorations
...
- removed .def files for windows
7 years ago
Michael Zillgith
0b51d6841a
- added Socket_activateTcpKeepAlive function
7 years ago
Michael Zillgith
02cda48128
- moved TLS API to platform abstraction layer
7 years ago
Michael Zillgith
de04f3630b
- moved lib_memory to hal project
7 years ago
Michael Zillgith
7d890b7450
- updated version to 1.3.0
7 years ago
Michael Zillgith
2f71744079
- added serial port hal
...
- moved hal to separate directory
- added new hal cmake project
7 years ago
Michael Zillgith
38ee7b43ef
- updated version to 1.2.2
7 years ago
Michael Zillgith
da17f8210a
- updated version to 1.2.1
7 years ago
Michael Zillgith
76cfa46378
- fixed cmake file
...
- added function IedModel_getDeviceByIndex
8 years ago
Michael Zillgith
d5900a9c52
- cmake: fixed CMakeList.txt to allow to build the library as submodule
8 years ago
Michael Zillgith
ce0ed1d39c
- SV publisher/subscriber: removed deprecated header files. Moved wrapper functions for deprecated API to .c files
8 years ago
Michael Zillgith
bd92dc299e
Merge pull request #39 from stv0g/sv-goose-bugfixes
...
Smaller bug fixes for SV & Goose
8 years ago
Michael Zillgith
570ca71570
- IEC 61850/MMS: integrated TLS for MMS client/server
8 years ago
Steffen Vogel
a4c002aa03
cmake: add missing debug options and enable all of them if DEBUG is set
8 years ago
Steffen Vogel
9244412545
version bump
8 years ago
Michael Zillgith
b673e1d28a
Merge pull request #36 from stv0g/ethernet-handleset
...
EthernetHandleSet
8 years ago
Steffen Vogel
73cdb5a0f7
install "sv_subscriber_deprecated.h"
8 years ago