Config.in 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. if PACKAGE_libopenssl
  2. config OPENSSL_WITH_EC
  3. bool
  4. default y
  5. prompt "Enable elliptic curve support"
  6. config OPENSSL_WITH_EC2M
  7. bool
  8. depends on OPENSSL_WITH_EC
  9. prompt "Enable ec2m support"
  10. config OPENSSL_WITH_SSL3
  11. bool
  12. default n
  13. prompt "Enable sslv3 support"
  14. config OPENSSL_WITH_DEPRECATED
  15. bool
  16. default y
  17. prompt "Include deprecated APIs"
  18. config OPENSSL_WITH_DTLS
  19. bool
  20. default n
  21. prompt "Enable DTLS support"
  22. config OPENSSL_WITH_COMPRESSION
  23. bool
  24. default n
  25. prompt "Enable compression support"
  26. config OPENSSL_WITH_NPN
  27. bool
  28. default y
  29. prompt "Enable NPN support"
  30. config OPENSSL_WITH_PSK
  31. bool
  32. default y
  33. prompt "Enable PSK support"
  34. config OPENSSL_WITH_SRP
  35. bool
  36. default y
  37. prompt "Enable SRP support"
  38. config OPENSSL_ENGINE_DIGEST
  39. bool
  40. depends on OPENSSL_ENGINE_CRYPTO
  41. prompt "Digests acceleration support"
  42. config OPENSSL_HARDWARE_SUPPORT
  43. bool
  44. default n
  45. prompt "Enable hardware support"
  46. endif
  47. config OPENSSL_ENGINE_CRYPTO
  48. bool
  49. prompt "Crypto acceleration support" if PACKAGE_libopenssl