[Cryptech-Commits] [releng/alpha] branch master updated: Accumulated changes in several submodules.

git at cryptech.is git at cryptech.is
Tue Jul 24 15:28:43 UTC 2018


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

sra at hactrn.net pushed a commit to branch master
in repository releng/alpha.

The following commit(s) were added to refs/heads/master by this push:
     new 1678a32  Accumulated changes in several submodules.
1678a32 is described below

commit 1678a3285da1520cc76b9583fc8cecef07a6e0b0
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Jul 24 11:21:32 2018 -0400

    Accumulated changes in several submodules.
    
    Specific reason for this build was to test removal of a couple of
    TerASIC-specific files.
    
    Other accumulated changes include:
    
    * A bunch of work on the AES core;
    
    * A bunch of minor performance enhancements in the C code, mostly
      related to RSA signature time (which is still a problem, but this
      set of fixes removed a bunch of dumb stuff which was masking what we
      now think is the root cause of the performance issue);
    
    * A bunch of minor fixes and cleanups in the C code (eg, assertions
      now log something to the console rather than just locking up).
---
 source/core/cipher/aes | 2 +-
 source/core/rng/trng   | 2 +-
 source/sw/libhal       | 2 +-
 source/sw/pkcs11       | 2 +-
 source/sw/stm32        | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/source/core/cipher/aes b/source/core/cipher/aes
index 2caa4d5..98cc06b 160000
--- a/source/core/cipher/aes
+++ b/source/core/cipher/aes
@@ -1 +1 @@
-Subproject commit 2caa4d54188338226494daa53d024a52572bd3a4
+Subproject commit 98cc06bdeccbd30da21a0439c1cbbf59f9a75f3e
diff --git a/source/core/rng/trng b/source/core/rng/trng
index 953909d..6397d97 160000
--- a/source/core/rng/trng
+++ b/source/core/rng/trng
@@ -1 +1 @@
-Subproject commit 953909d18796c1caea35263eb902b1dd7021d92d
+Subproject commit 6397d9766e802b2fba115a47e0f0561fcc7e828f
diff --git a/source/sw/libhal b/source/sw/libhal
index 0d17fd9..64d4157 160000
--- a/source/sw/libhal
+++ b/source/sw/libhal
@@ -1 +1 @@
-Subproject commit 0d17fd984e6ed486d6cd622edee226e263aab510
+Subproject commit 64d415775323dd8a435a0db3548d6b642df4ad99
diff --git a/source/sw/pkcs11 b/source/sw/pkcs11
index 90405d3..0e442a9 160000
--- a/source/sw/pkcs11
+++ b/source/sw/pkcs11
@@ -1 +1 @@
-Subproject commit 90405d32719260adc75c9c23fb3b7d9e33485e85
+Subproject commit 0e442a9ac57df33de87b71e95c27cb0887c3961f
diff --git a/source/sw/stm32 b/source/sw/stm32
index 33ac575..49939b9 160000
--- a/source/sw/stm32
+++ b/source/sw/stm32
@@ -1 +1 @@
-Subproject commit 33ac5751d8e56b8cbec0cc5ac41a18f2692e4bf9
+Subproject commit 49939b9954926ccb4b31238ab186693c28fab5c5

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


More information about the Commits mailing list