Config.in 923 B

1234567891011121314151617181920212223242526272829303132
  1. comment "libest needs a toolchain w/ dynamic library"
  2. depends on BR2_STATIC_LIBS
  3. config BR2_PACKAGE_LIBEST
  4. bool "libest"
  5. depends on !BR2_STATIC_LIBS # libexecinfo or glibc
  6. select BR2_PACKAGE_LIBEXECINFO if !BR2_TOOLCHAIN_USES_GLIBC
  7. select BR2_PACKAGE_OPENSSL
  8. select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL
  9. select BR2_PACKAGE_SAFECLIB
  10. help
  11. libest is a C implementation of RFC 7030 (Enrollment over
  12. Secure Transport).
  13. It can be used to provision public key certificates from
  14. a certificate authority (CA) or registration authority (RA)
  15. to end-user devices and network infrastructure devices.
  16. https://github.com/cisco/libest
  17. if BR2_PACKAGE_LIBEST
  18. config BR2_PACKAGE_LIBEST_BRSKI
  19. bool "BRSKI support"
  20. config BR2_PACKAGE_LIBEST_MODE_CLIENT_ONLY
  21. bool "client-only mode"
  22. # The client-only mode fails to build with OpenJDK/JNI
  23. # bindings
  24. depends on !BR2_PACKAGE_OPENJDK
  25. endif # BR2_PACKAGE_LIBEST