godot/modules/mbedtls
Fabio Alessandrelli 32e91b232c
[Crypto] Delete mbedtls ctx in deconstructor.
Would cause memory leak when the context was `start`ed but not
`finish`ed.

(cherry picked from commit a28d25c441)
2021-07-06 11:10:47 +02:00
..
config.py Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
crypto_mbedtls.cpp [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-06 11:10:47 +02:00
crypto_mbedtls.h [Crypto] Delete mbedtls ctx in deconstructor. 2021-07-06 11:10:47 +02:00
dtls_server_mbedtls.cpp Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
dtls_server_mbedtls.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
packet_peer_mbed_dtls.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
packet_peer_mbed_dtls.h Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
register_types.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
register_types.h Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
ssl_context_mbedtls.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
ssl_context_mbedtls.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
stream_peer_mbedtls.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
stream_peer_mbedtls.h Cleanup: Remove executable bit from files which don't need it 2021-01-26 17:00:15 +01:00