mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-18 06:16:30 +08:00
Update some demos
This commit is contained in:
16
demos/sdf/sdf.cnf
Normal file
16
demos/sdf/sdf.cnf
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user