Name |
Last commit
|
Last update |
---|---|---|
.. | ||
mbedtls.c | ||
mbedtls.h | ||
openssl.c | ||
openssl.h | ||
registry.c | ||
registry.h | ||
socket.c | ||
socket.h | ||
stransport.c | ||
stransport.h | ||
tls.c | ||
tls.h |
When creating a `git_cert` from the OpenSSL X509 certificate of a given stream, we do not call `X509_free()` on the certificate, leading to a memory leak as soon as the certificate is requested e.g. by the certificate check callback. Fix the issue by properly calling `X509_free()`.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
mbedtls.c | Loading commit data... | |
mbedtls.h | Loading commit data... | |
openssl.c | Loading commit data... | |
openssl.h | Loading commit data... | |
registry.c | Loading commit data... | |
registry.h | Loading commit data... | |
socket.c | Loading commit data... | |
socket.h | Loading commit data... | |
stransport.c | Loading commit data... | |
stransport.h | Loading commit data... | |
tls.c | Loading commit data... | |
tls.h | Loading commit data... |