2011-07-08 15:19:16 +02:00
|
|
|
config BR2_PACKAGE_LIBNSS
|
|
|
|
bool "libnss"
|
|
|
|
select BR2_PACKAGE_LIBNSPR
|
|
|
|
select BR2_PACKAGE_SQLITE
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
depends on BR2_LARGEFILE
|
2012-09-17 08:44:34 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnspr
|
2013-11-27 16:48:39 +01:00
|
|
|
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnspr
|
2014-05-13 10:46:14 +02:00
|
|
|
depends on !BR2_MIPS_NABI32
|
2011-07-08 15:19:16 +02:00
|
|
|
help
|
|
|
|
Network Security Services (NSS) is a set of libraries designed
|
|
|
|
to support development of security-enabled client and server
|
|
|
|
applications. Applications built with NSS can support SSL v2
|
|
|
|
and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
|
|
|
|
and X.509 v3 certificates.
|
|
|
|
|
|
|
|
http://www.mozilla.org/projects/security/pki/nss/
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libnss needs a toolchain w/ largefile, threads"
|
2013-11-27 16:48:39 +01:00
|
|
|
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
|
2013-05-11 15:09:35 +02:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|
2014-05-13 10:46:14 +02:00
|
|
|
depends on !BR2_MIPS_NABI32
|