IPv6 patch for openssl-0.9.8k version.

2009-12-03 Thread Chaitra
Hi All,     I want to use the s_server with IPv6. But I am unable to find an ipv6 patch for the following openssl version: openssl-0.9.8k Can anybody please provide me the URL or Link from where I can download the same? Thanks in advance. PS: I tried using the attached patch. It is built fo

SSL/TLS renegotiation attack

2009-12-03 Thread sandeep kiran p
Hi, Ours is an LDAP directory enabled application where we use SSL/TLS to protect binds to the directory. Right now we are using OpenSSL 0.9.8g to do this. Our application depends on external directory servers for authentication which are not maintained by us. So it is only the client side of SSL/

Re: Stunnel 4.29 released

2009-12-03 Thread Crypto Sal
Works fine for me on Windows 7 (IE 8 and FF 3.5.5) On 12/03/2009 03:02 PM, Carter Browne wrote: I think it is a problem with your website - the copy on the backup site works properly. The browsers think the .exe file is a directory not a file. I've had not problems with earlier versions (sta

Re: x509 vs ca

2009-12-03 Thread Jan Danielsson
Dr. Stephen Henson wrote: [---] > I'd speculate that "x509" is automated whereas the "ca" utility > has support for user intervention. You can do almost everything with "x509" > that you can with "ca". The most notable difference is that you can only > generate CRLs using the "ca" utility. Yes,

Re: Stunnel 4.29 released

2009-12-03 Thread Carter Browne
I think it is a problem with your website - the copy on the backup site works properly. The browsers think the .exe file is a directory not a file. I've had not problems with earlier versions (starting with 4.14). Carter Carter Browne CBCS cbro...@cbcs-usa.com 781-721-2890 Michal Trojnara wr

Re: Stunnel 4.29 released

2009-12-03 Thread Michal Trojnara
Carter Browne wrote: The link to stunnel-4.29-installer.exe is broken in both Firefox (error 505) and IE8. The other links I tried were ok. I guess there is a policy on your Windows machine to disallow downloading .exe files with a web browser. You could try to use an FTP client instead

ENGINE_load_private_key and PIN codes

2009-12-03 Thread Frederik Mennes
Hi everyone, I am using following function to load a private key from a certain slot of a HSM: EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, UI_METHOD *ui_method,

Re: HELP Win32 linking libeay32.dll in Visual Studio

2009-12-03 Thread Carter Browne
The dll has to be in the path to be loaded when it is requested - you can do this by putting it in the same directory as the exe and specifying that directory as the start up directory in a short cut to start your program. You can modify the path environment using the environment variables button