[openssl.org #304] Installation help

2002-10-15 Thread Robert Esposito via RT


When I try and install the software, I get an error after I run make 
install. It says cannot create directory usr/local/include/openssl: 
permission denied. Can you please help me get past this?

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



Re: [openssl.org #304] Installation help

2002-10-15 Thread Doug Kaufman

On Tue, 15 Oct 2002, Robert Esposito via RT wrote:

 When I try and install the software, I get an error after I run make
 install. It says cannot create directory usr/local/include/openssl:
 permission denied. Can you please help me get past this?

You need to either install under a login that has permission to
write to usr/local/include or install under another directory, where
you do have write permission. See the file include in the openssl
distribution. You need to configure with the --prefix= directive and
give the path to the directory where you want to put the files.

Are you sure it didn't say it couldn't create
/usr/local/include/openssl?
  Doug
__
Doug Kaufman
Internet: [EMAIL PROTECTED]

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



Re: [openssl.org #304] Installation help

2002-10-15 Thread [EMAIL PROTECTED] via RT


On Tue, 15 Oct 2002, Robert Esposito via RT wrote:

 When I try and install the software, I get an error after I run make
 install. It says cannot create directory usr/local/include/openssl:
 permission denied. Can you please help me get past this?

You need to either install under a login that has permission to
write to usr/local/include or install under another directory, where
you do have write permission. See the file include in the openssl
distribution. You need to configure with the --prefix= directive and
give the path to the directory where you want to put the files.

Are you sure it didn't say it couldn't create
/usr/local/include/openssl?
  Doug
__
Doug Kaufman
Internet: [EMAIL PROTECTED]

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



Re: [openssl.org #189] Kerberos Ciphersuite IDs

2002-10-15 Thread Jeffrey Altman via RT


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]



Re: [openssl.org #189] Kerberos Ciphersuite IDs

2002-10-15 Thread Jeffrey Altman via RT


I believe these patches correct the problem:

*** \ssl\tmp\ssl3.h Thu Oct 10 05:04:18 2002
--- ssl3.h Tue Oct 15 14:01:42 2002
***
*** 215,234 
  #define SSL3_TXT_FZA_DMS_FZA_SHA  FZA-FZA-CBC-SHA
  #define SSL3_TXT_FZA_DMS_RC4_SHA  FZA-RC4-SHA

  #define SSL3_TXT_KRB5_DES_64_CBC_SHA  KRB5-DES-CBC-SHA
! #define SSL3_TXT_KRB5_DES_192_CBC3_SHAKRB5-DES-CBC3-SHA
  #define SSL3_TXT_KRB5_RC4_128_SHA KRB5-RC4-SHA
  #define SSL3_TXT_KRB5_IDEA_128_CBC_SHAKRB5-IDEA-CBC-SHA
! #define SSL3_TXT_KRB5_DES_64_CBC_MD5  KRB5-DES-CBC-MD5
  #define SSL3_TXT_KRB5_DES_192_CBC3_SHAKRB5-DES-CBC3-SHA
- #define SSL3_TXT_KRB5_RC4_128_MD5 KRB5-RC4-MD5
- #define SSL3_TXT_KRB5_IDEA_128_CBC_SHAKRB5-IDEA-CBC-SHA

  #define SSL3_TXT_KRB5_DES_40_CBC_SHA  EXP-KRB5-DES-CBC-SHA
  #define SSL3_TXT_KRB5_RC2_40_CBC_SHA  EXP-KRB5-RC2-CBC-SHA
  #define SSL3_TXT_KRB5_RC4_40_SHA  EXP-KRB5-RC4-SHA
  #define SSL3_TXT_KRB5_DES_40_CBC_MD5  EXP-KRB5-DES-CBC-MD5
! #define SSL3_TXT_KRB5_DES_40_CBC_MD5  EXP-KRB5-DES-CBC-MD5
  #define SSL3_TXT_KRB5_RC4_40_MD5  EXP-KRB5-RC4-MD5

  #define SSL3_SSL_SESSION_ID_LENGTH32
--- 215,234 
  #define SSL3_TXT_FZA_DMS_FZA_SHA  FZA-FZA-CBC-SHA
  #define SSL3_TXT_FZA_DMS_RC4_SHA  FZA-RC4-SHA

+ #define SSL3_TXT_KRB5_DES_64_CBC_MD5  KRB5-DES-CBC-MD5
  #define SSL3_TXT_KRB5_DES_64_CBC_SHA  KRB5-DES-CBC-SHA
! #define SSL3_TXT_KRB5_RC4_128_MD5 KRB5-RC4-MD5
  #define SSL3_TXT_KRB5_RC4_128_SHA KRB5-RC4-SHA
+ #define SSL3_TXT_KRB5_IDEA_128_CBC_MD5KRB5-IDEA-CBC-MD5
  #define SSL3_TXT_KRB5_IDEA_128_CBC_SHAKRB5-IDEA-CBC-SHA
! #define SSL3_TXT_KRB5_DES_192_CBC3_MD5KRB5-DES-CBC3-MD5
  #define SSL3_TXT_KRB5_DES_192_CBC3_SHAKRB5-DES-CBC3-SHA

  #define SSL3_TXT_KRB5_DES_40_CBC_SHA  EXP-KRB5-DES-CBC-SHA
  #define SSL3_TXT_KRB5_RC2_40_CBC_SHA  EXP-KRB5-RC2-CBC-SHA
  #define SSL3_TXT_KRB5_RC4_40_SHA  EXP-KRB5-RC4-SHA
  #define SSL3_TXT_KRB5_DES_40_CBC_MD5  EXP-KRB5-DES-CBC-MD5
! #define SSL3_TXT_KRB5_RC2_40_CBC_MD5  EXP-KRB5-RC2-CBC-MD5
  #define SSL3_TXT_KRB5_RC4_40_MD5  EXP-KRB5-RC4-MD5

  #define SSL3_SSL_SESSION_ID_LENGTH32

*** \ssl\tmp\s3_lib.c Thu Oct 10 04:03:52 2002
--- s3_lib.c Tue Oct 15 14:01:14 2002
***
*** 676,683 
  /* Cipher 28 VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_CBC_SHA,
!   SSL3_CK_KRB5_RC4_40_CBC_SHA,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_SHA1   |SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
--- 676,683 
  /* Cipher 28 VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_SHA,
!   SSL3_CK_KRB5_RC4_40_SHA,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_SHA1   |SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
***
*** 718,725 
  /* Cipher 2B VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_CBC_MD5,
!   SSL3_CK_KRB5_RC4_40_CBC_MD5,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_MD5|SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
--- 718,725 
  /* Cipher 2B VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_MD5,
!   SSL3_CK_KRB5_RC4_40_MD5,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_MD5|SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,



 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' :
 

Re: [openssl.org #189] Kerberos Ciphersuite IDs

2002-10-15 Thread Jeffrey Altman

I believe these patches correct the problem:

*** \ssl\tmp\ssl3.h Thu Oct 10 05:04:18 2002
--- ssl3.h Tue Oct 15 14:01:42 2002
***
*** 215,234 
  #define SSL3_TXT_FZA_DMS_FZA_SHA  FZA-FZA-CBC-SHA
  #define SSL3_TXT_FZA_DMS_RC4_SHA  FZA-RC4-SHA

  #define SSL3_TXT_KRB5_DES_64_CBC_SHA  KRB5-DES-CBC-SHA
! #define SSL3_TXT_KRB5_DES_192_CBC3_SHAKRB5-DES-CBC3-SHA
  #define SSL3_TXT_KRB5_RC4_128_SHA KRB5-RC4-SHA
  #define SSL3_TXT_KRB5_IDEA_128_CBC_SHAKRB5-IDEA-CBC-SHA
! #define SSL3_TXT_KRB5_DES_64_CBC_MD5  KRB5-DES-CBC-MD5
  #define SSL3_TXT_KRB5_DES_192_CBC3_SHAKRB5-DES-CBC3-SHA
- #define SSL3_TXT_KRB5_RC4_128_MD5 KRB5-RC4-MD5
- #define SSL3_TXT_KRB5_IDEA_128_CBC_SHAKRB5-IDEA-CBC-SHA

  #define SSL3_TXT_KRB5_DES_40_CBC_SHA  EXP-KRB5-DES-CBC-SHA
  #define SSL3_TXT_KRB5_RC2_40_CBC_SHA  EXP-KRB5-RC2-CBC-SHA
  #define SSL3_TXT_KRB5_RC4_40_SHA  EXP-KRB5-RC4-SHA
  #define SSL3_TXT_KRB5_DES_40_CBC_MD5  EXP-KRB5-DES-CBC-MD5
! #define SSL3_TXT_KRB5_DES_40_CBC_MD5  EXP-KRB5-DES-CBC-MD5
  #define SSL3_TXT_KRB5_RC4_40_MD5  EXP-KRB5-RC4-MD5

  #define SSL3_SSL_SESSION_ID_LENGTH32
--- 215,234 
  #define SSL3_TXT_FZA_DMS_FZA_SHA  FZA-FZA-CBC-SHA
  #define SSL3_TXT_FZA_DMS_RC4_SHA  FZA-RC4-SHA

+ #define SSL3_TXT_KRB5_DES_64_CBC_MD5  KRB5-DES-CBC-MD5
  #define SSL3_TXT_KRB5_DES_64_CBC_SHA  KRB5-DES-CBC-SHA
! #define SSL3_TXT_KRB5_RC4_128_MD5 KRB5-RC4-MD5
  #define SSL3_TXT_KRB5_RC4_128_SHA KRB5-RC4-SHA
+ #define SSL3_TXT_KRB5_IDEA_128_CBC_MD5KRB5-IDEA-CBC-MD5
  #define SSL3_TXT_KRB5_IDEA_128_CBC_SHAKRB5-IDEA-CBC-SHA
! #define SSL3_TXT_KRB5_DES_192_CBC3_MD5KRB5-DES-CBC3-MD5
  #define SSL3_TXT_KRB5_DES_192_CBC3_SHAKRB5-DES-CBC3-SHA

  #define SSL3_TXT_KRB5_DES_40_CBC_SHA  EXP-KRB5-DES-CBC-SHA
  #define SSL3_TXT_KRB5_RC2_40_CBC_SHA  EXP-KRB5-RC2-CBC-SHA
  #define SSL3_TXT_KRB5_RC4_40_SHA  EXP-KRB5-RC4-SHA
  #define SSL3_TXT_KRB5_DES_40_CBC_MD5  EXP-KRB5-DES-CBC-MD5
! #define SSL3_TXT_KRB5_RC2_40_CBC_MD5  EXP-KRB5-RC2-CBC-MD5
  #define SSL3_TXT_KRB5_RC4_40_MD5  EXP-KRB5-RC4-MD5

  #define SSL3_SSL_SESSION_ID_LENGTH32

*** \ssl\tmp\s3_lib.c Thu Oct 10 04:03:52 2002
--- s3_lib.c Tue Oct 15 14:01:14 2002
***
*** 676,683 
  /* Cipher 28 VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_CBC_SHA,
!   SSL3_CK_KRB5_RC4_40_CBC_SHA,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_SHA1   |SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
--- 676,683 
  /* Cipher 28 VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_SHA,
!   SSL3_CK_KRB5_RC4_40_SHA,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_SHA1   |SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
***
*** 718,725 
  /* Cipher 2B VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_CBC_MD5,
!   SSL3_CK_KRB5_RC4_40_CBC_MD5,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_MD5|SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,
--- 718,725 
  /* Cipher 2B VRS */
{
1,
!   SSL3_TXT_KRB5_RC4_40_MD5,
!   SSL3_CK_KRB5_RC4_40_MD5,
SSL_kKRB5|SSL_aKRB5|  SSL_RC4|SSL_MD5|SSL_SSLV3,
SSL_EXPORT|SSL_EXP40,
0,



 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' :
 

RE: [openssl.org #304] Installation help

2002-10-15 Thread Robert Esposito via RT


= Original Message From [EMAIL PROTECTED] =
On Tue, 15 Oct 2002, Robert Esposito via RT wrote:

 When I try and install the software, I get an error after I run make
 install. It says cannot create directory usr/local/include/openssl:
 permission denied. Can you please help me get past this?

You need to either install under a login that has permission to
write to usr/local/include or install under another directory, where
you do have write permission. See the file include in the openssl
distribution. You need to configure with the --prefix= directive and
give the path to the directory where you want to put the files.

Are you sure it didn't say it couldn't create
/usr/local/include/openssl?
  Doug
__
Doug Kaufman
Internet: [EMAIL PROTECTED]

Thanks Doug.  Using the prefix worked.

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



Re: openssl pkcs8 encryptionbug

2002-10-15 Thread Dr. Stephen Henson

On Tue, Oct 15, 2002, Michael Bell wrote:

 Dr. Stephen Henson wrote:
  
  If the PKCS#8 key is in PEM format it can be handled directly without any
  conversion.
 
 This is perhaps correct for the OpenSSL-commandlinetools (I don't know 
 it) but I think mod_ssl is a problem and perhaps other applications 
 which only use the old OpenSSL-format.
 
It should be transparent for any application that calls PEM_read_bio_PrivateKey()
either directly or indirectly.

I'm not sure what mod_ssl is doing if it can't handle PKCS#8 PEM.

Steve.
--
Dr. Stephen Henson  [EMAIL PROTECTED]
OpenSSL Project http://www.openssl.org/~steve/
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Questions for implementing a crypto protocol (DH + blowfish)

2002-10-15 Thread skyper

Hi,


I'm doing some small development (crytpo protocol, similiar to ssl but
by far not that complex) with the openssl/libcrypto routines.

Here is a short list of comments and questions could not been answered
using the the manual pages or the sources (or google :).

- What is the risk in using the default OpenSSL 
  DH parameters? What is the benefit in generating them?
  (generating 4096b DH parameters on a 1.2Ghz box takes some hours/days :/).
  Is a /dev/urandom (linux 2.4) source to seed the
  OpenSSL PRNG fine? (seen it in many documentations,
  still dont feel very comfortable about it).

- The DH shared secret is to long for most symmetric
  ciphers. I'm using EVP_BytesToKey() to generate
  suiteable key + iv for the symmetric cipher.

- Both parties should use a different key + iv for both directions. Eve
  could otherwise figure out that both parties start the communication
  with the same words (same crypted packets = both parties say the same).
  I simply invert the shared shared secret before
  it is passed to EVP_BytesToKey() to generate two different
  key + iv pairs (one pair from the original shared secret, the
  other pair from the inverted shared secret).

- I use the MD5-sum of the shared secret as HMAC key.
  The HMAC key is published _after_ the communication
  finished. Any problems with this?

- Any way to determine how many % of the DH parameter generation
  has finsihed? (Pretty hard to predict when a prime 'will be found'
  but dont blame me for asking :)


Thanks for brainstorming with me about these rather simple questions :)


skyper
-- 
PGP: dig @segfault.net skyper axfr|grep TX|cut -f2 -d\|sort|cut -f2 -d\;
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: [openssl.org #189] Kerberos Ciphersuite IDs

2002-10-15 Thread Richard Levitte - VMS Whacker

In message [EMAIL PROTECTED] on Tue, 15 Oct 2002 19:55:14 
+0200 (METDST), Jeffrey Altman via RT [EMAIL PROTECTED] said:

Thanks for identifying the typos, I just committed an appropriate
change (I hope).  Please check the next snapshot.

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

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: [openssl.org #189] Kerberos Ciphersuite IDs

2002-10-15 Thread Richard Levitte - VMS Whacker via RT


In message [EMAIL PROTECTED] on Tue, 15 Oct 2002 19:55:14 
+0200 (METDST), Jeffrey Altman via RT [EMAIL PROTECTED] said:

Thanks for identifying the typos, I just committed an appropriate
change (I hope).  Please check the next snapshot.

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

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.

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