To make it very clear, the locations that I'm seeing warnings are:

ssl\kssl.c:

In print_krb5_data() kdata->length is unsigned

In print_krb5_keyblock() keyblk->length is unsigned

In print_krb5_princ() princ->realm.length and
princ->realm.data[i].length are unsigned.  

and then in ssltest.c (not related to kerberos) I'm seeing an unsigned
vs signed comparison on line 1058:  r < num



> Jeffrey Altman wrote:
> > 
> > Steve:
> > 
> > Which flavor of Kerberos 5 are you using?
> > Which release?
> > 
> > I have a feeling the reasons that you are I are seeing different
> > warnings is because the types of the fields in different flavors or
> > versions are different.
> > 
> > I'm compiling against MIT 1.2.4 which is the current release.
> > 
> > Some of your changes are producing warnings which are of course
> > treated as fatal when compiling OpenSSL.
> > 
> 
> I'm using 1.2.3 which compiles cleanly under Linux but wont compile
> under Windows. The source as it was before these changes produced lots
> of warnings under Linux and several additional ones under Windows. 
> 
> I've so far had to rely on external reports one of which said that after
> these changes 1.2.4 did compile cleanly under Windows. It would be much
> better if I could confirm this myself.
> 
> I can't find a way to download 1.2.4 that isn't covered by US export
> restrictions. Do you have a URL I can get it from?
> 
> Steve.
> -- 
> Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
> Personal Email: [EMAIL PROTECTED] 
> Senior crypto engineer, Gemplus: http://www.gemplus.com/
> Core developer of the   OpenSSL project: http://www.openssl.org/
> Business Email: [EMAIL PROTECTED] PGP key: via homepage.
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 



 Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 available now!!!
 The Kermit Project @ Columbia University   includes Telnet, FTP and HTTP
 http://www.kermit-project.org/             secured with Kerberos, SRP, and 
 [EMAIL PROTECTED]                OpenSSL. Interfaces with OpenSSH
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to