summaryrefslogtreecommitdiff
path: root/ext/openssl/php_openssl.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Revert "Add PBKDF2 support via openssl()"Stanislav Malyshev2012-06-121-2/+0
| | | | | This reverts commit b5b8ea1050837fba5a6cee55e41b4574ed64158e. Looks like we don't have agreement yet on this for 5.4. Let's keep it in 5.5 for now.
* Revert "Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound ↵Stanislav Malyshev2012-06-121-1/+1
| | | | | | | like a spell." This reverts commit bccd1e672fabc3c788e93075221d47d9f077b167. Looks like we don't have agreement yet on this for 5.4. Let's keep it in 5.5 for now.
* Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.Scott MacVicar2012-06-111-1/+1
| | | | | Summary: Stas pointed out that this is named pretty poorly. Go for openssl_pbkdf2()
* Add PBKDF2 support via openssl()Scott MacVicar2012-06-111-0/+2
| | | | | | | | | | | | | | | Summary: No easy way to put these in the hash extension since we don't really support optional parameters to certain algorithms. Implemented in openssl for now since it has it already and is pretty stable. Only SHA1 is confirmed to work as an algorithm but openssl has a parameter so it can be changed in the future. Will backport to 5.4 potentially with Stas' approval. Test Plan: Ran newly added tests which came from RFC 6070
* - Year++Felipe Pena2012-01-011-1/+1
|
* Allow management of your own padding in openssl_encrypt/decrypt.Scott MacVicar2011-05-201-0/+3
| | | | | | For using mcrypt / openssl interchangeabley managing your own padding is the only solution.
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - implement #39867, PKCS#12 supportPierre Joye2007-04-041-0/+5
| | | | | | - Fix possible multibyte issues issue in the add_assoc function - add test for openssl_csr_get_subject
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* - add openssl_csr_get_subject() and openssl_csr_get_public_key()Pierre Joye2006-08-151-1/+2
|
* - add OPENSSL_KEYTYPE_EC constantPierre Joye2006-08-151-0/+1
| | | | | - openssl_pkey_get_details(), returns the key details
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - HAVE_OPENSSL_EXT is not defined always.foobar2003-06-271-1/+1
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Another big commit (tm).Wez Furlong2003-02-271-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 Bergmann2002-12-311-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Revise the xxx_export api so that exporting to files is comfortable.Wez Furlong2001-09-111-0/+3
|
* Arrrgghh!Wez Furlong2001-09-111-5/+16
| | | | | | Fix munched file. # Dunno how that happened.
* Merged and adapted a patch from Sascha Kettler <kettler@gmx.net> that providesWez Furlong2001-05-041-0/+4
| | | | | some asymmetric RSA encrypt/decrypt functions.
* Added whole bunch of PKCS7 (S/MIME) functions and made the key/cert paramsWez Furlong2001-04-011-5/+11
| | | | | a bit more friendly to use. See the README for more info.
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Renamed openssl_read_privatekey openssl_get_privatekey, and some minorStig Venaas2000-11-171-1/+2
| | | | | fixes including init and shutdown functions
* extname -> opensslfoobar2000-11-161-1/+1
|
* Made API simplerStig Venaas2000-11-141-1/+4
|
* OpenSSL extension. So far it implements assymetric encryption functions.Stig Venaas2000-11-131-0/+53