Imported Upstream version 1.8.1 upstream/1.8.1
authorPiotr Sawicki <p.sawicki2@partner.samsung.com>
Thu, 2 Nov 2017 10:05:20 +0000 (11:05 +0100)
committerPiotr Sawicki <p.sawicki2@partner.samsung.com>
Thu, 2 Nov 2017 10:05:20 +0000 (11:05 +0100)
commitf17b3a917acd419b1a68cc55bb662053c93e5567
tree416a10d0ac8f59dd13daa0b0a645d0ee488db941
parentaea777f059b8a3fb349ae28d470b9289a9b39d7f
Imported Upstream version 1.8.1
163 files changed:
AUTHORS
ChangeLog
LICENSES
Makefile.am
Makefile.in
NEWS
README
TODO
VERSION
acinclude.m4
build-aux/texinfo.tex
cipher/Makefile.am
cipher/Makefile.in
cipher/bithelp.h
cipher/blake2.c [new file with mode: 0644]
cipher/bufhelp.h
cipher/camellia-aesni-avx-amd64.S
cipher/camellia-aesni-avx2-amd64.S
cipher/camellia-glue.c
cipher/cast5-amd64.S
cipher/chacha20-armv7-neon.S
cipher/chacha20-avx2-amd64.S
cipher/chacha20-ssse3-amd64.S
cipher/cipher-cbc.c
cipher/cipher-cfb.c
cipher/cipher-cmac.c
cipher/cipher-ctr.c
cipher/cipher-gcm-armv8-aarch32-ce.S
cipher/cipher-gcm-armv8-aarch64-ce.S
cipher/cipher-internal.h
cipher/cipher-ocb.c
cipher/cipher-ofb.c
cipher/cipher-xts.c [new file with mode: 0644]
cipher/cipher.c
cipher/crc-intel-pclmul.c
cipher/des-amd64.S
cipher/ecc-misc.c
cipher/ecc.c
cipher/hmac-tests.c
cipher/md.c
cipher/poly1305.c
cipher/primegen.c
cipher/rijndael-aesni.c
cipher/rijndael-armv8-aarch32-ce.S
cipher/rijndael-armv8-aarch64-ce.S
cipher/rijndael-armv8-ce.c
cipher/rijndael-padlock.c
cipher/rijndael-ssse3-amd64-asm.S [new file with mode: 0644]
cipher/rijndael-ssse3-amd64.c
cipher/rijndael.c
cipher/rsa-common.c
cipher/rsa.c
cipher/serpent-avx2-amd64.S
cipher/serpent.c
cipher/sha1-armv8-aarch32-ce.S
cipher/sha1-armv8-aarch64-ce.S
cipher/sha1-avx-amd64.S
cipher/sha1-avx-bmi2-amd64.S
cipher/sha1-ssse3-amd64.S
cipher/sha256-armv8-aarch32-ce.S
cipher/sha256-armv8-aarch64-ce.S
cipher/sha256-avx-amd64.S
cipher/sha256-avx2-bmi2-amd64.S
cipher/sha256-ssse3-amd64.S
cipher/sha256.c
cipher/sha512-avx-amd64.S
cipher/sha512-avx2-bmi2-amd64.S
cipher/sha512-ssse3-amd64.S
cipher/sha512.c
cipher/twofish-avx2-amd64.S [new file with mode: 0644]
cipher/twofish.c
compat/clock.c
compat/compat.c
config.h.in
configure
configure.ac
doc/fips-fsm.eps
doc/fips-fsm.pdf
doc/gcrypt.info
doc/gcrypt.texi
doc/libgcrypt-modules.eps
doc/libgcrypt-modules.pdf
doc/stamp-vti
doc/version.texi
mpi/alpha/README
mpi/ec.c
mpi/mips3/README
mpi/mpi-pow.c
mpi/mpiutil.c
random/Makefile.am
random/Makefile.in
random/jitterentropy-base-user.h [new file with mode: 0644]
random/jitterentropy-base.c [new file with mode: 0644]
random/jitterentropy.h [new file with mode: 0644]
random/rand-internal.h
random/random-csprng.c
random/random-drbg.c
random/random.c
random/random.h
random/rndhw.c
random/rndjent.c [new file with mode: 0644]
random/rndlinux.c
random/rndunix.c
random/rndw32.c
src/cipher.h
src/dumpsexp.c
src/g10lib.h
src/gcrypt-int.h
src/gcrypt-testapi.h
src/gcrypt.h.in
src/global.c
src/hwf-x86.c
src/hwfeatures.c
src/libgcrypt.def
src/libgcrypt.vers
src/misc.c
src/mpi.h
src/mpicalc.c
src/secmem.c
src/versioninfo.rc.in
src/visibility.c
src/visibility.h
tests/Makefile.am
tests/Makefile.in
tests/aeswrap.c
tests/basic-disable-all-hwf.in [new file with mode: 0644]
tests/basic.c
tests/basic_all_hwfeature_combinations.sh [new file with mode: 0755]
tests/bench-slope.c
tests/benchmark.c
tests/blake2b.h [new file with mode: 0644]
tests/blake2s.h [new file with mode: 0644]
tests/cavs_driver.pl
tests/curves.c
tests/dsa-rfc6979.c
tests/fips186-dsa.c
tests/fipsdrv.c
tests/gchash.c
tests/genhashdata.c
tests/hashtest-256g.in
tests/hashtest.c
tests/hmac.c
tests/keygen.c
tests/keygrip.c
tests/mpitests.c
tests/pkbench.c
tests/pkcs1v2.c
tests/prime.c
tests/pubkey.c
tests/random.c
tests/rsacvt.c
tests/t-common.h
tests/t-convert.c
tests/t-cv25519.c
tests/t-ed25519.c
tests/t-kdf.c
tests/t-lock.c
tests/t-mpi-bit.c
tests/t-mpi-point.c
tests/t-secmem.c [new file with mode: 0644]
tests/t-sexp.c
tests/testapi.c
tests/version.c