change hard-wired UNIX-paths for Win32?

1999-04-19 Thread Koppmann Martin
Everything went fine compiling openssl-0.9.2b with VC++ 4.2, but i have now problems with the paths and config files. I have already changed the openssl.cnf: Replaced / with \ und removed the $ENV::HOME/ settings my cnf-file: RANDFILE

Re: SSL with IIS/IE

1999-04-19 Thread Holger Reif
Stefan Kelm schrieb: > > > If you are using SP3 you need a special schannel.dll, > > Do you need it? I can send it to you. > > what does schannel.dll do and where did you get it? The name might mean "secure channel" and implements the SSL functions completely (don'T ask me why the didn't use t

Re: trouble with Verisign Global ID

1999-04-19 Thread Holger Reif
Paul Rubin schrieb: > > > What do you suggest for supporting this in mod_ssl, Bodo? > > Via an explicit SSLCACertChain or whatever directive? Or implicitly? > > The behaviour that makes most sense, I think, is if you just have to > append the CA certificate(s) to

Re: why my certificate fails to verify?

1999-04-19 Thread Dr Stephen Henson
[EMAIL PROTECTED] wrote: > > hi, > I have installed the Netscape Certificate Server 1.01 for myself. > and I request a personal certificate through my Netscape Navigator 4.05. > I have set the CA is trusted . > > but when I open the Netscape Navigator ,select "security" ,"certificates", > "yours

CA hierarchy in openssl.cnf

1999-04-19 Thread Michael Ströder
HI! I´m working on a CA framework which takes all parameters from openssl.cnf. I want to write a (Python) script which does all of the CA certificate stuff. In order to generate a whole CA hierarchies (Root-CA signs other CA´s) there should be a parameter in the openssl.cnf which CA is signed by

Re: trouble with Verisign Global ID

1999-04-19 Thread Mark J Cox
> Hi, I'm trying to install a GlobalID into the c2 Stronghold server, > which uses ssleay (forerunner of openssl). You should send your message to your vendor; [EMAIL PROTECTED] if you are in the USA or [EMAIL PROTECTED] elsewhere. Mark

Re: Sparc compiling problem

1999-04-19 Thread Ulf Moeller
> I am having this same problem, only in English, Please let me know if you find the >answer. This is a problem in the current configuration script. You need to configure with the option "no_asm". It is now fixed in the CVS. _

Re: trouble with Verisign Global ID

1999-04-19 Thread Paul Rubin
> What do you suggest for supporting this in mod_ssl, Bodo? > Via an explicit SSLCACertChain or whatever directive? Or implicitly? The behaviour that makes most sense, I think, is if you just have to append the CA certificate(s) to the usual certificate file. Some

Re: trouble with Verisign Global ID

1999-04-19 Thread Paul Rubin
> Hi, I'm trying to install a GlobalID into the c2 Stronghold server, > which uses ssleay (forerunner of openssl). You should send your message to your vendor; [EMAIL PROTECTED] if you are in the USA or [EMAIL PROTECTED] elsewhere. I'm perfectly aware of that and

Stunnel 3.0

1999-04-19 Thread Michal Trojnara
Dear users of openssl, I'm glad to introduce version 3.0 of stunnel. New features: - Completly new user interface. - Client mode to connect remote SSL servers. - Strong authentication with certificates. - Win32 port (Windows 9x, NT, 2000, etc.). - POSIX threads support (tested on Solari

Re: Sparc compiling problem

1999-04-19 Thread Anonymous
Ulf Moeller <[EMAIL PROTECTED]> said: > > I am having this same problem, only in English, Please let me know if you find >the answer. > > This is a problem in the current configuration script. You need to > configure with the option "no_asm". It is now fixed in the CVS. Actually it needs "no-a

EVP_SignFinal & EVP_VerifyFinal

1999-04-19 Thread Roberto Lopez
Hi folks: I am working in a little application for signing files. I used the PEM_SignInit, PEM_SignUpdate and PEM_SignFinal functions that simply call funtions in EVP library. The signing part of the app seems to work fine (well, I think it does). I have some troubles with the verifying part. He

Re: Sparc compiling problem

1999-04-19 Thread Paco Gorina
Try the noasm option. It worked for me. Paco Gorina begin:vcard n:Gorina;Francesc tel;fax:34 93 727 09 86 tel;work:34 93 745 07 20 x-mozilla-html:TRUE url:http://www.gorina.es org:Gorina S.A.;Administración adr:;;Rambla, 245;Sabadell;Barcelona;08202;Spain version:2.1 email;internet:[EMAIL PROT

error during 'make test'

1999-04-19 Thread Rosenegger Josef
After fixing problems within 'sparcv8.s' file during 'make', now error detected during 'make test': Error messages follows: " . . . . testing rsa conversions p -> d p -> p d -> d p -> d d -> p p -> p ./rsa_oaep_test Decryption failed! Decryption failed! Decryption failed! *** Error code 1 make:

rsa.h

1999-04-19 Thread Anonymous
Make now fails for me in crypto/rsa because I have all the source files checked out read-only, and the make tries to tack something onto the end of rsa.h. Was there an rsa.org that just went away or something? $ cd crypto/rsa $ ls -l rsa.h -r--r--r-- 1 someuser somegroup 12696 Apr 19 12:43

Re: SSL with IIS/IE

1999-04-19 Thread Stefan Kelm
Miguel, > > Anyone knows how to import a 1024 bit cert into IIS ?(I prefer > > Apache/Unix, but my principal want IIS/NT support also... :-(( ) > > I don't know how to import 1024 bit certs into IIS, but you can > generate a CSR (1024 bit RSA) using NON domestic IIS4. > > If you are using SP3 you

Re: error during 'make test'

1999-04-19 Thread Ulf Möller
> After fixing problems within 'sparcv8.s' file during 'make', > now error detected during 'make test': > ./rsa_oaep_test > Decryption failed! > Decryption failed! > Decryption failed! That would be Andy's assembler implementation, but still the old verion of rsa_oaep_test? Please run the test a

Re: trouble with Verisign Global ID

1999-04-19 Thread Ben Laurie
Paul Rubin wrote: > > > Hi, I'm trying to install a GlobalID into the c2 Stronghold server, > > which uses ssleay (forerunner of openssl). > > You should send your message to your vendor; [EMAIL PROTECTED] if > you are in the USA or [EMAIL PROTECTED] elsewhere. >