0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Typo More... almost 10 years ago
Fix: Explicilty disable SSL compression for OpenSSL < 0.9.9 (when SSL_OP_NO_COMPRESSION was introduce) More... almost 10 years ago
Minor update More... almost 10 years ago
Merge remote-tracking branch 'scality/master' More... almost 10 years ago
Add logging info on SSL certificate More... almost 10 years ago
Add SSL certificate validation Add some log for RAND generation More... almost 10 years ago
Documentation for new profile parameters More... almost 10 years ago
#11184 : fix false positive More... almost 10 years ago
#11176 - Fix error on check of malloc() return More... almost 10 years ago
#11176 - Fix memory leak for 'swift_ctx' variable More... almost 10 years ago
#11158 - SSL_OP_NO_COMPRESSION not defined on Ubuntu 10.04 and Centos 5 :'( More... almost 10 years ago
Merge remote-tracking branch 'secludit/master' More... almost 10 years ago
#11086 - Support of batch delete in RS2 connector More... almost 10 years ago
#11086 - Support of batch delete operation in sproxyd connector More... almost 10 years ago
SECLUDIT: Remove usless comment in Random function More... almost 10 years ago
Merge More... almost 10 years ago
Remove libdroplet/srws directory unused More... almost 10 years ago
SECLUDIT: Ensure the PRNG has been seed with enough randomness - Check return code of RAND_bytes() - Call RAND_poll() upon initialisation NB: RAND_poll() calls /dev/urandom on unix-like system. If we detect a lack of entropy we can reseed using RAND_load_file() and /dev/random. More... almost 10 years ago
SECLUDIT: No SSL/TLS Compression specification (disable to avoid SSL/TLS CRIME) - Add a profile option to disable SSL compression with default set to disable - Add a call to SSL_CTX_set_options() with SSL_OP_NO_COMPRESSION for disabling SSL compression More... almost 10 years ago
SECLUDIT: Check the consistency of the private key corresponding to the certificate - Add a call to SSL_CTX_check_private_key to ensure that the private key is corresponding to the certificate More... almost 10 years ago
AS_IF() with multiple condition is not supported on autoconf 2.59 - #11151 More... almost 10 years ago
-Werror => support -Wno-error=* - #11151 More... almost 10 years ago
Fix droplet build on Centos 5 and Ubuntu 10 - #11151 More... almost 10 years ago
PKG_CHECK_MODULES(CHECK) not available for Centos 5 - #11151 More... almost 10 years ago
check package >= 0.9.0 - #11151 More... almost 10 years ago
Support of autoconf 2.59 (AC_ECHO is supported from version 2.61) - #11151 More... almost 10 years ago
Support of libssl < 1.0 - #11151 More... almost 10 years ago
SECLUDIT: Handle bi-directionnal shutdown - Add a call to SSL_set_shutdown prior SSL_shutdown for performance Doc: http://www.openssl.org/docs/ssl/SSL_set_shutdown.html More... almost 10 years ago
Use bracket to specify explicity ipv6 address - #11146 More... almost 10 years ago
SECLUDIT: Handle bi-directionnal shutdown - Add a second call to SSL_Shutdown (http://www.openssl.org/docs/ssl/SSL_shutdown.html) More... almost 10 years ago