You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add feature flag mbedtls to build with encryption support by using bundled Mbed TLS version 3.6.2.
Add method for client encryption by using ClientBuilder::default_encryption().
Add methods for server encryption by using ServerBuilder::default_with_security_policies(), ServerBuilder::default_with_secure_security_policies().
Add ClientBuilder::accept_all() and ServerBuilder::accept_all() to skip certificate checks.
Add method ServerRunner::run_until_cancelled() to allow gracefully shutting down server (#169).
Add method ServerRunner::access_control() and related trait AccessControl with implementation DefaultAccessControl and DefaultAccessControlWithLoginCallback to allow custom authentication and authorization of clients in the server.
Add method ua::ByteString::new() to create new OPC UA byte strings.