From: Daniel Lenski Date: Sat, 23 Jan 2021 01:07:07 +0000 (+0000) Subject: Merge branch 'openssl-sec-level' into 'master' X-Git-Tag: v8.20~370 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f07d798f7c8169bf34b485942205f3a0d64dc074;p=users%2Fdwmw2%2Fopenconnect.git Merge branch 'openssl-sec-level' into 'master' With --allow-insecure-crypto, set OpenSSL 1.1.0+ "security level" to 0, and attempt to disable system minimum crypto requirements See merge request openconnect/openconnect!158 --- f07d798f7c8169bf34b485942205f3a0d64dc074 diff --cc www/changelog.xml index 4e4a9bba,debedf14..b7f79e78 --- a/www/changelog.xml +++ b/www/changelog.xml @@@ -18,11 -18,11 +18,12 @@@
  • Make tncc-emulate.py work with Python 3.7+. (!152, !120)
  • Emulated a newer version of GlobalProtect official clients, 5.1.5-8; was 4.0.2-19 (!131)
  • Support Juniper login forms containing both password and 2FA token (!121)
  • -
  • Explicitly disable 3DES and RC4, unless enabled with --allow-insecure-crypto (!114)
  • -
  • Add obsolete-server-crypto test (!114)
  • +
  • Explicitly disable 3DES and RC4, unless enabled with --allow-insecure-crypto (!114)
  • +
  • With --allow-insecure-crypto, additionally try to disable system-wide and library minimum crypto policies (!158, #132)
  • +
  • Add obsolete-server-crypto test (!114)
  • Allow protocols to delay tunnel setup and shutdown (!117)
  • Incomplete, speculative support for GlobalProtect IPv6 (!155; previous work in d6db0ec)
  • +
  • SIGUSR1 causes OpenConnect to log detailed connection information and statistics (!154)

  • OpenConnect v8.10