6926325829
Drop 302-fix_no_cmac_build.patch, it has been applied upstream. Security fixes: * (Severity: High) OCSP Status Request extension unbounded memory growth (CVE-2016-6304) * (Severity: Moderate) SSL_peek() hang on empty record (CVE-2016-6305) * 10 Low severity issues Security advisory: https://www.openssl.org/news/secadv/20160922.txt Changelog: https://www.openssl.org/news/cl102.txt Signed-off-by: Magnus Kroken <mkroken@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 lines
196 B
Diff
12 lines
196 B
Diff
--- a/Makefile.org
|
|
+++ b/Makefile.org
|
|
@@ -137,7 +137,7 @@ FIPSCANLIB=
|
|
|
|
BASEADDR=
|
|
|
|
-DIRS= crypto ssl engines apps test tools
|
|
+DIRS= crypto ssl apps
|
|
ENGDIRS= ccgost
|
|
SHLIBDIRS= crypto ssl
|
|
|