KIT-IBPT / epics-open62541

EPICS device support acting as an OPC UA client
Other
0 stars 2 forks source link

Update open62541 library to version 1.3.9 #8

Closed smarsching closed 9 months ago

smarsching commented 9 months ago

The open62541 library used by the EPICS device support is quite old (version 1.0.2). This PR updates it to the newest version (1.3.9), adapting the EPICS code to the API changes.

As a side effect of updating the libary, LibreSSL and OpenSSL are now supported as cryptographic libraries in addition to mbed TLS.