0a860f330a
gnutls can be used if openssl is not available since the addition of the
package in commit 7251775773
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
config BR2_PACKAGE_LIBJWT
|
|
bool "libjwt"
|
|
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
|
|
select BR2_PACKAGE_JANSSON
|
|
help
|
|
JSON Web Tokens are an open, industry standard RFC 7519
|
|
method for representing claims securely between two parties.
|
|
|
|
https://github.com/benmcollins/libjwt
|