[PHP] openssl encryption

2008-05-23 Thread Christian Lerrahn
HI, I'm trying to encrypt and decrypt data in my PHP scripts using the openssl API. However, while the encryption seems to work, I cannot decrypt what I encrypted. The keys I use have been produced the following way. openssl req -x509 -nodes -days 365 -newkey rsa:4096 -keyout example.key -out ex

[PHP] Re: PHP authenticating user over SSL

2008-05-23 Thread Manuel Lemos
Hello, on 05/23/2008 05:06 PM Gunnar Vestergaard said the following: > Where do I post feature requests for PHP? > > I need some functions in PHP to let a user log on to a server with his > SSL client certificate. I mean, when a user has his own SSL client > certificate, then a server should be ab

RE: [PHP] PHP authenticating user over SSL

2008-05-23 Thread Jay Blanchard
[snip] Where do I post feature requests for PHP? I need some functions in PHP to let a user log on to a server with his SSL client certificate. I mean, when a user has his own SSL client certificate, then a server should be able to log the user in without needing user name and password. Wouldn'

[PHP] PHP authenticating user over SSL

2008-05-23 Thread Gunnar Vestergaard
Where do I post feature requests for PHP? I need some functions in PHP to let a user log on to a server with his SSL client certificate. I mean, when a user has his own SSL client certificate, then a server should be able to log the user in without needing user name and password. Wouldn't that

Re: [PHP] Re: Re: Re: A Little Something.

2008-05-23 Thread Andrew Ballard
On Fri, May 23, 2008 at 9:40 AM, Michelle Konzack <[EMAIL PROTECTED]> wrote: > I was coding such stuff for years... And now with cellphones , WAP, > GPRS and GSM it is even more easier to track someone If you have a cell phone, privacy went out the window a while ago anyway. http://news.zdnet.co

[PHP] autoload issues

2008-05-23 Thread Joakim Ling
hi fellas Anyone have a solution for using autoload with encoded php files? cheers joakim ling

Re: [PHP] PHP + MySQL transactions

2008-05-23 Thread Philip Thompson
On May 22, 2008, at 7:25 PM, Chris wrote: Philip Thompson wrote: Hi all. I'm currently working on a project that's in its beta stage. Due to time restraints, we were unable to build in transactions from the beginning. Well, we're getting to the point where we can now put in transactions.

[PHP] Re: Re: Re: A Little Something.

2008-05-23 Thread Michelle Konzack
Am 2008-05-22 10:18:19, schrieb Philip Thompson: > This statement appears to be one of ignorance. You claim that because > you don't know what it does and it has a certain name, it MUST be a > violation of your privacy. A violation of your privacy would be > gaining *personally-identifiable*

Re: [PHP] maximum lengths

2008-05-23 Thread Robert Cummings
On Fri, 2008-05-23 at 01:11 -0600, Jay Rogozinsky wrote: > Hello All, > > I would like to know the maximum length I can expect certain variables to > be, as follows: > > Session_Id > Session_Name > REQUEST_URI > HTTP_USER_AGENT > QUERY_STRING > > Thanks Kindly, > KiJa Less than or equal to th

[PHP] WSDL-problem

2008-05-23 Thread Espen Frimann Koren
Hi. I have a problem with two messages in different namespaces, but with the same name. Example sketch: one.wsdl: - http://schemas.xmlsoap.org/wsdl/";> ... two.wsdl: - http://schemas.xmlsoap.org/wsdl/";> ... server.wsdl: http://s

[PHP] maximum lengths

2008-05-23 Thread Jay Rogozinsky
Hello All, I would like to know the maximum length I can expect certain variables to be, as follows: Session_Id Session_Name REQUEST_URI HTTP_USER_AGENT QUERY_STRING Thanks Kindly, KiJa -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php