Tandem platform

2001-01-09 Thread Ulrich Rytz-Guerrero
Good day We are analyzing the chances to implement openSSL on two systems: a) Microsoft Windows 32 Bit (Client) b) Tandem System (Host) On the Host we do have a ANSI-C compiler without the support of Perl. Is it possible to build without Perl? In what stage of the project do we normally need Pe

Re(2): Problem compilig under RH Linux 6.2

2001-01-09 Thread Sebastian Paul Avarvarei
Hello Paul, Thanks for the fast reply, but I'm still a little puzzled (sorry, I'm a big Linux fan, but not a good Linux admin yet :) So I did a "rpm -qa", and I see that "kernel-headers-2.2.14-5.0" is installed. On the other hand, some time ago I deleted the kernel sources from HDD, to have so

Re: prng not seeded on Solaris 7 machine

2001-01-09 Thread Nils Lofstedt
SUNWski package is included in these patches, available at: http://www.freeware4sun.com/patches/2.6/index.html 106754-01, 106755-01, 106756-01 Nils Lofstedt Michael Sierchio wrote: > Paul Allen wrote: > > The SUNWski package works fine on Solaris 8. Really. It doesn't > > complain at instal

RE: Re(2): Problem compilig under RH Linux 6.2

2001-01-09 Thread John . Airey
> -Original Message- > From: Sebastian Paul Avarvarei [mailto:[EMAIL PROTECTED]] > Sent: 08 January 2001 12:04 > To: [EMAIL PROTECTED] > Subject: Re(2): Problem compilig under RH Linux 6.2 > > > Hello Paul, > > Thanks for the fast reply, but I'm still a little puzzled > (sorry, I'm a b

RE: Re(2): Problem compilig under RH Linux 6.2

2001-01-09 Thread John . Airey
> -Original Message- > From: Sebastian Paul Avarvarei [mailto:[EMAIL PROTECTED]] > Sent: 08 January 2001 12:04 > To: [EMAIL PROTECTED] > Subject: Re(2): Problem compilig under RH Linux 6.2 > > > Hello Paul, > > Thanks for the fast reply, but I'm still a little puzzled > (sorry, I'm a b

SSL and non-SSL connections on the same port

2001-01-09 Thread Itay Zandbank
  Hi.     I have a server that's going to serve HTTP clients on various ports (different ports for different client types). Most transactions are non-SSL transactions, but a few do require SSL. Since I can use many ports, my clients need to know which port to talk to the server through. It w

The usage of des_ecb_encrypt()?

2001-01-09 Thread shi_hang
Hi, I am using openssl-0.9.6 under NT. I want to encrypt and decrypt data(such as a string) with des_ecb_encrypt(),but I don't know how to convert data format between char* and des_cblock? here is the synopsis of the function: int des_ecb_encrypt(input,output,schedule,encrypt) de

The usage of des_ecb_encrypt()?

2001-01-09 Thread shi_hang
Hi, I am using openssl-0.9.6 under NT. I want to encrypt and decrypt data(such as a string) with des_ecb_encrypt(),but I don't know how to convert data format between char* and des_cblock? here is the synopsis of the function: int des_ecb_encrypt(input,output,schedule,encrypt) de

How can I make a never expire ca cert?

2001-01-09 Thread Song Yi
Hi, I have looked the parameter of openssl ca command: -enddate date this allows the expiry date to be explicitly set. The format of the date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure). So, can I make a never expire cert? _

Re: non-interactive use?

2001-01-09 Thread Thomas Ackermann
> so maybe you could tell me the correct commands? to create the request i do : openssl req -config /usr/local/ssl/openssl.cnf -new -keyout newreq.pem -out newreq.pem -days 365 -passin file:test -passout file:test thats working to sign i do: openssl ca -config /usr/local/ssl/openssl.cnf -poli

Re: Question about reading an IIS 5 key (PKCS#12)

2001-01-09 Thread Dr S N Henson
Ori Yosefi wrote: > > Hello all, > > I've been unsuccesfully trying to read an IIS 5 backup file with the > eventual purpose of converting it into PEM format. > > When I try to read the file using "openssl pkcs12 -in > -nokeys" everything works fine and I can get the certificate. > > If I try

Re: non-interactive use?

2001-01-09 Thread Thomas Ackermann
> forget it, wrong version, now working with -key ... __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: How can I make a never expire ca cert?

2001-01-09 Thread Dr S N Henson
Song Yi wrote: > > Hi, > I have looked the parameter of openssl ca command: > > -enddate date > this allows the expiry date to be explicitly set. The > format of the date is YYMMDDHHMMSSZ (the same as an ASN1 > UTCTime structure). > > So, can I make a never expire cert