Displaying 2 results from an estimated 2 matches for "engine_section".
2008 May 07
2
Request for generic engine support
...---------
===============================================
A typical OpenSSL CONF file for loading an external engine
---------------------------------------------
# Filename: /usr/local/etc/server.cnf
server_conf = server_def
[ server_def ]
engines = server_engines
[ server_engines ]
myengine = engine_section
[ engine_section ]
# Rename the engine to whatever, if necessary
engine_id = myengine
# external engine location
dynamic_path = /opt/openssl/lib/hpux32/engines/libmyengine.so
#default_algorithms = RAND,RSA
default_algorithms = ALL
# Load and initialize the engine
init = 1
----------------------...
2008 Feb 11
6
[Bug 1440] New: OpenSSL engine support should be enabled by default
https://bugzilla.mindrot.org/show_bug.cgi?id=1440
           Summary: OpenSSL engine support should be enabled by default
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 4.7p1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: Build system
        AssignedTo: