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:19 +0000 (23:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Nov 2003 23:03:19 +0000 (23:03 +0000)
commit6a6a08cbeaa6b541f493988b1ce5090325b24e90
tree5899278e37abf91ad18271d07f9fcd3a7c5d9888
parent753cbc285739a11e66ff706b8993bb0502061d86
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