mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:13:04 +08:00

* openconnect: updated to 8.20 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> * openconnect: bump to version 9.01 Now with basic support for the Array Networks SSL VPN protocol. Also fix the OpenSSL build. OpenConnect requires support for deprecated APIs, for the time being, so select them if compiling against OpenSSL. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> Co-authored-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com> Co-authored-by: Rui Salvaterra <rsalvaterra@gmail.com>
23 lines
344 B
Plaintext
23 lines
344 B
Plaintext
# openconnect avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_openconnect
|
|
|
|
choice
|
|
prompt "SSL library"
|
|
default OPENCONNECT_GNUTLS
|
|
|
|
config OPENCONNECT_GNUTLS
|
|
bool "GnuTLS support"
|
|
|
|
config OPENCONNECT_OPENSSL
|
|
bool "OpenSSL"
|
|
select OPENSSL_WITH_DEPRECATED
|
|
|
|
endchoice
|
|
|
|
config OPENCONNECT_STOKEN
|
|
bool "stoken support"
|
|
|
|
endmenu
|