locka99 / opcua

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

Added a unit test for cypher text padding check in client's symmetric_decrypt_verify() #381

Open BogdanYarotsky opened 2 months ago

BogdanYarotsky commented 2 months ago

@AiyionPrime Thanks for checking out the PR :)

I've brought back and uncommented the padding check. Also added a unit test to validate that it works.