1*4882a593Smuzhiyunconfig BR2_PACKAGE_GNUTLS 2*4882a593Smuzhiyun bool "gnutls" 3*4882a593Smuzhiyun # https://gitlab.com/gnutls/gnutls/issues/203 4*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 5*4882a593Smuzhiyun # gnulib requires a library that implements wctomb(). 6*4882a593Smuzhiyun # This is noticed only when linking with libgnutls.so. 7*4882a593Smuzhiyun depends on BR2_USE_WCHAR 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBTASN1 9*4882a593Smuzhiyun select BR2_PACKAGE_NETTLE 10*4882a593Smuzhiyun select BR2_PACKAGE_PCRE 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun GnuTLS is a secure communications library implementing the SSL 13*4882a593Smuzhiyun and TLS protocols and technologies around them. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun https://www.gnutls.org/ 16*4882a593Smuzhiyun 17*4882a593Smuzhiyunif BR2_PACKAGE_GNUTLS 18*4882a593Smuzhiyun 19*4882a593Smuzhiyunconfig BR2_PACKAGE_GNUTLS_OPENSSL 20*4882a593Smuzhiyun bool "OpenSSL compatibility library" 21*4882a593Smuzhiyun help 22*4882a593Smuzhiyun Install OpenSSL compatibility library. 23*4882a593Smuzhiyun 24*4882a593Smuzhiyunconfig BR2_PACKAGE_GNUTLS_TOOLS 25*4882a593Smuzhiyun bool "install tools" 26*4882a593Smuzhiyun help 27*4882a593Smuzhiyun Install GnuTLS command line tools for various cryptographic 28*4882a593Smuzhiyun tasks. 29*4882a593Smuzhiyun 30*4882a593Smuzhiyunendif 31*4882a593Smuzhiyun 32*4882a593Smuzhiyuncomment "gnutls needs a toolchain w/ wchar, dynamic library" 33*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS 34