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
*
Bump TLS provider library requirements again.
Matthias Andree
2023-01-04
1
-3
/
+6
*
wolfSSL: add run-time check of wolfSSL_lib_version_hex()
Matthias Andree
2022-11-01
1
-0
/
+6
*
TLS: bump library version requirements
Matthias Andree
2022-11-01
1
-6
/
+6
*
Tighten SSL library version requirements, more warnings.
Matthias Andree
2022-04-23
1
-8
/
+12
*
Bump wolfSSL requirement to 5.1.1 and get ready for fetchmail 6.4.27.
Matthias Andree
2022-01-26
1
-2
/
+2
*
wolfSSL: work around SSL_peek() error on handshake
Matthias Andree
2021-12-26
1
-1
/
+9
*
Realign comments and variable names.
Matthias Andree
2021-12-05
1
-4
/
+4
*
Permit LibreSSL on OpenBSD.
Matthias Andree
2021-12-05
1
-2
/
+6
*
socket.c: SSL_peek/SSL_read consistency fixes.
Matthias Andree
2021-11-28
1
-19
/
+16
*
socket.c: SSL_CTX_set_mode(SSL_MODE_AUTO_RETRY)
Matthias Andree
2021-11-28
1
-1
/
+3
*
Revert "wolfSSL: workaround 5.0.0 SSL_peek() not truly blocking."
Matthias Andree
2021-11-28
1
-2
/
+1
*
wolfSSL: support WOLFSSL_TRUST_FILE as default trust store
Matthias Andree
2021-11-21
1
-4
/
+30
*
wolfSSL: workaround 5.0.0 SSL_peek() not truly blocking.
Matthias Andree
2021-11-21
1
-1
/
+2
*
wolfSSL: support 5.0.0+.
Matthias Andree
2021-11-21
1
-13
/
+43
*
Fix X509_V_FLAG_TRUSTED_FIRST OpenSSL 1.0.2 workaround
Matthias Andree
2021-11-20
1
-5
/
+6
*
OpenSSL: bump minimum required version to 1.0.2f
Matthias Andree
2021-11-20
1
-3
/
+3
*
LibreSSL: block, due to licensing issue.
Matthias Andree
2021-11-20
1
-2
/
+2
*
TLS: OpenSSL 1.0.2 workaround Let's Encrypt Expiry
Matthias Andree
2021-11-01
1
-1
/
+15
*
socket.c: invalid sslproto no longer abort()s
Matthias Andree
2021-08-28
1
-2
/
+0
*
socket.c: plugin/plugout SIGSEGV and memleak fixes
Matthias Andree
2021-08-26
1
-12
/
+26
*
socket.c: SSL_use_PrivateKey_file <- SSL_use_RSAPrivateKey_file,
Matthias Andree
2021-03-13
1
-1
/
+1
*
OpenSSL: permit deprecated features,
Matthias Andree
2021-03-13
1
-1
/
+5
*
socket.c clean up code duplication.
Matthias Andree
2021-02-27
1
-2
/
+2
*
--version: print OpenSSL versions build/run-time and directories
Matthias Andree
2021-01-30
1
-8
/
+5
*
socket.c: Update copyright according to code changes.
Matthias Andree
2021-01-03
1
-1
/
+1
*
"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
[next]