Re: openssl compile won't make .so

2001-11-15 Thread J. Johnson
On Thu, 15 Nov 2001, Keary Suska wrote: > I need to have openssl 0.9.6a create dynamically shared libcrypto & libssl, > but it won't for my system (linux-ppc). Just about every other software I > have compiled can create .so on my system without complaining, but why can't > openssl? I tried to mo

openssl compile won't make .so

2001-11-15 Thread Keary Suska
I need to have openssl 0.9.6a create dynamically shared libcrypto & libssl, but it won't for my system (linux-ppc). Just about every other software I have compiled can create .so on my system without complaining, but why can't openssl? I tried to modify the Configure script, which hasn't worked, b

Re: Documentation

2001-11-15 Thread J. Johnson
On 15 Nov 2001, Brent Newson wrote: > Can anyone point me in the direction of some good documentation or info > about running imap over ssl please? > -- > Cheers > > Brent The current version of UW-imap can be built with OpenSSL. The only problem I had was trying to generate a certificate in

Problems on make install

2001-11-15 Thread Gaston Senac
Hi! I'm having problems with "make install". Linux Debian 1.3 (old!) kernel 2.0.36 I found that it was a missing ";" after an if-fi loop. The one in Makefile, (install: all install_docs, $(LIBS) variable). One of the lasts things to do for a make install. Now it works! gaston.

Re: x509 howto

2001-11-15 Thread J. Johnson
Exactly. Sorry about that. === JJ = On 15 Nov 2001, Brent Newson wrote: > try replacing the .az with .nz and youll get there, was a typo. > > Cheers > > baldey > > On Thu, 2001-11-15 at 12:12, julien Bournelle wrote: > > On Thu, 15

Re: pem CSR's

2001-11-15 Thread Edward Jiang
openssl req -outform PEM -new -newkey rsa:1024 [EMAIL PROTECTED] wrote: > Hi, > > I was wondering if anyone could teel me how I might generate a csr in PEM format. > > I belive I need to generate a key etc... but am not sure how to get it to be pem >format. > > Thanks for you help. > > Brett >

Re: certificate renewal with openSSL

2001-11-15 Thread Franck Martin
Nobody answered me this one... I will have to try to revocate a certificate to see if I can add it later However, most root CA, keep old certificates as valid, because it takes some time to install a new certificate on a machine... Cheers On 14 Nov 2001 12:29:30 -0500, POLIVKA-ROHRER, KE

Re: pem CSR's

2001-11-15 Thread Rodney Thayer
look at CA.pl in the apps directory. At 11:36 AM 11/16/2001 +1300, you wrote: >Hi, > >I was wondering if anyone could teel me how I might generate a csr in PEM >format. > >I belive I need to generate a key etc... but am not sure how to get it to >be pem format. > >Thanks for you help. > >Brett

pem CSR's

2001-11-15 Thread brett+mailinglists . openssl
Hi, I was wondering if anyone could teel me how I might generate a csr in PEM format. I belive I need to generate a key etc... but am not sure how to get it to be pem format. Thanks for you help. Brett __ OpenSSL Project

Re: x509 howto

2001-11-15 Thread J. Johnson
A good opportunity to plug Peter Gutmann's *excellent* "X509 Style Guide". It's worth perusing just for the quotes. www.cs.auckland.ac.az/~pgut001/pubs/x509guide.txt === JJ = On Wed, 14 Nov 2001, Mads wrote: > Anyone knows of a go