locka99 / opcua

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

Async Padding use remote certificate keylength #116

Closed schroeder- closed 3 years ago

schroeder- commented 3 years ago

For the asymmetric padding the server certificate length, is used to send the extra padding byte. Fixes: #113

I need to run some tests, to ensure all cases are handled correct.

locka99 commented 3 years ago

Once tests pass I'll accept it - pending at the moment.

locka99 commented 3 years ago

Thanks a mil for the fix - hopefully it resolves the connection issues for others.