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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dev-libs/openssl/openssl-0.9.8o.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« 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