• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/openssl/Config.in
Gustavo ZacariasGustavo Zacarias committed 720893b625122 Oct 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_OPENSSL
2
    bool "openssl"
3
    select BR2_PACKAGE_ZLIB
4
    help
5
      A collaborative effort to develop a robust, commercial-grade, fully
6
      featured, and Open Source toolkit implementing the Secure Sockets
7
      Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
8
      full-strength general-purpose cryptography library.
9
​
10
      http://www.openssl.org/
11
​
12
config BR2_PACKAGE_OPENSSL_BIN
13
    bool "openssl binary"
14
    depends on BR2_PACKAGE_OPENSSL
15
    # uses fork()
16
    depends on BR2_USE_MMU
17
    help
18
      Install the openssl binary to the target file system. This is a
19
      command line tool for doing various crypthographic stuff.
20
​
21
config BR2_PACKAGE_OPENSSL_ENGINES
22
    bool "openssl additional engines"
23
    depends on BR2_PACKAGE_OPENSSL
24
    help
25
      Install additional encryption engine libraries.
26
​
27
config BR2_PACKAGE_OPENSSL_OCF
28
    bool "openssl ocf support"
29
    depends on BR2_PACKAGE_OPENSSL
30
    select BR2_PACKAGE_OCF_LINUX
31
    help
32
      Enable openssl cryptodev (OCF) hardware acceleration support.
33
      This requires the ocf linux kernel extension or you to provide a
34
      pre-patched kernel that includes it.
35
      If kernel support isn't available it'll just make the libraries
36
      a tiny bit larger with a small CPU overhead when starting up and
37
      checking for the required kernel-side support, and then falling
38
      back to regular builtin support.
39
​
40
      http://ocf-linux.sourceforge.net/
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.