RE: Problems with OpenSSL and C++

2001-07-23 Thread Yuriy Stul
Hi Craig, check your Project settings: C/C++ --> Category=Code Generation --> Multithreaded > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Brown, Craig > Sent: Monday, July 23, 2001 10:12 PM > To: '[EMAIL PROTECTED]' > Subject: Problems with OpenSS

Re: Darwin builds

2001-07-23 Thread Marko Asplund
On Mon, 23 Jul 2001, hunter wrote: > ... > [agmacosx:~/openssl-0.9.6b] root# ./Configure rhapsody-ppc-cc shared > Configuring for rhapsody-ppc-cc > IsWindows=0 > CC=cc > CFLAG =-O3 -DB_ENDIAN -DUSE_TOD -DPEDANTIC > EX_LIBS = > BN_ASM=bn_asm.o > DES_ENC =des

Re: Missing symbol _llasgremu (Apache 1.3.20/mod_ssl-2.8.4/openssl-0.9.6b]

2001-07-23 Thread George Walsh
I have tried variations of the compiler (all of which have worked previously on earlier versions). I have to assume there is something irregular about this one module. I have even gone so far as to completely remove the directories for apache, openssl, mm and mod_ssl, and freshly downloading t

Re: Darwin builds

2001-07-23 Thread hunter
Did that, patched and ran with the following results: [agmacosx:~/openssl-0.9.6b] root# ./Configure rhapsody-ppc-cc shared Configuring for rhapsody-ppc-cc IsWindows=0 CC=cc CFLAG =-O3 -DB_ENDIAN -DUSE_TOD -DPEDANTIC EX_LIBS = BN_ASM=bn_asm.o DES_ENC =des_en

Re: asn1 -> der question

2001-07-23 Thread Dean Povey
>Hi all, >can me someone explain, how is encoded e.g. OCTET_STRING whit UNKNOWN length >into DER code? Especially if data in octed_string contain 0x00 0x00. > You cannot encode an OCTET STRING with unknown length in DER. You must use the definite length forms. In BER you can encode an OCTET STR

EVP initialization question

2001-07-23 Thread Haig C Didizian
Hi there, Sorry if this has been covered before... I'm working on some software that needs to encrypt messages between two parties. I'm using OpenSSL's EVP functions, and I'm wondering if I need to use EVP_Encrypt/DecryptInit and EVP_CIPHER_CTX_cleanup for each message that I encrypt. I guess I'm

RE: obtaining OID strings for DN components from a request?

2001-07-23 Thread Kim, Peter
Hi, I must have an old version of OpenSSL. In fact, I was looking for a function with a name similar to what you pointed out. I had found a function called OBJ_txt2nid(), so I figured there would be a OBJ_nid2txt() function or something similar. I looked in objects.h under crypto/objects direc

asn1 -> der question

2001-07-23 Thread Martin Szotkowski
Hi all, can me someone explain, how is encoded e.g. OCTET_STRING whit UNKNOWN length into DER code? Especially if data in octed_string contain 0x00 0x00. thanks Martin __ OpenSSL Project http://ww

RE: make problem on hpux 11.0

2001-07-23 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Hi Steve, The "-fPIC" option is not valid for cc. You'll have the use the "+z" option for compiling position independent code. You can pass this flag on the command line when you run the "config" script. Thanks -Madhu -Original Message- From: Steve Nguyen [mailto:[EMAIL PROTECTED

Base64

2001-07-23 Thread Antonio Ruiz Martínez
Hello! I've got a function to decode a byte array in base64 and the function is the next... ungined char *bytes= -> File (his size is 7Mb). int length= 7Mb; BIO *bio2=BIO_new(BIO_s_mem()); BIO_write(bio2,bytes,length); BIO *b64_2; if(!(b64_2 = BIO_new(BIO_f_base64( { return

Re: SSL_shutdown() woes (fwd)

2001-07-23 Thread Lutz Jaenicke
On Mon, Jul 23, 2001 at 02:18:37PM +0200, Martin Sjögren wrote: > This is the mail I sent last Friday that didn't seem to reach the list. > > Since then I've made progress. Apparently the SSL_shutdown() function > cannot return -1! From reading the source I'd say it can only return 1 or > 0. 1 if

