locka99 / opcua

A client and server implementation of the OPC UA specification written in Rust
Mozilla Public License 2.0
475 stars 128 forks source link

Replace Openssl by a pure rust libraries (from RustCrypto project) #328

Open bs1959 opened 1 month ago

bs1959 commented 1 month ago

Dear Adam,

These changes replace the use of Openssl wrapper by pure Rust libraries issued from the RustCrypto project. The goal is to facilitate build and deployments Note that nothing has changed outside the crypto module (except one into() in a test) , all tests passed