Re: [PHP-DEV] OpenSSL integration

2007-01-12 Thread Thomas J. Hruska
Pierre wrote: Hi Thomas, Wez, On 1/13/07, Wez Furlong <[EMAIL PROTECTED]> wrote: Hi Thomas, I think Marcus gave you all the right pointers. I just wanted to let you know that I have a pending patch for DH kex and some bignum functions, and that Pierre mentioned that he's been working on a few

Re: [PHP-DEV] OpenSSL integration

2007-01-12 Thread Pierre
Hi Thomas, Wez, On 1/13/07, Wez Furlong <[EMAIL PROTECTED]> wrote: Hi Thomas, I think Marcus gave you all the right pointers. I just wanted to let you know that I have a pending patch for DH kex and some bignum functions, and that Pierre mentioned that he's been working on a few other bits rece

Re: [PHP-DEV] OpenSSL integration

2007-01-12 Thread Wez Furlong
Hi Thomas, I think Marcus gave you all the right pointers. I just wanted to let you know that I have a pending patch for DH kex and some bignum functions, and that Pierre mentioned that he's been working on a few other bits recently. If you think that we'll be overlapping, we can try harder to ei

Re: [PHP-DEV] OpenSSL integration

2007-01-10 Thread Marcus Boerger
Hello Thomas, read all README.* files and the CODING_STANDARDS (php is very picky). For an introduction to writing extensions look here: http://talks.somabo.de There is also an artivel series from Sara Golemon somewhere on the Zend site and she also published a neat book on the topic. However PH

[PHP-DEV] OpenSSL integration

2007-01-10 Thread Thomas J. Hruska
I want to access some of the more obscure OpenSSL functions (about 20) from PHP and would like to contribute what I need access to from OpenSSL in PHP back to the community. To that end, I've downloaded the source code for PHP 5.2.0 and started looking at the C source for the OpenSSL portion to h