[PHP] php ssl connection timeout issue

2009-05-14 Thread Jerry Zhao
Hi, I am having trouble connecting to https sites using php's builtin ssl functions. I tried: file_get_contents('https://securesite') fsockopen('ssl://securesite', 443, $errno, $errstr,20) and same errors every time: SSL: connection timeout Failed to enable crypto Call to openssl_error_string()

[PHP] PHP, SSL and private keys

2005-08-11 Thread Evert | Rooftop
Hi, I would like to give my users the possibility to authenticate through a private certificate to confirm their identity. I'm not really sure where to start. Has anyone seen a website explaining this? Some pointers would be very welcome. Thanks! Evert -- PHP General Mailing List

Re: [PHP] PHP / SSL

2001-12-21 Thread TD - Sales International Holland B.V.
On Thursday 20 December 2001 15:37, Jon Farmer stuffed this into my mailbox: 256 bit encryption should be crackable by not too much more people than Microsoft, the US government, China and perhaps some others with shitloads of money that CAN dissapear (within reasonable time). Else there will

RE: [PHP] PHP / SSL

2001-12-21 Thread Jerry Verhoef (UGBI)
Message- From: TD - Sales International Holland B.V. [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 7:05 PM To: Jon Farmer; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP / SSL On Thursday 20 December 2001 15:37, Jon Farmer stuffed this into my mailbox: 256 bit

[PHP] Fwd: REJECTED: Re: [PHP] PHP / SSL

2001-12-21 Thread TD - Sales International Holland B.V.
sorry it was rejected the first time so there might be some garbage in it Whow, I'd have to check that :-) any crypto people here? :-) bitwise 56 is 40. Mathematically it would take a lot less time to brute force 40 bit than it would 56 bit. 40 bit = (2^40) 1.0995116278e+12 (1.099.511.627.800

Re: [PHP] PHP / SSL

2001-12-21 Thread Jeff Gilchrist
- Original Message - From: TD - Sales International Holland B.V. [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 21, 2001 12:34 PM Subject: [RC5] Re: [PHP] PHP / SSL | for distributed.net for the distributed.net people sorry

Re: [PHP] PHP / SSL

2001-12-21 Thread TD - Sales International Holland B.V.
the big question is this, if it gets cracked, who are they gonna hold responcible. If they are gonna hold you responcible I'd certainly think twice about this :-) Kind regards happy holidays -- Forwarded Message -- Subject: Re: [RC5] Re: [PHP] PHP / SSL | for distributed.net

[PHP] PHP / SSL

2001-12-20 Thread Richard Black
Hi, Bit off topic this, but I thought I'd ask anyway... I've been implementing a financial reporting system, in PHP, which will be running on the internet. Obviously, therefore, security is an issue. The system itself implements a username/password login system, but I want to be able to run

Re: [PHP] PHP / SSL

2001-12-20 Thread TD - Sales International Holland B.V.
On Thursday 20 December 2001 14:58, you wrote: I urge you strongly to advise against that. Although it might be possible to downgrade your encryption to 40bit I'd like to make you aware of the fact that DES which is 56 bit encryption if I'm not mistaken was cracked several times by brute

Re: [PHP] PHP / SSL

2001-12-20 Thread Shane Wright
Hang on, correct me if I'm wrong, but isn't 56bit DES significantly different from 40-bit SSL (which uses a 40bit key for the public key crypto and something like a 3000bit key for the symmetric cipher used for the actual data transfer). What I mean is, DES is significantly weaker than the

Re: [PHP] PHP / SSL

2001-12-20 Thread Jon Farmer
I urge you strongly to advise against that. Although it might be possible to downgrade your encryption to 40bit I'd like to make you aware of the fact that DES which is 56 bit encryption if I'm not mistaken was cracked several times by brute force in UNDER 22 hours by the distributed.net

[PHP] PHP SSL credit card transaction

2001-12-06 Thread Daniel Guerrier
Can some give me a brief synopsis or direct me to some information on how to create an ecommerce site using php. My main question is in the area of performing a secure credit card transaction. Do I need to use a third party shopping or can I create my own, if I create my own how do I integrate

Re: [PHP] PHP SSL credit card transaction

2001-12-06 Thread Chris Allen
:09 AM Subject: [PHP] PHP SSL credit card transaction Can some give me a brief synopsis or direct me to some information on how to create an ecommerce site using php. My main question is in the area of performing a secure credit card transaction. Do I need to use a third party shopping