Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - HAVE_OPENSSL_EXT is not defined always. | foobar | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Another big commit (tm). | Wez Furlong | 2003-02-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Main Changes: - Implement a socket transport layer for use by all code that needs to open some kind of "special" socket for network or IPC. - Extensions can register (and override) transports. - Implement ftruncate() on streams via the ioctl-alike option interface. - Implement mmap() on streams via the ioctl-alike option interface. - Implement generic crypto API via the ioctl-alike option interface. (currently only supports OpenSSL, but could support other SSL toolkits, and other crypto transport protocols). Impact: - tcp sockets can be overloaded by the openssl capable sockets at runtime, removing the link-time requirement for ssl:// and https:// sockets and streams. - checking stream types using PHP_STREAM_IS_SOCKET is deprecated, since there are now a range of possible socket-type streams. Working towards: - socket servers using the new transport layer - mmap support under win32 - Cleaner code. # I will be updating the win32 build to add the new files shortly # after this commit. | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Revise the xxx_export api so that exporting to files is comfortable. | Wez Furlong | 2001-09-11 | 1 | -0/+3 |
| | |||||
* | Arrrgghh! | Wez Furlong | 2001-09-11 | 1 | -5/+16 |
| | | | | | | Fix munched file. # Dunno how that happened. | ||||
* | Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that provides | Wez Furlong | 2001-05-04 | 1 | -0/+4 |
| | | | | | some asymmetric RSA encrypt/decrypt functions. | ||||
* | Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert params | Wez Furlong | 2001-04-01 | 1 | -5/+11 |
| | | | | | a bit more friendly to use. See the README for more info. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Renamed openssl_read_privatekey openssl_get_privatekey, and some minor | Stig Venaas | 2000-11-17 | 1 | -1/+2 |
| | | | | | fixes including init and shutdown functions | ||||
* | extname -> openssl | foobar | 2000-11-16 | 1 | -1/+1 |
| | |||||
* | Made API simpler | Stig Venaas | 2000-11-14 | 1 | -1/+4 |
| | |||||
* | OpenSSL extension. So far it implements assymetric encryption functions. | Stig Venaas | 2000-11-13 | 1 | -0/+53 |