crypto: dh secret should be left-padded
DH_compute_secret() may return key that is smaller than input buffer, in such cases key should be left-padded because it is a BN (big number). fix #5239
parent
ccabd4a6
Please register or sign in to comment