Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Side by Side Diff: dev-libs/openssl/files/openssl-pkcs11-engine.patch

Issue 5552005: OpenSSL <=> PKCS#11 binding. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | dev-libs/openssl/openssl-0.9.8o.ebuild » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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:
OLDNEW
« no previous file with comments | « no previous file | dev-libs/openssl/openssl-0.9.8o.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698