php-src/ext/openssl
Niels Dossche ae5220aed6
Avoid call to php_socket_errno() if possible (#13909)
This call is only necessary if ret < 0.
Note that I also had to reoder the checks for EWOULDBLOCK, EMSGSIZE, EAGAIN
to avoid a false positive GCC warning about a duplicate condition
(EAGAIN == EWOULDBLOCK on my system).
2024-04-08 19:53:01 +02:00
..
tests Merge branch 'PHP-8.3' 2024-04-07 22:50:28 +02:00
config.w32 Remove HAVE_DSA_DEFAULT_METHOD 2019-07-22 16:02:55 +02:00
config0.m4 ext/openssl: Remove kerberos support 2024-03-23 15:12:06 +00:00
CREDITS Add support for Cryptographic Message Syntax (CMS) 2020-06-07 16:58:34 +01:00
openssl.c ext/openssl: Bump minimum required OpenSSL version to 1.1.1 2024-03-23 15:12:06 +00:00
openssl.stub.php ext/openssl: Add X509 purpose constants. 2024-01-19 07:06:51 +00:00
openssl_arginfo.h Implement "support doc comments for internal classes and functions" (#13266) 2024-02-25 08:41:31 +01:00
php_openssl.h ext/openssl: Bump minimum required OpenSSL version to 1.1.1 2024-03-23 15:12:06 +00:00
xp_ssl.c Avoid call to php_socket_errno() if possible (#13909) 2024-04-08 19:53:01 +02:00