Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[2.0] Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
|
|
This is a modified version of 690c372. Fixes #905.
|
|
[2.0] Fix some small bugs in the makefile template.
|
|
|
|
- GCC in C++ mode should be called g++ not gcc.
- ICC in C++ mode should be called icpc not icc.
|
|
|
|
|
|
|
|
return NULL if it fails
|
|
This is needed because of the case insensitive match
|
|
|
|
|
|
fingerprints
|
|
|
|
|
|
prefix mode
|
|
|
|
session of a socket
|
|
use instead of at /rehash ssl time
|
|
|
|
|
|
instead of waiting for the next VerifyCertificate() or new connection
|
|
|
|
Add a workaround for compiling modules with Windows line endings.
|
|
the handshake returns 0
The meaning of a 0 return value quoted from the manual:
The TLS/SSL handshake was not successful but was shut down controlled and by the specifications of the TLS/SSL protocol.
|
|
context options
|
|
|
|
national_case_insensitive_map changes
Issue #923
|
|
Issue #923
|
|
national_case_insensitive_map changes
Issue #923
|
|
changes
Issue #923
|
|
Fix various issues detected by Coverity.
|
|
- m_watch: wl has already been confirmed to not be NULL on L161.
|
|
This was backported from commit e01df63 in master.
|
|
Fix various warnings when building with LLVM 3.5.
|
|
The trick we use to allow this is undefined behaviour and is not
liked by LLVM. We should stop using it but it has the potential to
break to many things for a minor release.
|
|
- warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
- warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
|
|
|
|
|