History log of /haiku/src/kits/network/libnetapi/SSL.cpp
Revision Date Author Comments
# 04a1ee97 21-Sep-2019 Murai Takashi <tmurai01@gmail.com>

libnetapi: Fix 'new[]' array freed with 'delete'

sMutexBuf is allocated by new[] in SSL::SSL(), but freed by delete.
Pointed by LGTM.

Change-Id: Ic16501883be4e3b7ca5fe24e1585b6e14ae3ff36
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1883
Reviewed-by: Axel Dörfler <axeld@pinc-software.de>


# 12cd565a 01-Sep-2014 Adrien Destugues <pulkomandy@gmail.com>

SecureSocket: add OpenSSL locking.

This shoiuld make OpenSSL more thread safe and help with the random
network related crashes in Web+ (and anything else using SecureSocket
with more than one thread).


# 0e478f5a 21-Nov-2011 Axel Dörfler <axeld@pinc-software.de>

Added experimental version of a Socket API with SSL support.

* Each class has a Socket() method to retrieve the underlaying file descriptor
to be able to do the more advanced stuff, if necessary.
* A server socket is yet missing, but the rest is pretty much covered.


# 12cd565ad7983dbf6aa3fa336b991b71e9745779 01-Sep-2014 Adrien Destugues <pulkomandy@gmail.com>

SecureSocket: add OpenSSL locking.

This shoiuld make OpenSSL more thread safe and help with the random
network related crashes in Web+ (and anything else using SecureSocket
with more than one thread).


# 0e478f5aec9c927e74e335c03cde8a7f623ddc0b 21-Nov-2011 Axel Dörfler <axeld@pinc-software.de>

Added experimental version of a Socket API with SSL support.

* Each class has a Socket() method to retrieve the underlaying file descriptor
to be able to do the more advanced stuff, if necessary.
* A server socket is yet missing, but the rest is pretty much covered.