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:14 +0000 (23:03 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 28 Nov 2003 23:03:14 +0000 (23:03 +0000)
commit70ef9c5a3ddf317b204c7f77aa3fc01b5ebeb0fb
treeb05303bca37fb2d0ca5ddb36cc50f6768449f899
parentb727907ae86dbf46bf95af1166a04e67be853df2
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