Re: HELP !

2000-11-07 Thread ukoeppe
Well, just read the http://www.openssl.org/support/faq.html and look for It can't be that bad. Uli From: Zandi Patrick S TSgt AFRL/IFOSS <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 06, 2000 7:40 PM Subject: RE: HELP ! > I am resending this message ::: > > > Hello, I am

Re: There will be a third beta...

2000-09-20 Thread ukoeppe
Just tried it on my laptop which runs in dual mode Winnt 4.0 (stoneage servicepack 3) and Win 98SE Win 98: no problem Win NT : unable to load random state. Coldboot and then Winnt: unable to load random state. U.K. - Original Message - From: Jeffrey Altman <[EMAIL PROTECTED]>

Re: OpenSSL version 0.9.6 Beta 2 (problems with Win 98)

2000-09-18 Thread ukoeppe
- Original Message - From: Jeffrey Altman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 18, 2000 1:08 PM Subject: Re: OpenSSL version 0.9.6 Beta 2 (problems with Win 98) > Initialize the function pointers acquire, gen, release, netstatget, >

OpenSSL version 0.9.6 Beta 2 (problems with Win 98)

2000-09-18 Thread ukoeppe
I got a little bit of problem with the new beta 2 under Windows 98. The following line causes a program error: openssl req -x509 -newkey rsa:512 -keyout key.pem -out cer.pem I compiled it with Borland 5.5, since I don't have an assembler I turned off the "readtimer" function in rand_win.c . (Wh

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Looks like you have to. There's a few lines of assembler in > rand_win.c that you can't do without at this time. Perhaps we should > simply turn off readtimer for Borland C? OK, turning off readtimer did the trick for now but I'll get me

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
mpile errors Win32 > From: "ukoeppe" <[EMAIL PROTECTED]> > > ukoeppe> Warning W8075 .\crypto\rand\rand_win.c 239: Suspicious pointer conversion in function RAND_poll > > Ah, I think I see. Could you try the following change (do you > understand the format

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]> > Ah, I think I see. Could you try the following change (do you > understand the format used?)? > > diff -u -r1.6 rand_win.c > --- crypto/rand/rand_win.c 2000/07/21 02:14:15 1.6 > +++ crypto/rand/rand_win.c 2000/09/11 11:41:16 > @@ -236,7 +2

Re: Compile errors Win32

2000-09-11 Thread ukoeppe
ction RAND_poll Error E2133: Unable to execute command 'tasm32.exe' ** error 1 ** deleting tmp32\rand_win.obj I know I'm not worthy since I'm not a Unix man but maybe someone can look at this anyway. Thanks in advance U.K. - Original Message - From: ukoeppe &l

Compile errors Win32

2000-09-10 Thread ukoeppe
Is there a snapshot of openssl in sight that compiles clean under win32? (the compile stops in rand_win.c, some problem with a pointer conversion in Rand_poll something, I forgot, my vision got kinda foggy after having tried the 20th or so snapshot) I need the latest version real bad. Could someb

Re: decrypting signed and encrypted messages sent by ie5

2000-08-14 Thread ukoeppe
From: Dr Stephen Henson <[EMAIL PROTECTED]> > Yes -inform for smime is only in the current snapshots. Hmm, I can't get the snapshots compiled under Win98 (with Borland 5.5). This time it's --- bcc32 -otmp32\rand_win.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a us -w-par -w-inl -c

Re: decrypting signed and encrypted messages sent by ie5

2000-08-13 Thread ukoeppe
From: Dr Stephen Henson <[EMAIL PROTECTED]> > Well IE5 doesn't handle email so I presume you mean something like > Outlook or Outlook express. Right > > What do you mean by "undecipherable code"? > > Is it just binary gibberish or does it look like a base64 encoded > messsage? You're right of c

Re: decrypting signed and encrypted messages sent by ie5

2000-08-13 Thread ukoeppe
> I've seen similar things with messages sent with outlook. I have a > very quick look, and it seems like there's smoe extra embedding in a > PKCS7 packet of some sort, and I didn't find a way to extract the > message that was apparently in there with openssl, at least in the > couple of minutes

decrypting signed and encrypted messages sent by ie5

2000-08-13 Thread ukoeppe
Hi, I got a problem with ie5 which makes me a little nervous. I can encrypt and sign messages and send them to someone with an IE5 (verisign key on the other side), my own key and cert are homemade with openssl. No problem. But if the other party answers with an encrypted and signed message using

Re: create certs..

2000-08-04 Thread ukoeppe
Hmm, I don't know, have you actually tried to create and sign a certificate? When I do that I always get asked a lot of questions, no default settings here. - Original Message - From: Shashank D.Jha <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 9:32 PM Subject:

Compilation problem openssl with Borland C++ (bc55)

2000-07-29 Thread ukoeppe
While trying to compile openssl I ran into a problem. When I started "make -f bcb.mak" (until then everything went fine), I got the following error: Printscreen : - ... ... (files being copied etc) ... Verzeichnis bereits vorhanden bcc32 -otmp32\cryptlib.obj -Iinc3

Re: openssl for windows

2000-07-28 Thread ukoeppe
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 28, 2000 6:50 PM Subject: openssl for windows > Anybody know where I can get openssl already compiled for WIndows? I don't > have perl installed, have no interest in having it installed, so I can't

No Subject

2000-07-24 Thread ukoeppe
Hi, sorry for just popping in like that, but is there any such thing as a compiled openssl program win32 for Windows 98 and/or NT, (command line version) that can be downloaded from somewhere in the web? I just read the " INSTALLATION ON THE WIN32 PLATFORM" explanation and it's looks kind of hairy