AC works with GnuTLS 3 now.
No certifacte verification and no psk supprt for now. FossilOrigin-Name: 3809cff8b383f71541f4324949d9f89dc1db56aacada12bd45ba9a28b2b39cca
This commit is contained in:
@ -1,18 +1,24 @@
|
||||
|
||||
#Define SSL Library: OPENSSL or GNUTLS (GNUTLS not supported for now)
|
||||
SSL_LIBRARY=GNUTLS
|
||||
#SSL_LIBRARY=OPENSSL
|
||||
SSL_LIBRARY=GNUTLS
|
||||
|
||||
# use openssl library in ../contrib/
|
||||
OPENSSL_VERSION=openssl-1.0.1i
|
||||
USE_CONTRIB_OPENSSL=1
|
||||
#OPENSSL_VERSION=openssl-1.0.1l # doesn't work
|
||||
#OPENSSL_VERSION=openssl-1.0.2 # doesn't work
|
||||
|
||||
|
||||
# use gnutls lib in ../contrib/
|
||||
GNUTLS_VERSION=3.3.9
|
||||
USE_CONTRIB_GNUTLS=1
|
||||
|
||||
CONF_LIBRARY=UCI
|
||||
USE_CONTRIB_UCI=0
|
||||
|
||||
CC=clang
|
||||
|
||||
|
||||
#CC=mips-openwrt-linux-uclibc-gcc
|
||||
#LD=mips-openwrt-linux-uclibc-ld
|
||||
#AR=mips-openwrt-linux-uclibc-ar
|
||||
|
Reference in New Issue
Block a user