open62541/plugins
2025-05-09 17:25:54 +02:00
..
crypto fix(arch): Replacement of the custom AF_INET definition with the appropriate platform-specific network header 2025-05-09 17:25:54 +02:00
historydata fix(plugins): Create ServerTimestamp if none defined in the historical data plugin 2023-11-08 23:14:09 +01:00
include/open62541 fix(build): compilation on macos 2025-03-18 14:58:00 +01:00
README.md feat: add README in plugins directory for licenses 2025-04-22 21:56:25 +02:00
ua_accesscontrol_default.c Merge remote-tracking branch 'origin/1.4' into merge_14_master_25 2024-12-07 22:55:41 +01:00
ua_config_default.c Merge remote-tracking branch 'origin/1.4' into merge_14_master_25 2025-01-25 19:06:56 +01:00
ua_config_json.c Merge remote-tracking branch 'origin/master' into merge_14_master_25 2025-02-04 13:33:31 +01:00
ua_debug_dump_pkgs.c refactor(core): Remove trailing spaces in code (#5221) 2022-06-24 11:03:25 +02:00
ua_log_stdout.c Merge remote-tracking branch 'origin/1.4' into merge_14_master_25 2025-02-02 19:14:15 +01:00
ua_log_syslog.c refactor(core): Rename the log category "securitypolicy" to just "security" 2024-12-10 08:28:30 +01:00
ua_nodesetloader.c fix(nodeset-loader): Minor bugfixes 2023-03-20 15:40:04 +01:00
ua_nodestore_hashmap.c feat(plugin): Add GetEditNode callback to the NodeStore interface 2024-07-16 19:45:16 +02:00
ua_nodestore_ziptree.c feat(plugin): Add GetEditNode callback to the NodeStore interface 2024-07-16 19:45:16 +02:00

open62541 plugins

Specific optional features are implemented using plugins.

They are licensed either under the Mozilla Public License v2.0 (MPLv2) or are in the public domain (CC0 license). The CC0 licensed plugins can be reused under any license and changes do not have to be published.

Here is an overview of the licenses for all plugins:

Plugin License
ua_accesscontrol_default CC0
ua_config_default CC0
ua_config_json CC0
ua_debug_dump_pkgs CC0
ua_log_stdout CC0
ua_log_syslog CC0
ua_nodesetloader CC0
ua_nodestore_hashmap CC0
ua_nodestore_ziptree CC0
crypto/mbedtls/securitypolicy_common CC0
crypto/mbedtls/certificategroup CC0
crypto/ua_certificategroup_none CC0
crypto/openssl/certificategroup CC0
crypto/ua_securitypolicy_none CC0
crypto/ua_filestore_common MPLv2
crypto/ua_securitypolicy_filestore MPLv2
crypto/ua_certificategroup_filestore MPLv2
crypto/mbedtls/create_certificate MPLv2
crypto/mbedtls/securitypolicy_aes128sha256rsaoaep MPLv2
crypto/mbedtls/securitypolicy_aes256sha256rsapss MPLv2
crypto/mbedtls/securitypolicy_basic128rsa15 MPLv2
crypto/mbedtls/securitypolicy_basic256 MPLv2
crypto/mbedtls/securitypolicy_basic256sha256 MPLv2
crypto/mbedtls/securitypolicy_pubsub_aes128ctr MPLv2
crypto/mbedtls/securitypolicy_pubsub_aes256ctr MPLv2
crypto/openssl/create_certificate MPLv2
crypto/openssl/securitypolicy_aes128sha256rsaoaep MPLv2
crypto/openssl/securitypolicy_aes256sha256rsapss MPLv2
crypto/openssl/securitypolicy_basic128rsa15 MPLv2
crypto/openssl/securitypolicy_basic256 MPLv2
crypto/openssl/securitypolicy_basic256sha256 MPLv2
crypto/openssl/securitypolicy_common MPLv2
crypto/openssl/securitypolicy_eccnistp256 MPLv2
crypto/pkcs11/securitypolicy_pubsub_aes128ctr_tpm MPLv2
crypto/pkcs11/securitypolicy_pubsub_aes256ctr_tpm MPLv2
historydata/ua_history_data_backend_memory MPLv2
historydata/ua_history_data_gathering_default MPLv2
historydata/ua_history_database_default MPLv2