freeradius3: Refreshed patches/002-disable-session-cache-CVE-2017-9148.patch in preparation for the 3.0.21 update.
Signed-off-by: Robby K <robbyke@gmail.com>
This commit is contained in:
parent
fe6f04346f
commit
4c9d290938
1 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ Description: disable session caching in the server (as opposed to in the
|
|||
https://security-tracker.debian.org/tracker/CVE-2017-9148
|
||||
Author: Michael Stapelberg <stapelberg@debian.org>
|
||||
Forwarded: not-needed
|
||||
Last-Update: 2020-01-24
|
||||
Last-Update: 2020-04-28
|
||||
|
||||
---
|
||||
|
||||
|
@ -18,7 +18,7 @@ Last-Update: 2020-01-24
|
|||
|
||||
return state;
|
||||
}
|
||||
@@ -3292,7 +3292,7 @@ post_ca:
|
||||
@@ -3332,7 +3332,7 @@ post_ca:
|
||||
/*
|
||||
* Callbacks, etc. for session resumption.
|
||||
*/
|
||||
|
@ -27,7 +27,7 @@ Last-Update: 2020-01-24
|
|||
/*
|
||||
* Cache sessions on disk if requested.
|
||||
*/
|
||||
@@ -3362,7 +3362,7 @@ post_ca:
|
||||
@@ -3402,7 +3402,7 @@ post_ca:
|
||||
/*
|
||||
* Setup session caching
|
||||
*/
|
||||
|
@ -36,7 +36,7 @@ Last-Update: 2020-01-24
|
|||
/*
|
||||
* Create a unique context Id per EAP-TLS configuration.
|
||||
*/
|
||||
@@ -3531,7 +3531,7 @@ fr_tls_server_conf_t *tls_server_conf_parse(CONF_SECTION *cs)
|
||||
@@ -3571,7 +3571,7 @@ fr_tls_server_conf_t *tls_server_conf_parse(CONF_SECTION *cs)
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue