Skip to content

Commit

Permalink
Refactor code to fetch certificate from server
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoll committed Dec 6, 2024
1 parent dc53308 commit 71370a0
Show file tree
Hide file tree
Showing 8 changed files with 508 additions and 85 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added

- Add type `PrivateKey` to wrap private keys when using Mbed TLS.
- Add ability to fetch remote server certificate with `fetch_server_certificate()`.
- Add types `ua::SecurityLevel`, `ua::EndpointDescription`, `ua::MessageSecurityMode`.
- Add ability to get remote server endpoints with `ua::ClientBuilder::get_endpoints()`.

### Changed

Expand Down
Loading

0 comments on commit 71370a0

Please sign in to comment.