-
…y return an empty String
-
…d after very first commit of it 17 years ago.
-
Update SQLITE to 3.40.1 Update openssl to 1.1.1t
-
Update SQLITE to 3.40.1 Update openssl to 1.1.1t
-
Update SQLITE to 3.40.1 Update openssl to 1.1.1t
-
- openssl 1.1.1l - sqlite 3.39.2
-
…value 0xFF instead of 32 bits. So we masking now with the correct value of 12 bits 0xFFF, no need to make shift right operation to have the correct value
-
…e release and building number don't make binary incompatible
-
…o pass the comparison function.
-
…he form of a list of strings whose length is bounded. The separator is not put the end of elements of this list.
-
…eger, the result value will be a float with value 0.0
-
…d config files used during start. This help debug sometime
-
…aiting_for_event instead of running. Because it was left in running state the even we waited for event, the vm was always working for nothing, hence this consumed 100% of CPU. so, with that big improvement we add one digit on version to become 1.19.4
-
…urn success. When the connection is closed the return success with length of 0 byte
-
Now SSL version is from SSL library function instead of define from include. Maybe the version is different from compiling time in case of use of shared library of the openssl add tcp_test.anubis in library/examples/network. This allows to test tcp and ssl with client and server
-
…d it was in SSL_ERROR_WANT_WRITE which ssl wanted to write but we exited whitout take in account that request from SSL. Maybe the SSL management must be tuned and revised