RE: non-RSA cert and ciphers?

2000-03-07 Thread DeJuan Jackson
With the compile settings which I specified it (s_server) simply fails with a "No shared ciphers" message. When I recompile without NO_RSA it works fine. Any other insite? DEJ -Original Message- From: Dr Stephen Henson [mailto:[EMAIL PROTECTED]] DeJuan Jackson wrote: > > This is on an N

Re: correction...DSA self certificate use_cert..file failure

2000-03-07 Thread Dr Stephen Henson
Grebelsky, Konstantin wrote: > > As previous message stated I created DSA certificate and priv.key file. > Trying to run s_server with the certificate as follows and get into trouble > below? Sorry, about previous message the file was possibly in a different > directory. > > D:\openssl-0.9.5\out

Re: bloody ie4

2000-03-07 Thread Peter 'Luna' Runestig
Uriah Welcome wrote: > > On Tue, Mar 07, 2000 at 10:15:40PM +1030, Kingsley Foreman wrote: > > i just compiled this together and i am having a problem viewing them under > > ie4 > > the key is 1024bits > > > > comes up with the error > > Internet Explorer cannot open the Internet site https:/

correction...DSA self certificate use_cert..file failure

2000-03-07 Thread Grebelsky, Konstantin
As previous message stated I created DSA certificate and priv.key file. Trying to run s_server with the certificate as follows and get into trouble below? Sorry, about previous message the file was possibly in a different directory. D:\openssl-0.9.5\out32dll>openssl OpenSSL> s_server -cert ./NosA

Re: bloody ie4

2000-03-07 Thread Dr Stephen Henson
Uriah Welcome wrote: > > On Tue, Mar 07, 2000 at 10:15:40PM +1030, Kingsley Foreman wrote: > > i just compiled this together and i am having a problem viewing them under > > ie4 > > the key is 1024bits > > > > comes up with the error > > Internet Explorer cannot open the Internet site https:/

verify certificate? s_client? DSA certificates self created

2000-03-07 Thread Grebelsky, Konstantin
Hi, I have created a DSA Certificate and a private key file following instructions However when I attempt to SSL_CTX_use_certificate_file the call fails. As of right now I am not able to figure out why, but I am trying to use s_client s_server to verify that the file I am trying to use as my certi

Re: NT Debug, or How to get the failure code and what it means?

2000-03-07 Thread Dr Stephen Henson
Grebelsky, Konstantin wrote: > > I have created my own certificate and a key. > When I try to set certificate in > > if ((m_nErrorCode = SSL_CTX_use_certificate_file(m_pCtx, > m_cerFilePath, SSL_FILETYPE_PEM)) <= 0) > { > //I am apparently getting an error > >

Re: bloody ie4

2000-03-07 Thread Uriah Welcome
On Tue, Mar 07, 2000 at 10:15:40PM +1030, Kingsley Foreman wrote: > i just compiled this together and i am having a problem viewing them under > ie4 > the key is 1024bits > > comes up with the error > Internet Explorer cannot open the Internet site https://www.foo.com > An error occurred

NT Debug, or How to get the failure code and what it means?

2000-03-07 Thread Grebelsky, Konstantin
I have created my own certificate and a key. When I try to set certificate in if ((m_nErrorCode = SSL_CTX_use_certificate_file(m_pCtx, m_cerFilePath, SSL_FILETYPE_PEM)) <= 0) { //I am apparently getting an error } I get an error. I

Re: bloody ie4

2000-03-07 Thread babney
Have you tried a smaller key size, say 512 bytes? The following was copied verbatum from http://cognac.epfl.ch/SIC/SL/CA: To control the size of generated keys: export versions of current browsers limit this size to 512 bits, which some people feel is too small for reliable encryption

Re: crypting of private keys in DER format

2000-03-07 Thread Dr Stephen Henson
Alexander 'Alfe' Fetke wrote: > > Hi, everybody ... > > I am looking for a way to produce an encrypted version of a private key > stored in DER format. The commandline tool 'openssl' just offers a way to > produce encrypted keys stored in PEM format (at least according to the > help text it giv

crypting of private keys in DER format

2000-03-07 Thread Alexander 'Alfe' Fetke
Hi, everybody ... I am looking for a way to produce an encrypted version of a private key stored in DER format. The commandline tool 'openssl' just offers a way to produce encrypted keys stored in PEM format (at least according to the help text it gives out when abused). I generated a key witho

open source job posting

2000-03-07 Thread Carol Liebscher
I would like to post an announcement for an open source position with your group. Can you please tell me if this is an appropriate forum for such a posting? Sincerely, Carol Liebscher __ Get Your Private, Free Email at http://www.hotmail.com

Re: rsa encypt/decrypt

2000-03-07 Thread Priit Pirita
> >Once the problem is properly defined you can probably do it in about 20 >lines of code or maybe 5 if you ignore error checking :-) > >Steve Thank's a LOT. If I cannot manage with information you kindly supplied , I don't deserve to call myself as a code writer :-) Priit ___

bloody ie4

2000-03-07 Thread Kingsley Foreman
i just compiled this together and i am having a problem viewing them under ie4 the key is 1024bits comes up with the error Internet Explorer cannot open the Internet site https://www.foo.com An error occurred in the secure channel support worked fine with ssl 2.5 and openssl 0.9.4 anyone