[Cryptech-Commits] [core/platform/common] branch master updated: ECDSA cores no longer "experimental", include them in default build.

git at cryptech.is git at cryptech.is
Fri May 12 22:59:10 UTC 2017


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

sra at hactrn.net pushed a commit to branch master
in repository core/platform/common.

The following commit(s) were added to refs/heads/master by this push:
     new 4cf0453  ECDSA cores no longer "experimental", include them in default build.
4cf0453 is described below

commit 4cf0453270038d4fc50dcad293caef34f474d7e3
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Fri May 12 18:57:36 2017 -0400

    ECDSA cores no longer "experimental", include them in default build.
---
 config/core.cfg | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/config/core.cfg b/config/core.cfg
index a9e586e..4993b93 100644
--- a/config/core.cfg
+++ b/config/core.cfg
@@ -84,26 +84,10 @@ cores = sha256 aes trng modexp
 
 [project hsm]
 # make me one with everything
-cores = sha1 sha256 sha512 aes trng modexp mkmif
+cores = sha1 sha256 sha512 aes trng modexp mkmif ecdsa256 ecdsa384
 
 [project hsm-super]
 # super-size it
-cores = mkmif trng sha1 sha1 sha1 sha256 sha256 sha256 sha512 sha512 sha512 aes aes aes modexp modexp modexp
-
-[project hsm-ecdsa256]
-# make me one with everything including experimental ecdsa256 core
-cores = sha1 sha256 sha512 aes trng modexp mkmif ecdsa256
-
-[project hsm-ecdsa384]
-# make me one with everything including experimental ecdsa384 core
-cores = sha1 sha256 sha512 aes trng modexp mkmif ecdsa384
-
-[project hsm-ecdsa]
-# make me one with everything including both experimental ecdsa cores
-cores = sha1 sha256 sha512 aes trng modexp mkmif ecdsa256 ecdsa384
-
-[project hsm-super-ecdsa]
-# super-size that too
 cores = mkmif trng sha1 sha1 sha1 sha256 sha256 sha256 sha512 sha512 sha512 aes aes aes modexp modexp modexp ecdsa256 ecdsa256 ecdsa256 ecdsa384 ecdsa384 ecdsa384
 
 # [core] sections

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list