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_ABLOCKCIPHER_CBC_SHA
> 
> What files should I create (and where to put it) ?
> and which files needed to be modified.

Have a look into ssl/s3_lib.c. There the cipher suites are selected.
Then check out ssl/ssl_ciph.c, where part of the interfacing is
initialized. Start there for the integration into the TLS/SSL layer.
In parallel have a look into the EVP layer and how to add your
new cipher to the lists (follow OpenSSL_add_all_algorithms()).

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to