On Sat, Apr 20, 2002 at 06:38:01PM +0700, Satria Bakti (13297096) wrote:
> I'm working on openssl 0.9.6 (and SSL generally)
> and trying to implement new cipher suite.
0.9.6 is finished, jump onto the 0.9.7 wagon.
> The new cipher suite will be :
>
> SSL_RSA_WITH_
Hi,
I'm working on openssl 0.9.6 (and SSL generally)
and trying to implement new cipher suite.
The new cipher suite will be :
SSL_RSA_WITH_ABLOCKCIPHER_CBC_SHA
What files should I create (and where to put it) ?
and which files needed to be modified.
Than
ED]>
Sent: Friday, July 14, 2000 10:07 AM
Subject: Add new cipher suite to OpenSSL
> Dear Sir,
>
> I would like to know how to add a new cipher suit to the OpenSSL. The
> new cipher suite may be SSL_RSA_WITH_TWOFISH_256_CBC_MD5. Would you
> like to give me some guidelines? such as wh
Dear Sir,
I would like to know how to add a new cipher suit to the OpenSSL. The
new cipher suite may be SSL_RSA_WITH_TWOFISH_256_CBC_MD5. Would you
like to give me some guidelines? such as which ".c" file and ".h" file
are related; which part in the source need to modify.