RSA_size() and DH_size() return the amount of bytes in a key, and we
authorRichard Levitte <levitte@openssl.org>
Fri, 28 Nov 2003 23:03:16 +0000 (23:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Nov 2003 23:03:16 +0000 (23:03 +0000)
commite57c110931b81548c9bf907dc7a8393726dc5dbd
treeba46b71ed54d6efcfd6c9363cff0fc6c9ebe86b2
parentbc4de7940fd3e897dcf09d69be3bd519469442a1
RSA_size() and DH_size() return the amount of bytes in a key, and we
compared it to the amount of bits required...
PR: 770
Submitted by: c zhang <czhang2005@hotmail.com>
ssl/s3_clnt.c