Imported Upstream version 1.10.3 upstream upstream/1.10.3
authorDaniel Kita <d.kita@samsung.com>
Mon, 19 Feb 2024 10:36:14 +0000 (11:36 +0100)
committerDaniel Kita <d.kita@samsung.com>
Mon, 19 Feb 2024 10:36:14 +0000 (11:36 +0100)
commitaeb15a056b9a88a31d1fe481b8e20da9966db891
tree83e3d03a5d39ac1cf0f507f8d5456fd78b868d9b
parent5c492be91cf9698f77b0244cf5be12d58cacea33
Imported Upstream version 1.10.3
108 files changed:
.gitignore [deleted file]
.mailmap [deleted file]
AUTHORS
ChangeLog
Makefile.am
Makefile.in [new file with mode: 0644]
NEWS
README
VERSION [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
build-aux/db2any [deleted file]
build-aux/distfiles [deleted file]
build-aux/git-hooks/commit-msg [deleted file]
build-aux/libtool-patch.sed [new file with mode: 0644]
build-aux/ltmain.sh
cipher/Makefile.am
cipher/Makefile.in [new file with mode: 0644]
cipher/blake2.c
cipher/bufhelp.h
cipher/cipher-poly1305.c
cipher/ecc-misc.c
cipher/ecc.c
cipher/elgamal.c
cipher/kdf.c
cipher/keccak-armv7-neon.S
cipher/keccak.c
cipher/keccak_permute_64.h
cipher/mac-hmac.c
cipher/md.c
cipher/md2.c [deleted file]
cipher/md5.c
cipher/pubkey-util.c
cipher/pubkey.c
cipher/rsa-common.c
cipher/rsa.c
cipher/test-getrusage.c [deleted file]
compat/Makefile.in [new file with mode: 0644]
config.h.in [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac
doc/Makefile.in [new file with mode: 0644]
doc/Notes-wk [deleted file]
doc/announce-1.4.txt [deleted file]
doc/announce.txt [deleted file]
doc/fips-fsm.pdf [new file with mode: 0644]
doc/fips-fsm.png [new file with mode: 0644]
doc/gcrypt.info [new file with mode: 0644]
doc/gcrypt.info-1 [new file with mode: 0644]
doc/gcrypt.info-2 [new file with mode: 0644]
doc/gcrypt.texi
doc/libgcrypt-modules.pdf [new file with mode: 0644]
doc/libgcrypt-modules.png [new file with mode: 0644]
doc/stamp-vti [new file with mode: 0644]
doc/version.texi [new file with mode: 0644]
libgcrypt.txt [deleted file]
m4/Makefile.in [new file with mode: 0644]
m4/ax_cc_for_build.m4
m4/gpg-error.m4
m4/noexecstack.m4
mpi/Makefile.in [new file with mode: 0644]
mpi/ec-nist.c
mpi/ec.c
mpi/longlong.h
mpi/mpi-internal.h
mpi/mpih-const-time.c
mpi/mpiutil.c
random/Makefile.am
random/Makefile.in [new file with mode: 0644]
random/jitterentropy-base-user.h
random/jitterentropy-health.c
random/random-drbg.c
random/rndgetentropy.c
random/rndjent.c
src/Makefile.am
src/Makefile.in [new file with mode: 0644]
src/const-time.c [new file with mode: 0644]
src/const-time.h [new file with mode: 0644]
src/fips.c
src/g10lib.h
src/gcrypt-int.h
src/gcrypt.h.in
src/global.c
src/hwf-ppc.c
src/libgcrypt.m4
src/mpicalc.c
src/sexp.c
src/versioninfo.rc.in
src/visibility.c
stamp-h.in [deleted file]
tests/Makefile.am
tests/Makefile.in [new file with mode: 0644]
tests/aeswrap.c
tests/basic.c
tests/bench-slope.c
tests/fipsrngdrv.c [deleted file]
tests/pkcs1v2.c
tests/pkcstv2c.awk [deleted file]
tests/pubkey.c
tests/t-cv25519.c
tests/t-dsa.c
tests/t-ecdsa.c
tests/t-kdf.c
tests/t-mpi-point.c
tests/t-rsa-15.c
tests/t-rsa-pss.c
tests/t-rsa-testparm.c [new file with mode: 0644]
tests/t-x448.c
tests/testdrv.c