[git] GCRYPT - branch, LIBGCRYPT-1-7-BRANCH, updated. libgcrypt-1.7.3-11-gbf6d5b1

by NIIBE Yutaka cvs at cvs.gnupg.org
Sat Nov 12 11:42:41 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, LIBGCRYPT-1-7-BRANCH has been updated
       via  bf6d5b10cb4173826f47ac080506b68bb001acb2 (commit)
       via  bfd732f53a9b5dfe14217a68a0fa289bf6913ec0 (commit)
       via  27747921cb1dfced83c5666cd1c474764724c52b (commit)
       via  5418d9ca4c0e087fd6872ad350a996fe74880d86 (commit)
       via  de73a2e7237ba7c34ce48bb5fb671aa3993de832 (commit)
       via  4cd8d40d698564d24ece2af24546e34c58bf2961 (commit)
       via  0b332c1aef03a735c1fb0df184f74d523deb2f98 (commit)
       via  2d4bbc0ad62c54bbdef77799f9db82d344b7219e (commit)
       via  e4eb03f56683317c908cb55be727832810dc8c72 (commit)
       via  595251ad37bf1968261d7e781752513f67525803 (commit)
      from  bf3388a17d1871b03c630b5a66b31e2e44b44edf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 cipher/Makefile.am                            |   13 +-
 cipher/{camellia-arm.S => camellia-aarch64.S} |  291 +++---
 cipher/camellia-glue.c                        |   10 +-
 cipher/camellia.h                             |    7 +-
 cipher/cipher-gcm-armv8-aarch32-ce.S          |  321 +++++--
 cipher/cipher-gcm-armv8-aarch64-ce.S          |  413 ++++++++
 cipher/cipher-internal.h                      |    4 +
 cipher/idea.c                                 |    2 +-
 cipher/{rijndael-arm.S => rijndael-aarch64.S} |  389 ++++----
 cipher/rijndael-arm.S                         |    2 +-
 cipher/rijndael-armv8-aarch32-ce.S            |    2 +-
 cipher/rijndael-armv8-aarch64-ce.S            | 1265 +++++++++++++++++++++++++
 cipher/rijndael-internal.h                    |    9 +
 cipher/sha1-armv8-aarch64-ce.S                |  204 ++++
 cipher/sha1.c                                 |    4 +
 cipher/sha256-armv8-aarch32-ce.S              |   27 +-
 cipher/sha256-armv8-aarch64-ce.S              |  218 +++++
 cipher/sha256.c                               |    4 +
 cipher/{twofish-arm.S => twofish-aarch64.S}   |  214 ++---
 cipher/twofish.c                              |    5 +
 configure.ac                                  |   54 +-
 tests/basic.c                                 |  119 ++-
 22 files changed, 2941 insertions(+), 636 deletions(-)
 copy cipher/{camellia-arm.S => camellia-aarch64.S} (80%)
 create mode 100644 cipher/cipher-gcm-armv8-aarch64-ce.S
 copy cipher/{rijndael-arm.S => rijndael-aarch64.S} (65%)
 create mode 100644 cipher/rijndael-armv8-aarch64-ce.S
 create mode 100644 cipher/sha1-armv8-aarch64-ce.S
 create mode 100644 cipher/sha256-armv8-aarch64-ce.S
 copy cipher/{twofish-arm.S => twofish-aarch64.S} (60%)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list