index
:
fetchmail
legacy_64_vg_debian
[fork] set imap idle timeout to 600s, some servers don't follow rfc recommendations
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Require" OpenSSL 1.1.1 and tolerate/warn 1.0.2.
Matthias Andree
2020-03-30
1
-0
/
+4
*
socket.c: add reference to README.SSL in error message
Matthias Andree
2020-03-30
1
-1
/
+2
*
Fix garbage at end of plugin string with %h and/or %p
Matthias Andree
2020-03-29
1
-2
/
+3
*
Rename s -> vecsiz (vector size) to hint to its purpose
Matthias Andree
2020-03-29
1
-4
/
+4
*
socket.c: Make SockKeepalive static, and readability variable renames.
Matthias Andree
2019-09-27
1
-9
/
+9
*
Align with legacy_6x.
Matthias Andree
2019-08-25
1
-4
/
+10
*
fetchmail no longer reports System error during SSL_connect(): Success.
Matthias Andree
2019-08-05
1
-3
/
+6
*
Bump copyrights, and bump version to beta6.
Matthias Andree
2019-08-05
1
-1
/
+4
*
FreeBSD cleanups to header shuffling.
Matthias Andree
2019-08-05
1
-4
/
+1
*
Replace most strncpy() by strlcpy() calls.
Matthias Andree
2019-05-12
1
-1
/
+1
*
Enable OpenSSL >= 1.0.2 native name verification.
Matthias Andree
2019-01-27
1
-0
/
+22
*
Make compatible with a pure OpenSSL 1.1.0 API, ...
Matthias Andree
2018-06-06
1
-1
/
+8
*
Add a FIXME comment.
Matthias Andree
2017-08-11
1
-0
/
+2
*
Do not overrun plugin string when copying it.
Alexander Bluhm
2017-08-10
1
-1
/
+1
*
Cast argument to quiet -Wformat warning in C89 mode.
Matthias Andree
2017-04-23
1
-1
/
+1
*
Reformat.
Matthias Andree
2017-02-11
1
-2
/
+2
*
TLS: set hostname for SNI.
Matthias Andree
2017-02-11
1
-0
/
+14
*
Initial TLSv1.3 support code.
Matthias Andree
2017-02-11
1
-1
/
+27
*
Fixup protocol version handling in OpenSSL 1.0.X.
Matthias Andree
2016-12-12
1
-0
/
+4
*
Support for Debian/Ubuntu mutilated SSLv3 support.
Matthias Andree
2016-12-12
1
-0
/
+4
*
OpenSSL 1.1.0 API support.
Matthias Andree
2016-12-12
1
-4
/
+76
*
Refactor OpenSSL protocol version selection logic.
Matthias Andree
2016-12-12
1
-44
/
+54
*
Bump OpenSSL requirement to v1.0.2.
Matthias Andree
2016-12-11
1
-2
/
+2
*
Really try to continue if OpenSSL lib newer than headers used at compile-time.
Matthias Andree
2016-04-24
1
-1
/
+0
*
Enable TLS 1.1/1.2 options on LibreSSL.
Matthias Andree
2016-04-24
1
-2
/
+2
*
Avoid another C99-style comment.
Matthias Andree
2016-01-30
1
-3
/
+2
*
Avoid C99-style comment.
Matthias Andree
2016-01-30
1
-2
/
+1
*
Add OpenSSL version sanity checking.
Matthias Andree
2016-01-30
1
-1
/
+24
*
Support ssl3+ tls1.1, tls1.2 in --sslproto. Report TLS1.1/1.2 if unsupported ...
Matthias Andree
2015-04-11
1
-2
/
+19
*
Fix typo regarding SSL_OP_NO_SSLv3, and carry over one basic block from maste...
Matthias Andree
2015-04-11
1
-2
/
+7
*
Detect/report server hang-up in SSL_connect().
Matthias Andree
2015-04-08
1
-1
/
+12
*
TLS overhaul, bumping version to 6.4
Matthias Andree
2015-01-26
1
-11
/
+17
*
Also report SSL/TLS protocol version in verbose mode.
Matthias Andree
2015-01-16
1
-2
/
+6
*
Report SSL/TLS cipher, in verbose mode.
Matthias Andree
2015-01-16
1
-0
/
+14
*
Also recognize OPENSSL_NO_SSLx.
Matthias Andree
2015-01-16
1
-2
/
+2
*
Permit build on SSLv3-disabled OpenSSL,
Matthias Andree
2015-01-16
1
-1
/
+6
*
Minor bug fixes for socket.c
John Beck
2013-02-18
1
-0
/
+3
*
Improve X.509 certificate validation reporting.
Matthias Andree
2013-02-06
1
-13
/
+42
*
Plug a memory leak in OpenSSL's certificate verification callback.
Matthias Andree
2012-12-13
1
-1
/
+1
*
Clear SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS without SSL_CTX_clear_options()
Earl Chew
2012-09-03
1
-3
/
+4
*
Fix CVE-2011-3389 by clearing SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS...
Matthias Andree
2012-05-03
1
-0
/
+6
*
Fix build on SSLv2-disabled OpenSSL setups
Matthias Andree
2011-10-26
1
-0
/
+5
*
Print Server certificate: banner on stdout rather than stderr.
Matthias Andree
2011-08-30
1
-1
/
+1
*
Revert SO_???TIMEO-based STARTTLS timeout handling.
Matthias Andree
2011-05-26
1
-28
/
+1
*
Fix error string.
Matthias Andree
2011-05-23
1
-1
/
+1
*
Fix socket timeout handling.
Matthias Andree
2011-05-22
1
-1
/
+2
*
Reindent.
Matthias Andree
2011-05-22
1
-9
/
+9
*
Reinstate SSLv2 support on legacy_63 branch.
Matthias Andree
2011-05-17
1
-3
/
+5
*
Drop broken test code.
Matthias Andree
2011-05-17
1
-18
/
+0
*
SockOpen(): set SO_KEEPALIVE.
Matthias Andree
2011-05-13
1
-0
/
+9
[next]