[PHP-DEV] OpenSSL wrappers for PHP 4

2002-12-02 Thread David Gillies
Hi, I'm new to this list... Over the past few weeks I've been working on a PHP4 module, called securesocket, that wraps several of the OpenSSL routines. So far, there's about 75 routines in my module, covering essentially all of the basic routines required to perform SSL connections (support for

Re: [PHP-DEV] OpenSSL wrappers for PHP 4

2002-12-02 Thread Wez Furlong
Sounds great, and sounds like it should be part of ext/openssl and it's up-coming stream implementation (most of the code is in main/network.c ATM). I'd really appreciate your input on making most of your work use the new streams architecture. (which really means that most of those calls will go