| OLD | NEW |
| (Empty) | |
| 1 --- apps/openssl.cnf.ORG 2010-12-07 09:24:50.000000000 -0800 |
| 2 +++ apps/openssl.cnf 2010-12-07 09:25:42.000000000 -0800 |
| 3 @@ -12,6 +12,21 @@ |
| 4 #oid_file = $ENV::HOME/.oid |
| 5 oid_section = new_oids |
| 6 |
| 7 +openssl_conf = openssl_def |
| 8 + |
| 9 +[openssl_def] |
| 10 +engines = engine_section |
| 11 + |
| 12 +[engine_section] |
| 13 +pkcs11 = pkcs11_section |
| 14 + |
| 15 +[pkcs11_section] |
| 16 +engine_id = pkcs11 |
| 17 +dynamic_path = /usr/lib/engines/engine_pkcs11.so |
| 18 +MODULE_PATH = /usr/lib/opencryptoki/libopencryptoki.so.0 |
| 19 +PIN = 111111 |
| 20 +init = 0 |
| 21 + |
| 22 # To use this configuration file with the "-extfile" option of the |
| 23 # "openssl x509" utility, name here the section containing the |
| 24 # X.509v3 extensions to use: |
| OLD | NEW |