index
:
knot-resolver
master
knot-resolver
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
tls.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon/tls: bump gnutls version requirement
Vladimír Čunát
2024-09-02
1
-6
/
+0
*
daemon: use __attribute__((constructor)) for protolayer_globals
Oto Šťáva
2024-06-18
1
-3
/
+0
*
Merge 'origin/master' into 6.0 - last merge before rename
Oto Šťáva
2024-05-14
1
-1
/
+1
|
\
|
*
Silence Clang-Tidy
Oto Šťáva
2024-05-13
1
-1
/
+1
*
|
Merge branch 'master' into 6.0
Vladimír Čunát
2023-07-11
1
-1
/
+1
|
\
|
|
*
treewide: fix -Wstrict-prototypes
Vladimír Čunát
2023-06-08
1
-1
/
+1
*
|
daemon: implement TLS with protocol layers
Oto Šťáva
2023-01-26
1
-106
/
+10
*
|
daemon: refactor stage 1
Oto Šťáva
2023-01-26
1
-6
/
+4
|
/
*
Copyright notices: remove years and replace e-mail
Oto Šťáva
2022-12-14
1
-3
/
+4
*
daemon/tls: fix TLS client resumption
Oto Šťáva
2022-02-18
1
-0
/
+4
*
daemon: rename tls_ctx and tls_client_ctx structs
Tomas Krizek
2020-08-25
1
-12
/
+12
*
treewide: machine readable license for GNU GPLv3+ source code
Petr Špaček
2020-02-25
1
-13
/
+1
*
daemon: rework handling of TLS authentication params
Vladimír Čunát
2019-02-22
1
-36
/
+54
*
policy.TLS_FORWARD: send SNI on wire if configured
Vladimír Čunát
2019-02-22
1
-2
/
+2
*
daemon/tls: in some cases rehandshake might be improperly handled, which may ...
Grigorii Demidov
2019-01-08
1
-1
/
+1
*
daemon: allow opportunistic DNS over TLS to origins
Marek Vavruša
2018-12-05
1
-0
/
+3
*
daemon: bugfixes & improvements
Grigorii Demidov
2018-10-12
1
-1
/
+2
*
daemon: logic around struct session was relocated to separate module; input d...
Grigorii Demidov
2018-10-12
1
-1
/
+1
*
misc nitpicks
Vladimír Čunát
2018-09-14
1
-3
/
+0
*
daemon/worker: fixes error handling from TLS writes
Marek Vavruša
2018-09-14
1
-6
/
+16
*
daemon/tls: properly process TLS rehandshake
Grigorii Demidov
2018-07-23
1
-0
/
+16
*
daemon/tls: work on server-side session tickets
Vladimír Čunát
2018-06-13
1
-7
/
+26
*
daemon/tls: session resumption with tickets (client & server side)
Grigorii Demidov
2018-06-13
1
-2
/
+12
*
daemon/tls: system CA's are used by default with TLS_FORWARD policy when ca_f...
Grigorii Demidov
2018-06-06
1
-2
/
+12
*
daemon: unificate tls structures to avod code duplication
Grigorii Demidov
2018-02-08
1
-38
/
+36
*
daemon: cleanup errors; avoid discrepancy between declaration and definition ...
Grigorii Demidov
2018-02-08
1
-1
/
+1
*
daemon: avoid uv_try_write() usage both in tls-client and tls-server side; bu...
Grigorii Demidov
2018-02-08
1
-5
/
+26
*
daemon: server-side tls: use asynchronous network io model
Grigorii Demidov
2018-02-08
1
-0
/
+20
*
lint: enabled several readability linters and fixed issues
Marek Vavruša
2018-01-12
1
-1
/
+1
*
daemon: avoid memory leaks under heavy load when using tls over outgoing tcp ...
Grigorii Demidov
2018-01-08
1
-1
/
+2
*
daemon/tls: tls_push() can fall into endless loop in some circumstances; prev...
grid
2018-01-08
1
-0
/
+1
*
daemon: TLS over outbound TCP connection - use hostname authentication
grid
2018-01-08
1
-2
/
+3
*
daemon: bugfix; resolver fails on assertion if TLS over outbound connection i...
Grigorii Demidov
2018-01-08
1
-1
/
+4
*
daemon: reuse outbound TCP connections if possible; TLS over outbound TCP con...
Grigorii Demidov
2018-01-08
1
-1
/
+46
*
gnutls logging improvements
Vladimír Čunát
2017-09-12
1
-3
/
+0
*
add comments around TCP buffering
Vladimír Čunát
2017-01-09
1
-1
/
+3
*
Use ephemeral X.509 credentials if none are configured
Daniel Kahn Gillmor
2017-01-06
1
-0
/
+4
*
Record expiration date of our certificate.
Daniel Kahn Gillmor
2017-01-06
1
-0
/
+1
*
Add EDNS(0) padding support
Ondřej Surý
2016-11-14
1
-0
/
+3
*
daemon/tls: cleanup, documented tls functions
Marek Vavrusa
2016-08-05
1
-2
/
+17
*
Log key-pinning strings for TLS keys
Daniel Kahn Gillmor
2016-08-05
1
-0
/
+3
*
Move tls_credentials to struct network
Ondřej Surý
2016-08-05
1
-6
/
+6
*
initialize GnuTLS logging cleanly, once at daemon/worker start.
Daniel Kahn Gillmor
2016-08-05
1
-0
/
+2
*
Remove the extra indirection in tls_certificate_free
Ondřej Surý
2016-08-05
1
-1
/
+1
*
Move struct tls_credentials_t from daemon/worker.h to daemon/tls.h
Ondřej Surý
2016-08-05
1
-0
/
+7
*
Add reference counting to gnutls credentials, so they don't get destroyed whi...
Ondřej Surý
2016-08-05
1
-0
/
+3
*
Initialize global TLS credentials in the worker_ctx and initialize GnuTLS log...
Ondřej Surý
2016-08-05
1
-0
/
+3
*
daemon/tls: fixed improper use of callback, leaks
Marek Vavrusa
2016-08-05
1
-4
/
+2
*
WIP: first pass at TLS implementation
Daniel Kahn Gillmor
2016-08-05
1
-0
/
+30