Commit Graph

5 Commits

Author SHA1 Message Date
Julius Pfrommer
3785ed5c4d Merge remote-tracking branch 'origin/1.4' into merge_14_master_24 2024-11-29 21:50:04 +01:00
Noel Graf
50f3789424 fix(plugin): Correctly configure the certificate for the filestore policy after updating and remove the pki prefix 2024-10-01 23:47:35 +02:00
Frozen Forest Reality Technologies
5e69aad2c6
fix(build): Android Compatibility Improvements (#6666)
make can't find ``pthread`` and ``rt`` libraries while building open62541 with android.toolchain.cmake and they cause errors. But NDK already has that. So, we don't need extra add

- we need to set Android platform to at least 24 because epoll_create1 came with level 21 and ifaddrs.h came with 24.

- #include <bits/stdio_lim.h> already included in stdio. We don't need to add it and android can't file it.
2024-08-28 15:49:51 +02:00
Noel Graf
510aff958e fix(plugin): Pass the correct security policy to the updateCertificate function in the filestore backend 2024-07-31 12:26:26 +02:00
Noel Graf
5fa1cf643e
feat(plugin): Adding filestore backend security policies (#6564)
* feat(plugin): Add filestore backend security policies to support writing updated certificates back to the file system

* feat(tests): Add test cases for the filestore security policies and the updateCertificate function

---------

Co-authored-by: Julius Pfrommer <jpfr@users.noreply.github.com>
2024-07-23 14:41:48 +02:00