mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
17 lines
230 B
INI
17 lines
230 B
INI
# conf file for gmssl sdf engine
|
|
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
engines = engine_section
|
|
|
|
[engine_section]
|
|
sdf = sdf_section
|
|
|
|
[sdf_section]
|
|
engine_id = sdf
|
|
SO_PATH = ./libswsds.so
|
|
VENDOR = sansec
|
|
OPEN_DEV =
|
|
init = 1
|
|
|