| Index: dev-libs/openssl/files/openssl-pkcs11-engine.patch
|
| diff --git a/dev-libs/openssl/files/openssl-pkcs11-engine.patch b/dev-libs/openssl/files/openssl-pkcs11-engine.patch
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c2dc8ab9914eb111da261b843034ba7f48e83e4a
|
| --- /dev/null
|
| +++ b/dev-libs/openssl/files/openssl-pkcs11-engine.patch
|
| @@ -0,0 +1,24 @@
|
| +--- apps/openssl.cnf.ORG 2010-12-07 09:24:50.000000000 -0800
|
| ++++ apps/openssl.cnf 2010-12-07 09:25:42.000000000 -0800
|
| +@@ -12,6 +12,21 @@
|
| + #oid_file = $ENV::HOME/.oid
|
| + oid_section = new_oids
|
| +
|
| ++openssl_conf = openssl_def
|
| ++
|
| ++[openssl_def]
|
| ++engines = engine_section
|
| ++
|
| ++[engine_section]
|
| ++pkcs11 = pkcs11_section
|
| ++
|
| ++[pkcs11_section]
|
| ++engine_id = pkcs11
|
| ++dynamic_path = /usr/lib/engines/engine_pkcs11.so
|
| ++MODULE_PATH = /usr/lib/opencryptoki/libopencryptoki.so.0
|
| ++PIN = 111111
|
| ++init = 0
|
| ++
|
| + # To use this configuration file with the "-extfile" option of the
|
| + # "openssl x509" utility, name here the section containing the
|
| + # X.509v3 extensions to use:
|
|
|