Richard:

Just tried to build this and it fails:

.\ssl\s3_lib.c(609) : error C2065: 'SSL3_TXT_KRB5_DES_192_CBC3_MD5' :
undeclared identifier
.\ssl\s3_lib.c(609) : error C2099: initializer is not a constant
.\ssl\s3_lib.c(610) : warning C4047: 'initializing' : 'const char *'
differs in levels of indirection from 'const int '
.\ssl\s3_lib.c(637) : error C2065: 'SSL3_TXT_KRB5_IDEA_128_CBC_MD5' :
undeclared identifier
.\ssl\s3_lib.c(637) : error C2099: initializer is not a constant
.\ssl\s3_lib.c(638) : warning C4047: 'initializing' : 'const char *'
differs in levels of indirection from 'const int '
.\ssl\s3_lib.c(679) : error C2065: 'SSL3_TXT_KRB5_RC4_40_CBC_SHA' :
undeclared identifier
.\ssl\s3_lib.c(679) : error C2099: initializer is not a constant
.\ssl\s3_lib.c(680) : error C2065: 'SSL3_CK_KRB5_RC4_40_CBC_SHA' :
undeclared identifier
.\ssl\s3_lib.c(680) : error C2099: initializer is not a constant
.\ssl\s3_lib.c(681) : warning C4047: 'initializing' : 'const char *'
differs in levels of indirection from 'const long '
.\ssl\s3_lib.c(707) : error C2065: 'SSL3_TXT_KRB5_RC2_40_CBC_MD5' :
undeclared identifier
.\ssl\s3_lib.c(707) : error C2099: initializer is not a constant
.\ssl\s3_lib.c(708) : warning C4047: 'initializing' : 'const char *'
differs in levels of indirection from 'const int '
.\ssl\s3_lib.c(721) : error C2065: 'SSL3_TXT_KRB5_RC4_40_CBC_MD5' :
undeclared identifier
.\ssl\s3_lib.c(721) : error C2099: initializer is not a constant
.\ssl\s3_lib.c(722) : error C2065: 'SSL3_CK_KRB5_RC4_40_CBC_MD5' :
undeclared identifier
.\ssl\s3_lib.c(722) : error C2099: initializer is not a constant
.\ssl\s3_lib.c(723) : warning C4047: 'initializing' : 'const char *'
differs in levels of indirection from 'const long '

It looks like the identifiers in ssl.h are wrong.


> 
> There, I finally got the time to put this in.  Just commited.  
> Please test the next 0.9.7 snapshot and make sure I got it all right.
> 
> This ticket is now resolved.
> 
> [[EMAIL PROTECTED] - Mon Sep 30 18:55:14 2002]:
> 
> > Any chance of making progress on this?
> > 
> > As a reminder, the issue is that the Kerberos ciphersuites in 
> OpenSSL do 
> > not use the IDs defined in RFC2712, which obviously has negative 
> effects 
> > on interoperability.
> 
> -- 
> Richard Levitte
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 


 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 [EMAIL PROTECTED]               OpenSSL.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to