pop3+ssl

2001-07-16 Thread Gazi Altafin
Hi, How I'd do a pop3+ssl server ? Gazi Altafin begin:vcard n:Gazi;Altafin tel;cell:(+40)93291846 tel;home:(+40)17266330 tel;work:(+40)12012338 x-mozilla-html:FALSE url:http://slg.uti.ro org:UTI GRUP;IT adr:;;Timisoara street 43 ;Bucharest;;70711;Romania version:2.1 email;internet:[EMAIL PROT

pop3+ssl

2001-07-16 Thread Gazi Altafin
Hi, How I'd to make a pop3+ssl server ? Best Regards Gazi Altafin begin:vcard n:Gazi;Altafin tel;cell:(+40)93291846 tel;home:(+40)17266330 tel;work:(+40)12012338 x-mozilla-html:FALSE url:http://slg.uti.ro org:UTI GRUP;IT adr:;;Timisoara street 43 ;Bucharest;;70711;Romania version:2.1 email;i

Re: pop3+ssl

2001-07-16 Thread Marko Asplund
On Mon, 16 Jul 2001, Gazi Altafin wrote: > How I'd to make a pop3+ssl server ? do you want to implement the whole thing by yourself or are you just looking for a pop server to use? the UW Imapd can speak pop3 over ssl: http://www.washington.edu/imap/ -- aspa __

Re: SSL_get_rfd() and SSL_get_wfd()

2001-07-16 Thread Lutz Jaenicke
On Sun, Jul 15, 2001 at 09:55:27PM +0200, Richard Levitte - VMS Whacker wrote: > From: "Michal Trojnara" <[EMAIL PROTECTED]> > > Michal.Trojnara> Dear OpenSSL maintainers, > Michal.Trojnara> > Michal.Trojnara> Two of OpenSSL functions: > Michal.Trojnara> int SSL_get_rfd(SSL *ssl); > Michal.T

certificate request and trusted certificate request

2001-07-16 Thread stef
Hi' everybody. I'm making a new CA server for tests. I have a problem with reading certificate request : in header file X509_REQ* m_x509Req ; in code file FILE* in=fopen(filename,"r"); if (in == NULL) { return FALSE; } X509_REQ* x = NULL; if (m_x509Re

Re: Linking problem on Solaris 8

2001-07-16 Thread Richard Hopkins
Yes - I've seen this. Searching through the archives I found a message explaining the problem (sorry, can't credit the original poster off the top of my head). Basically... sed -e 's,^\("solaris[^"]*-gcc.*\):gnu-shared:\(.*$\),\1:solaris-shared:\2,' Con figure > Configure.fixed and all shoul

certificate help?

2001-07-16 Thread Norman Zhang
Dear SSL Experts, I am trying to creat a self signed certificate with CA.pl utility. But it does not include private key in the certificate. What commands do I need to type to include the private key in the certificate? Or what parameters do I need to change in /usr/lib/ssl/openssl.cnf? Please he

Re: certificate help?

2001-07-16 Thread Greg Stark
Certificates do not contain private keys. They wouldn't be very private if they were in the certificate. Greg Stark [EMAIL PROTECTED] - Original Message - From: "Norman Zhang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 20

SSLv2 vs SSLv3

2001-07-16 Thread Nilesh Vaghela
Hi, I have been trying to make my server comaptible for both SSLv2 and SSLv3. But I have not been able to make it. The code I use is the following one. // /* step 1 */ SSL_library_init(); /* step 2 */ ctx = SSL_CTX_new(SSLv23_client_method());

Re: Linking problem on Solaris 8

2001-07-16 Thread Richard Levitte - VMS Whacker
From: Carson Gaspar <[EMAIL PROTECTED]> carson> > sed -e carson> > 's,^\("solaris[^"]*-gcc.*\):gnu-shared:\(.*$\),\1:solaris-shared:\2,' Con carson> > figure > Configure.fixed carson> > carson> > and all should be well. carson> carson> That was me. And I'm rather sad that this didn't make it int

Re: Fetchnail and connectiong to ipop3d

2001-07-16 Thread Lutz Jaenicke
On Tue, Jul 17, 2001 at 12:26:21AM +1000, Don Gingrich wrote: > [user@giskard ssl]$ openssl s_client -connect goanna.cs.rmit.edu.au:995 ... > 17080:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake > failure:s3_pkt.c:958:SSL alert number 40 ... > [user@giskard ssl]$ openssl s_clie

RE: pop3+ssl

2001-07-16 Thread Reddie, Steven
I think you want stunnel which allows you to setup an SSL link to your existing POP3 server. It's at: http://www.stunnel.org/ -Original Message- From: Gazi Altafin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 17 July 2001 4:27 AM To: [EMAIL PROTECTED] Subject: Re: pop3+ssl Marko Asplund wr

Re: certificate help?

2001-07-16 Thread Norman Zhang
But why is the default certificate that came with Linux Mandrake 8.0 box has the private key in it? And it works; however, if use the ones that I created myself, the connection times out after a long delay. Regards, Norman - Original Message - From: "Greg Stark" <[EMAIL PROTECTED]> To:

Re: pop3+ssl

2001-07-16 Thread Auteria Wally Winzer Jr.
No, not the right solution. That's another I/O pipe between applications. Just download either the CAC-Washington's IMAP or Cyrus-IMAP that supports pop3s. Just my $0.02 worth. - Wally Winzer Jr. "Reddie, Steven" wrote: > I think you want stunnel which allows you to setup an SSL link to your

RE: Weakness in Openssl PRNG

2001-07-16 Thread Tony Vo
Title: RE: Weakness in Openssl PRNG Prashant,     Can those patches be made available for OpenSSL users?  Any what version of VxWorks have you ported OpenSSL to (5.4)? Regards, Tony Vo -Original Message- From: Prashant Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16

unable to get local issuer certificate

2001-07-16 Thread Damitha Bogahawatta
I have created CA certificate and private key using `openssl req` command. openssl req -new -newkey rsa:512 -md5 -x09 -keyout cakey.pem -out cacert.pem Then created server and client certificates and signed them using CA's private key. But when I use these certificates I am getting three error m