[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

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

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

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

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

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

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

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

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

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

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