Commit 6ec6d520 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Don't skip leading zeroes in PSK keys.



Don't use BN_hex2bn() for PSK key conversion as the conversion to
BN and back removes leading zeroes, use OPENSSL_hexstr2buf() instead.

RT#4554

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent a3ef2c16
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment