Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-21 | Removed unused variables left behind from bbb81af | Arnavion | |
2015-02-14 | Removed unnecessary Windows-only code for seeding openssl's RNG. | Arnavion | |
openssl seeds itself with CryptGenRandom on Windows in the same manner as /dev/(u)random on other OSes. | |||
2015-02-14 | Don't try to disable compression if openssl hasn't been compiled with ↵ | Arnavion | |
compression support. The function is still defined in openssl/ssl.h but not in the actual library, so it cannot be linked to. | |||
2015-01-30 | ssl: Remove unused server code | TingPing | |
2015-01-09 | Fix leak | TingPing | |
From libressl-portable/openbsd@20de8a4923bbeb | |||
2014-12-28 | Use glib for all allocations | TingPing | |
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free | |||
2014-12-17 | More consistently include config.h | TingPing | |
2014-11-30 | Fix compilation on Windows | tomek | |
2014-11-26 | Fix building against openssl 0.9.8 | TingPing | |
Closes #1221 | |||
2014-11-21 | ssl: Validate hostnames | TingPing | |
Closes #524 | |||
2014-11-05 | ssl: Use more secure options | TingPing | |
This disables ssl 2/3 | |||
2014-09-20 | Fix missing header | TingPing | |
And just use g_snprintf() while at it.. | |||
2014-09-20 | Replace some unsafe usage of strncpy | TingPing | |
Ensure everything is null terminated | |||
2014-06-04 | win32: Use config.h instead of config-win32.h | TingPing | |
2014-01-29 | osx: Silence openssl deprecated warnings | TingPing | |
2013-03-24 | Convert back to unix endings | TingPing | |
2013-03-23 | Be compatable with TLS | TingPing | |
closes #461 | |||
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-10-30 | Eliminate some more warnings | Berke Viktor | |
2012-10-27 | Ignore generated config.h properly on Unix | Berke Viktor | |
2012-07-21 | Some aid for compiler warnings | Berke Viktor | |
2011-02-28 | add wdk changes to named branch | berkeviktor@aol.com | |
2011-02-24 | add xchat r1489 | berkeviktor@aol.com | |