SSL_shutdown() woes (fwd)

2001-07-23 Thread Martin Sjögren
This is the mail I sent last Friday that didn't seem to reach the list. Since then I've made progress. Apparently the SSL_shutdown() function cannot return -1! From reading the source I'd say it can only return 1 or 0. 1 if everything is completed and 0 otherwise, there are no error codes involve

Re: Darwin builds

2001-07-23 Thread Marko Asplund
On Mon, 23 Jul 2001, hunter wrote: > no i have not, i took a previous suggestion and moved the libcryto amd > libssl out of /usr/lib but now i get: > > cc -o openssl -DMONOLITH -I../include -O3 -DB_ENDIAN openssl.o verify.o > asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o

Re: Darwin builds

2001-07-23 Thread hunter
no i have not, i took a previous suggestion and moved the libcryto amd libssl out of /usr/lib but now i get: cc -o openssl -DMONOLITH -I../include -O3 -DB_ENDIAN openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o ds

Re: PING

2001-07-23 Thread Martin Sjögren
On Mon, Jul 23, 2001 at 10:12:35AM +0200, Richard Levitte - VMS Whacker wrote: > From: Martin Sjögren <[EMAIL PROTECTED]> > Subject: PING > Date: Mon, 23 Jul 2001 09:32:45 +0200 > Message-ID: <[EMAIL PROTECTED]> > > I got your message all right. Yes you got this one, but not the one I sent Frida

Delivery reports about your email

2001-07-23 Thread The Post Office
This is a collection of reports about email delivery process concerning a message you originated: : ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|56735]: Connection timed out) Following is a copy of MESSAGE/D

RE: OpenSSL and IIS4 - problem

2001-07-23 Thread John . Airey
>-Original Message- >From: Greg Stark [mailto:[EMAIL PROTECTED]] >Sent: 20 July 2001 15:51 >To: [EMAIL PROTECTED] >Subject: Re: OpenSSL and IIS4 - problem > > >I have to disagree with Mr. Airey, though not without some trepidation. > >You enter the hostname into IE *exactly* as it is ente

Delivery reports about your email

2001-07-23 Thread The Post Office
This is a collection of reports about email delivery process concerning a message you originated: : ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|47692]: Connection timed out) Following is a copy of MESSAGE/D

Delivery reports about your email

2001-07-23 Thread The Post Office
This is a collection of reports about email delivery process concerning a message you originated: : ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|45421]: Connection timed out) Following is a copy of MESSAGE/D

Delivery reports about your email

2001-07-23 Thread The Post Office
This is a collection of reports about email delivery process concerning a message you originated: : ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|48861]: Connection timed out) Following is a copy of MESSAGE/D

Delivery reports about your email

2001-07-23 Thread The Post Office
This is a collection of reports about email delivery process concerning a message you originated: : ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|46166]: Connection timed out) Following is a copy of MESSAGE/D

PING

2001-07-23 Thread Richard Levitte - VMS Whacker
From: Martin Sjögren <[EMAIL PROTECTED]> Subject: PING Date: Mon, 23 Jul 2001 09:32:45 +0200 Message-ID: <[EMAIL PROTECTED]> I got your message all right. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47

Delivery reports about your email

2001-07-23 Thread The Post Office
This is a collection of reports about email delivery process concerning a message you originated: : ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|44741]: Connection timed out) Following is a copy of MESSAGE/D

Delivery reports about your email

2001-07-23 Thread The Post Office
This is a collection of reports about email delivery process concerning a message you originated: : ...\ expired after 3 days, problem was: smtp; 500 (connect to ipebio15.ise.pw.edu.pl [194.29.161.106|25|194.29.160.2|44142]: Connection timed out) Following is a copy of MESSAGE/D

PING

2001-07-23 Thread Martin Sjögren
There seems to be a slight problem here... I sent a mail to this list last Friday and it hasn't arrived here yet. I wonder if this message will appear. Hmm. Martin -- Martin Sjögren [EMAIL PROTECTED] ICQ : 41245059 Phone: +46 (0)31 405242Cell: +46 (0)739 169191 GPG k