Hi,
There are 2 things that could be wrong here.
Firstly check if your browser has strong ciphers enabled (you might be
using an export version) and secondly check if the same is enabled in
your Apache-modSSL server. I think the server config parameter is
SSLCiphers or something.
Amit.
> chee w
ignore this...
the problem was a result of the DSA_generate_key() not being called
changed
if( !dsa && !DSA_generate_key(dsa) )
{
printf("Can't generate DSA keys\n");
return 0;
}
to
if( !dsa || !DSA_generate_key(dsa) )
{
printf("Can't generate DSA keys\n");
> You need to use EVP_dss1() for the digest which is SHA1 with DSS for
> singing. Check out:
>
> http://www.openssl.org/docs/crypto/EVP_SignInit.html
> http://www.openssl.org/docs/crypto/EVP_DigestInit.html
that got me farther than before, but EVP_SignFinal() dumps core. Maybe
I am generating th
Hi,
Does anyone have experiences to share about obtaining US export
authorization for software
using openssl?
Thanks.
Marvin Wolfthal
__
OpenSSL Project http://www.openssl.org
User Support Mailin
Hello all!
Sorry for my ignorance. I haven't played enough with OpenSSL to solve
this prorably pretty easy to find mistake. In my head it caused short
circuit already. Short description is: I do what I want with Openssl
0.9.3a then I try to free all resources but this causes core dump on
BIO_free
--
> Von: Bill Norman <[EMAIL PROTECTED]>
>
> I'm running Open SSL and Apache on Solaris 7. I had created a request
> file (using OpenSSL) and sent it to Verisign. Now, I have received the
> signed certificate back from Verisign, and I get the following errors
> when I try to install it
--
> Von: Brian J. Rohan <[EMAIL PROTECTED]>
> I used open_ssl, mod_ssl, and apache to create a secure web server.
> Everything as far as I can tell works great. I can get the server to
> start at boot time, and I can go in and start the ssl server manually by
> typing ./apachectl startss
I'm having the same problems and I can't seem to get to the snapshot.
I keep getting an error "500 Illegal PORT Command".
> -Original Message-
> From: Michal Trojnara [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 01, 2000 6:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Memory leaks when P
>
> Has anyone gotten this to work? I have been trying for quite a while, but
> to no avail
>
Are you using an FTP server that supports the AUTH SSL or AUTH TLS
method?
Does your FTP client support the AUTH SSL or AUTH TLS method?
Jeffrey Altman * Sr.Software Designer * Kermi
Has anyone gotten this to work? I have been trying for quite a while, but
to no avail
Thanks,
Mark
---
Mark Phillips
Systems Administrator, Haas Computing Services
10 matches
Mail list logo