Imported Upstream version 1.7.1 94/76794/1 upstream/1.7.1
authorDongsun Lee <ds73.lee@samsung.com>
Mon, 27 Jun 2016 05:19:02 +0000 (14:19 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Mon, 27 Jun 2016 08:32:23 +0000 (17:32 +0900)
commit4714a6c693d1e3fa17acd83484017799228ce422
treeaf45316222bed17ff1ce21989b17b5d76cae0b4f
parent22095c3dd444c6663b026ba74efdb8d601806422
Imported Upstream version 1.7.1

Change-Id: I327d8fd9ff77babc20a0dd1e7e8f6890ec0da1db
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
281 files changed:
AUTHORS
ChangeLog
LICENSES
Makefile.am
Makefile.in
NEWS
README
VERSION
acinclude.m4
aclocal.m4
build-aux/compile
build-aux/config.guess
build-aux/config.rpath
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/mdate-sh
build-aux/missing
build-aux/texinfo.tex
cipher/Makefile.am
cipher/Makefile.in
cipher/Manifest [deleted file]
cipher/arcfour-amd64.S [new file with mode: 0644]
cipher/arcfour.c
cipher/bithelp.h
cipher/blowfish-amd64.S
cipher/blowfish-arm.S
cipher/blowfish.c
cipher/bufhelp.h
cipher/camellia-aesni-avx-amd64.S
cipher/camellia-aesni-avx2-amd64.S
cipher/camellia-arm.S
cipher/camellia-glue.c
cipher/cast5-amd64.S
cipher/cast5-arm.S
cipher/cast5.c
cipher/chacha20-armv7-neon.S [new file with mode: 0644]
cipher/chacha20-avx2-amd64.S [new file with mode: 0644]
cipher/chacha20-sse2-amd64.S [new file with mode: 0644]
cipher/chacha20-ssse3-amd64.S [new file with mode: 0644]
cipher/chacha20.c [new file with mode: 0644]
cipher/cipher-aeswrap.c
cipher/cipher-cbc.c
cipher/cipher-ccm.c
cipher/cipher-cfb.c
cipher/cipher-cmac.c
cipher/cipher-ctr.c
cipher/cipher-gcm-intel-pclmul.c [new file with mode: 0644]
cipher/cipher-gcm.c
cipher/cipher-internal.h
cipher/cipher-ocb.c [new file with mode: 0644]
cipher/cipher-ofb.c
cipher/cipher-poly1305.c [new file with mode: 0644]
cipher/cipher-selftest.c
cipher/cipher-selftest.h
cipher/cipher.c
cipher/crc-intel-pclmul.c [new file with mode: 0644]
cipher/crc.c
cipher/des-amd64.S [new file with mode: 0644]
cipher/des.c
cipher/dsa-common.c
cipher/dsa.c
cipher/ecc-common.h
cipher/ecc-curves.c
cipher/ecc-eddsa.c
cipher/ecc-misc.c
cipher/ecc.c
cipher/elgamal.c
cipher/gost-s-box.c [new file with mode: 0644]
cipher/gost.h
cipher/gost28147.c
cipher/gostr3411-94.c
cipher/hash-common.c
cipher/hash-common.h
cipher/hmac-tests.c
cipher/kdf.c
cipher/keccak-armv7-neon.S [new file with mode: 0644]
cipher/keccak.c [new file with mode: 0644]
cipher/keccak_permute_32.h [new file with mode: 0644]
cipher/keccak_permute_64.h [new file with mode: 0644]
cipher/mac-cmac.c
cipher/mac-gmac.c
cipher/mac-hmac.c
cipher/mac-internal.h
cipher/mac-poly1305.c [new file with mode: 0644]
cipher/mac.c
cipher/md.c
cipher/md4.c
cipher/md5.c
cipher/poly1305-armv7-neon.S [new file with mode: 0644]
cipher/poly1305-avx2-amd64.S [new file with mode: 0644]
cipher/poly1305-internal.h [new file with mode: 0644]
cipher/poly1305-sse2-amd64.S [new file with mode: 0644]
cipher/poly1305.c [new file with mode: 0644]
cipher/primegen.c
cipher/pubkey-internal.h
cipher/pubkey-util.c
cipher/pubkey.c
cipher/rijndael-aesni.c [new file with mode: 0644]
cipher/rijndael-amd64.S
cipher/rijndael-arm.S
cipher/rijndael-internal.h [new file with mode: 0644]
cipher/rijndael-padlock.c [new file with mode: 0644]
cipher/rijndael-ssse3-amd64.c [new file with mode: 0644]
cipher/rijndael-tables.h
cipher/rijndael.c
cipher/rmd160.c
cipher/rsa-common.c
cipher/rsa.c
cipher/salsa20-amd64.S
cipher/salsa20-armv7-neon.S
cipher/salsa20.c
cipher/scrypt.c
cipher/serpent-armv7-neon.S
cipher/serpent-avx2-amd64.S
cipher/serpent-sse2-amd64.S
cipher/serpent.c
cipher/sha1-armv7-neon.S [new file with mode: 0644]
cipher/sha1-avx-amd64.S [new file with mode: 0644]
cipher/sha1-avx-bmi2-amd64.S [new file with mode: 0644]
cipher/sha1-ssse3-amd64.S
cipher/sha1.c
cipher/sha1.h [moved from cipher/rmd.h with 54% similarity]
cipher/sha256-avx-amd64.S [new file with mode: 0644]
cipher/sha256-avx2-bmi2-amd64.S [new file with mode: 0644]
cipher/sha256-ssse3-amd64.S
cipher/sha256.c
cipher/sha512-arm.S [new file with mode: 0644]
cipher/sha512-armv7-neon.S
cipher/sha512-avx-amd64.S
cipher/sha512-avx2-bmi2-amd64.S
cipher/sha512-ssse3-amd64.S
cipher/sha512.c
cipher/stribog.c
cipher/tiger.c
cipher/twofish-amd64.S
cipher/twofish-arm.S
cipher/twofish.c
cipher/whirlpool-sse2-amd64.S [new file with mode: 0644]
cipher/whirlpool.c
compat/Makefile.in
compat/compat.c
config.h.in
configure
configure.ac
doc/Makefile.am
doc/Makefile.in
doc/fips-fsm.eps
doc/fips-fsm.pdf
doc/fips-fsm.png
doc/gcrypt.info
doc/gcrypt.info-1 [deleted file]
doc/gcrypt.info-2 [deleted file]
doc/gcrypt.texi
doc/libgcrypt-modules.eps
doc/libgcrypt-modules.pdf
doc/libgcrypt-modules.png
doc/stamp-vti
doc/version.texi
doc/yat2m.c
m4/Makefile.am
m4/Makefile.in
m4/gpg-error.m4
m4/lock.m4 [deleted file]
m4/threadlib.m4 [deleted file]
mpi/Makefile.am
mpi/Makefile.in
mpi/Manifest [deleted file]
mpi/amd64/distfiles
mpi/amd64/func_abi.h [new file with mode: 0644]
mpi/amd64/mpih-add1.S
mpi/amd64/mpih-lshift.S
mpi/amd64/mpih-mul1.S
mpi/amd64/mpih-mul2.S
mpi/amd64/mpih-mul3.S
mpi/amd64/mpih-rshift.S
mpi/amd64/mpih-sub1.S
mpi/config.links
mpi/ec.c
mpi/generic/Manifest [deleted file]
mpi/generic/distfiles
mpi/i386/Manifest [deleted file]
mpi/i386/distfiles
mpi/i586/Manifest [deleted file]
mpi/i586/distfiles
mpi/longlong.h
mpi/m68k/Manifest [deleted file]
mpi/m68k/distfiles
mpi/m68k/mc68020/Manifest [deleted file]
mpi/m68k/mc68020/distfiles
mpi/mips3/Manifest [deleted file]
mpi/mips3/distfiles
mpi/mpi-pow.c
mpi/mpicoder.c
mpi/mpiutil.c
mpi/pa7100/Manifest [deleted file]
mpi/pa7100/distfiles
mpi/power/Manifest [deleted file]
mpi/power/distfiles
mpi/powerpc32/Manifest [deleted file]
mpi/powerpc32/distfiles
mpi/sparc32/Manifest [deleted file]
mpi/sparc32/distfiles
mpi/sparc32v8/Manifest [deleted file]
mpi/sparc32v8/distfiles
mpi/supersparc/Manifest [deleted file]
mpi/supersparc/distfiles
random/Makefile.am
random/Makefile.in
random/rand-internal.h
random/random-csprng.c
random/random-daemon.c
random/random-drbg.c [new file with mode: 0644]
random/random-fips.c [deleted file]
random/random-system.c
random/random.c
random/random.h
random/rndegd.c
random/rndhw.c
random/rndlinux.c
random/rndunix.c
random/rndw32.c
src/Makefile.am
src/Makefile.in
src/Manifest [deleted file]
src/ath.c [deleted file]
src/ath.h [deleted file]
src/cipher-proto.h
src/cipher.h
src/context.c
src/ec-context.h
src/fips.c
src/g10lib.h
src/gcrypt-int.h
src/gcrypt-testapi.h [new file with mode: 0644]
src/gcrypt.h [deleted file]
src/gcrypt.h.in
src/global.c
src/hmac256.c
src/hwf-arm.c
src/hwf-x86.c
src/hwfeatures.c
src/libgcrypt.def
src/libgcrypt.m4
src/libgcrypt.vers
src/misc.c
src/mpi.h
src/mpicalc.c
src/secmem.c
src/sexp.c
src/types.h
src/versioninfo.rc.in
src/visibility.c
src/visibility.h
tests/Makefile.am
tests/Makefile.in
tests/basic.c
tests/bench-slope.c
tests/benchmark.c
tests/curves.c
tests/fips186-dsa.c
tests/fipsdrv.c
tests/gchash.c [new file with mode: 0644]
tests/hashtest.c
tests/keygen.c
tests/keygrip.c
tests/mpitests.c
tests/pubkey.c
tests/random.c
tests/sha3-224.h [new file with mode: 0644]
tests/sha3-256.h [new file with mode: 0644]
tests/sha3-384.h [new file with mode: 0644]
tests/sha3-512.h [new file with mode: 0644]
tests/stopwatch.h
tests/t-common.h
tests/t-cv25519.c [new file with mode: 0644]
tests/t-ed25519.c
tests/t-kdf.c
tests/t-lock.c
tests/t-mpi-point.c
tests/t-sexp.c [moved from tests/tsexp.c with 89% similarity]