[pkg-opensc-commit] [opensc] 05/50: pkcs11-tool: few named curves more

Eric Dorland eric at moszumanska.debian.org
Sat May 28 03:35:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository opensc.

commit 56f2319fcc360fbba40c85dbadd3ec90ad3b65f5
Author: Viktor Tarasov <viktor.tarasov at gmail.com>
Date:   Fri Apr 1 18:08:00 2016 +0200

    pkcs11-tool: few named curves more
---
 src/tools/pkcs11-tool.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/tools/pkcs11-tool.c b/src/tools/pkcs11-tool.c
index 656623d..8f44a39 100644
--- a/src/tools/pkcs11-tool.c
+++ b/src/tools/pkcs11-tool.c
@@ -74,6 +74,8 @@ static struct ec_curve_info {
 } ec_curve_infos[] = {
 	{"secp192r1",    "1.2.840.10045.3.1.1", "06082A8648CE3D030101", 192},
 	{"prime192v1",   "1.2.840.10045.3.1.1", "06082A8648CE3D030101", 192},
+	{"prime192v2",   "1.2.840.10045.3.1.2", "06082A8648CE3D030102", 192},
+	{"prime192v3",   "1.2.840.10045.3.1.3", "06082A8648CE3D030103", 192},
 	{"nistp192",     "1.2.840.10045.3.1.1", "06082A8648CE3D030101", 192},
 	{"ansiX9p192r1", "1.2.840.10045.3.1.1", "06082A8648CE3D030101", 192},
 
@@ -83,6 +85,7 @@ static struct ec_curve_info {
 	{"prime256v1",   "1.2.840.10045.3.1.7", "06082A8648CE3D030107", 256},
 	{"secp256r1",    "1.2.840.10045.3.1.7", "06082A8648CE3D030107", 256},
 	{"ansiX9p256r1", "1.2.840.10045.3.1.7", "06082A8648CE3D030107", 256},
+	{"frp256v1",	 "1.2.250.1.223.101.256.1", "060a2a817a01815f65820001", 256},
 
 	{"secp384r1",		"1.3.132.0.34", "06052B81040022", 384},
 	{"prime384v1",		"1.3.132.0.34", "06052B81040022", 384},

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/opensc.git



More information about the pkg-opensc-commit mailing list