tizen 2.4 release accepted/tizen_2.4_mobile tizen_2.4 accepted/tizen/2.4/mobile/20151029.035621 submit/tizen_2.4/20151028.063245 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:12:28 +0000 (16:12 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:12:28 +0000 (16:12 +0900)
commitab2df5e1185f68c703925dfd8b6c5e535f0bfdd0
tree6a1eed9c771af8c5ae8600141243a3947bd90df2
parent1869e7b2df4c02f31f2f077d9cca7c307f255644
tizen 2.4 release
473 files changed:
ChangeLog
Makefile.in
NEWS
README
TODO
aclocal.m4
aes-decrypt-internal.c
aes-decrypt.c
aes-encrypt-internal.c
aes-encrypt-table.c
aes-encrypt.c
aes-internal.h
aes-meta.c
aes-set-decrypt-key.c
aes-set-encrypt-key.c
aes.h
aesdata.c
arcfour-crypt.c
arcfour-meta.c
arcfour.c
arcfour.h
arctwo-meta.c
arctwo.c
arctwo.h
arm/aes.m4 [new file with mode: 0644]
arm/ecc-192-modp.asm [new file with mode: 0644]
arm/ecc-224-modp.asm [new file with mode: 0644]
arm/ecc-256-redc.asm [new file with mode: 0644]
arm/ecc-384-modp.asm [new file with mode: 0644]
arm/ecc-521-modp.asm [new file with mode: 0644]
arm/machine.m4 [new file with mode: 0644]
arm/memxor.asm [new file with mode: 0644]
arm/neon/salsa20-core-internal.asm [new file with mode: 0644]
arm/neon/sha3-permute.asm [new file with mode: 0644]
arm/neon/sha512-compress.asm [new file with mode: 0644]
arm/neon/umac-nh-n.asm [new file with mode: 0644]
arm/neon/umac-nh.asm [new file with mode: 0644]
arm/v6/aes-decrypt-internal.asm [new file with mode: 0644]
arm/v6/aes-encrypt-internal.asm [new file with mode: 0644]
arm/v6/sha1-compress.asm [new file with mode: 0644]
arm/v6/sha256-compress.asm [new file with mode: 0644]
asm.m4
asn1.h
base16-decode.c
base16-encode.c
base16-meta.c
base16.h
base64-decode.c
base64-encode.c
base64-meta.c
base64.h
bignum-next-prime.c
bignum-random-prime.c
bignum-random.c
bignum.c
bignum.h
blowfish.c
blowfish.h
buffer-init.c
buffer.c
buffer.h
camellia-crypt-internal.c
camellia-crypt.c
camellia-internal.h
camellia-meta.c
camellia-set-decrypt-key.c
camellia-set-encrypt-key.c
camellia-table.c
camellia.h
cast128-meta.c
cast128.c
cast128.h
cast128_sboxes.h
cbc.c
cbc.h
cnd-copy.c [new file with mode: 0644]
config.guess
config.h.in
config.m4.in
config.make.in
config.sub
configure
configure.ac
ctr.c
ctr.h
der-iterator.c
der2dsa.c
der2rsa.c
des-compat.c
des-compat.h
des.c
des.h
des3.c
desCode.h
descore.README
desdata.c
desinfo.h
dsa-keygen.c
dsa-sha1-sign.c
dsa-sha1-verify.c
dsa-sha256-sign.c
dsa-sha256-verify.c
dsa-sign.c
dsa-verify.c
dsa.c
dsa.h
dsa2sexp.c
ecc-192.c [new file with mode: 0644]
ecc-224.c [new file with mode: 0644]
ecc-256.c [new file with mode: 0644]
ecc-384.c [new file with mode: 0644]
ecc-521.c [new file with mode: 0644]
ecc-a-to-j.c [new file with mode: 0644]
ecc-add-jja.c [new file with mode: 0644]
ecc-add-jjj.c [new file with mode: 0644]
ecc-curve.h [new file with mode: 0644]
ecc-dup-jj.c [new file with mode: 0644]
ecc-ecdsa-sign.c [new file with mode: 0644]
ecc-ecdsa-verify.c [new file with mode: 0644]
ecc-generic-modp.c [new file with mode: 0644]
ecc-generic-modq.c [new file with mode: 0644]
ecc-generic-redc.c [new file with mode: 0644]
ecc-hash.c [new file with mode: 0644]
ecc-internal.h [new file with mode: 0644]
ecc-j-to-a.c [new file with mode: 0644]
ecc-mod.c [new file with mode: 0644]
ecc-modp.c [new file with mode: 0644]
ecc-modq.c [new file with mode: 0644]
ecc-mul-a.c [new file with mode: 0644]
ecc-mul-g.c [new file with mode: 0644]
ecc-point-mul-g.c [new file with mode: 0644]
ecc-point-mul.c [new file with mode: 0644]
ecc-point.c [new file with mode: 0644]
ecc-random.c [new file with mode: 0644]
ecc-scalar.c [new file with mode: 0644]
ecc-size.c [new file with mode: 0644]
ecc.h [new file with mode: 0644]
eccdata.c [new file with mode: 0644]
ecdsa-keygen.c [new file with mode: 0644]
ecdsa-sign.c [new file with mode: 0644]
ecdsa-verify.c [new file with mode: 0644]
ecdsa.h [new file with mode: 0644]
examples/Makefile.in
examples/base16dec.c [new file with mode: 0644]
examples/base16enc.c [new file with mode: 0644]
examples/base64dec.c [new file with mode: 0644]
examples/base64enc.c [new file with mode: 0644]
examples/ecc-benchmark.c [new file with mode: 0644]
examples/eratosthenes.c
examples/getopt.h [deleted file]
examples/hogweed-benchmark.c [new file with mode: 0644]
examples/io.c
examples/io.h
examples/nettle-benchmark.c
examples/nettle-openssl.c
examples/next-prime.c
examples/random-prime.c
examples/read_rsa_key.c
examples/rsa-decrypt.c
examples/rsa-encrypt-test
examples/rsa-encrypt.c
examples/rsa-keygen.c
examples/rsa-sign-test
examples/rsa-sign.c
examples/rsa-verify-test
examples/rsa-verify.c
examples/run-tests [deleted file]
examples/setup-env
examples/teardown-env
examples/timing.c [new file with mode: 0644]
examples/timing.h [new file with mode: 0644]
gcm-aes.c [new file with mode: 0644]
gcm.c [new file with mode: 0644]
gcm.h [new file with mode: 0644]
gcmdata.c [new file with mode: 0644]
getopt.c [moved from examples/getopt.c with 99% similarity]
getopt.h [moved from tools/getopt.h with 98% similarity]
getopt1.c [moved from examples/getopt1.c with 98% similarity]
gmp-glue.c [new file with mode: 0644]
gmp-glue.h [new file with mode: 0644]
gosthash94-meta.c [new file with mode: 0644]
gosthash94.c [new file with mode: 0644]
gosthash94.h [new file with mode: 0644]
hmac-md5.c
hmac-ripemd160.c [new file with mode: 0644]
hmac-sha1.c
hmac-sha224.c
hmac-sha256.c
hmac-sha384.c
hmac-sha512.c
hmac.c
hmac.h
hogweed.pc.in [new file with mode: 0644]
knuth-lfib.c
knuth-lfib.h
macros.h
md2-meta.c
md2.c
md2.h
md4-meta.c
md4.c
md4.h
md5-compat.c
md5-compat.h
md5-compress.c
md5-meta.c
md5.c
md5.h
memxor.c
mini-gmp.c [new file with mode: 0644]
mini-gmp.h [new file with mode: 0644]
nettle-internal.c
nettle-internal.h
nettle-meta-armors.c [new file with mode: 0644]
nettle-meta-ciphers.c [new file with mode: 0644]
nettle-meta-hashes.c [new file with mode: 0644]
nettle-meta.h
nettle-types.h
nettle-write.h
nettle.html
nettle.info
nettle.manifest [deleted file]
nettle.pc.in [new file with mode: 0644]
nettle.pdf
nettle.texinfo
packaging/baselibs.conf [new file with mode: 0644]
packaging/nettle.changes [new file with mode: 0644]
packaging/nettle.manifest [new file with mode: 0644]
packaging/nettle.spec
pbkdf2-hmac-sha1.c [new file with mode: 0644]
pbkdf2-hmac-sha256.c [new file with mode: 0644]
pbkdf2.c [new file with mode: 0644]
pbkdf2.h [new file with mode: 0644]
pgp-encode.c
pgp.h
pkcs1-decrypt.c [new file with mode: 0644]
pkcs1-encrypt.c [new file with mode: 0644]
pkcs1-rsa-digest.c [new file with mode: 0644]
pkcs1-rsa-md5.c
pkcs1-rsa-sha1.c
pkcs1-rsa-sha256.c
pkcs1-rsa-sha512.c
pkcs1.c
pkcs1.h
realloc.c
realloc.h
ripemd160-compress.c [new file with mode: 0644]
ripemd160-meta.c [new file with mode: 0644]
ripemd160.c [new file with mode: 0644]
ripemd160.h [new file with mode: 0644]
rsa-blind.c [new file with mode: 0644]
rsa-compat.c
rsa-compat.h
rsa-decrypt-tr.c [new file with mode: 0644]
rsa-decrypt.c
rsa-encrypt.c
rsa-keygen.c
rsa-md5-sign.c
rsa-md5-verify.c
rsa-pkcs1-sign-tr.c [new file with mode: 0644]
rsa-pkcs1-sign.c [new file with mode: 0644]
rsa-pkcs1-verify.c [new file with mode: 0644]
rsa-sha1-sign.c
rsa-sha1-verify.c
rsa-sha256-sign.c
rsa-sha256-verify.c
rsa-sha512-sign.c
rsa-sha512-verify.c
rsa-sign.c
rsa-verify.c
rsa.c
rsa.h
rsa2openpgp.c
rsa2sexp.c
run-tests [moved from testsuite/run-tests with 55% similarity]
salsa20-core-internal.c [new file with mode: 0644]
salsa20-crypt.c [new file with mode: 0644]
salsa20-set-key.c [new file with mode: 0644]
salsa20.h [new file with mode: 0644]
salsa20r12-crypt.c [new file with mode: 0644]
sec-add-1.c [new file with mode: 0644]
sec-modinv.c [new file with mode: 0644]
sec-sub-1.c [new file with mode: 0644]
sec-tabselect.c [new file with mode: 0644]
serpent-decrypt.c [new file with mode: 0644]
serpent-encrypt.c [new file with mode: 0644]
serpent-internal.h [new file with mode: 0644]
serpent-meta.c
serpent-set-key.c [new file with mode: 0644]
serpent.c [deleted file]
serpent.h
serpent_sboxes.h [deleted file]
sexp-format.c
sexp-transport-format.c
sexp-transport.c
sexp.c
sexp.h
sexp2bignum.c
sexp2dsa.c
sexp2rsa.c
sha-example.c
sha.h
sha1-compress.c
sha1-meta.c
sha1.c
sha1.h [new file with mode: 0644]
sha2.h [new file with mode: 0644]
sha224-meta.c
sha256-compress.c
sha256-meta.c
sha256.c
sha3-224-meta.c [new file with mode: 0644]
sha3-224.c [new file with mode: 0644]
sha3-256-meta.c [new file with mode: 0644]
sha3-256.c [new file with mode: 0644]
sha3-384-meta.c [new file with mode: 0644]
sha3-384.c [new file with mode: 0644]
sha3-512-meta.c [new file with mode: 0644]
sha3-512.c [new file with mode: 0644]
sha3-permute.c [new file with mode: 0644]
sha3.c [new file with mode: 0644]
sha3.h [new file with mode: 0644]
sha384-meta.c
sha512-compress.c
sha512-meta.c
sha512.c
shadata.c
sparc32/aes-decrypt-internal.asm
sparc32/aes-encrypt-internal.asm
sparc32/arcfour-crypt.asm
sparc64/aes-decrypt-internal.asm
sparc64/aes-encrypt-internal.asm
sparc64/arcfour-crypt.asm
testsuite/.test-rules.make
testsuite/Makefile.in
testsuite/aes-test.c
testsuite/arcfour-test.c
testsuite/arctwo-test.c
testsuite/base16-test.c
testsuite/base64-test.c
testsuite/bignum-test.c
testsuite/blowfish-test.c
testsuite/buffer-test.c
testsuite/camellia-test.c
testsuite/cast128-test.c
testsuite/cbc-test.c
testsuite/ctr-test.c
testsuite/cxx-test.cxx
testsuite/des-compat-test.c
testsuite/des-test.c
testsuite/des3-test.c
testsuite/dsa-keygen-test.c
testsuite/dsa-test.c
testsuite/ecc-mod-test.c [new file with mode: 0644]
testsuite/ecc-modinv-test.c [new file with mode: 0644]
testsuite/ecc-mul-a-test.c [new file with mode: 0644]
testsuite/ecc-mul-g-test.c [new file with mode: 0644]
testsuite/ecc-redc-test.c [new file with mode: 0644]
testsuite/ecdsa-keygen-test.c [new file with mode: 0644]
testsuite/ecdsa-sign-test.c [new file with mode: 0644]
testsuite/ecdsa-verify-test.c [new file with mode: 0644]
testsuite/gcm-test.c [new file with mode: 0644]
testsuite/gosthash94-test.c [new file with mode: 0644]
testsuite/hmac-test.c
testsuite/knuth-lfib-test.c
testsuite/md2-test.c
testsuite/md4-test.c
testsuite/md5-compat-test.c
testsuite/md5-test.c
testsuite/memxor-test.c [new file with mode: 0644]
testsuite/meta-armor-test.c [new file with mode: 0644]
testsuite/meta-cipher-test.c [new file with mode: 0644]
testsuite/meta-hash-test.c [new file with mode: 0644]
testsuite/pbkdf2-test.c [new file with mode: 0644]
testsuite/pkcs1-conv-test
testsuite/pkcs1-test.c
testsuite/random-prime-test.c
testsuite/ripemd160-test.c [new file with mode: 0644]
testsuite/rsa-encrypt-test.c
testsuite/rsa-keygen-test.c
testsuite/rsa-test.c
testsuite/rsa2sexp-test.c
testsuite/salsa20-test.c [new file with mode: 0644]
testsuite/serpent-test.c
testsuite/setup-env [new file with mode: 0755]
testsuite/sexp-conv-test
testsuite/sexp-format-test.c
testsuite/sexp-test.c
testsuite/sexp2rsa-test.c
testsuite/sha1-huge-test.c
testsuite/sha1-test.c
testsuite/sha224-test.c
testsuite/sha256-test.c
testsuite/sha3-224-test.c [new file with mode: 0644]
testsuite/sha3-256-test.c [new file with mode: 0644]
testsuite/sha3-384-test.c [new file with mode: 0644]
testsuite/sha3-512-test.c [new file with mode: 0644]
testsuite/sha3-permute-test.c [new file with mode: 0644]
testsuite/sha3.awk [new file with mode: 0755]
testsuite/sha384-test.c
testsuite/sha512-test.c
testsuite/symbols-test
testsuite/teardown-env
testsuite/testutils.c
testsuite/testutils.h
testsuite/twofish-test.c
testsuite/umac-test.c [new file with mode: 0644]
testsuite/yarrow-test.c
tools/Makefile.in
tools/getopt.c [deleted file]
tools/getopt1.c [deleted file]
tools/input.c
tools/input.h
tools/misc.c
tools/misc.h
tools/nettle-hash.c [new file with mode: 0644]
tools/nettle-lfib-stream.c
tools/output.c
tools/output.h
tools/parse.c
tools/parse.h
tools/pkcs1-conv.c
tools/sexp-conv.c
twofish-meta.c
twofish.c
twofish.h
twofishdata.c [new file with mode: 0644]
umac-l2.c [new file with mode: 0644]
umac-l3.c [new file with mode: 0644]
umac-nh-n.c [new file with mode: 0644]
umac-nh.c [new file with mode: 0644]
umac-poly128.c [new file with mode: 0644]
umac-poly64.c [new file with mode: 0644]
umac-set-key.c [new file with mode: 0644]
umac.h [new file with mode: 0644]
umac128.c [new file with mode: 0644]
umac32.c [new file with mode: 0644]
umac64.c [new file with mode: 0644]
umac96.c [new file with mode: 0644]
write-be32.c
write-le32.c [new file with mode: 0644]
write-le64.c [new file with mode: 0644]
x86/aes-decrypt-internal.asm
x86/aes-encrypt-internal.asm
x86/arcfour-crypt.asm
x86/camellia-crypt-internal.asm
x86/md5-compress.asm
x86/sha1-compress.asm
x86_64/aes-decrypt-internal.asm
x86_64/aes-encrypt-internal.asm
x86_64/camellia-crypt-internal.asm [new file with mode: 0644]
x86_64/ecc-192-modp.asm [new file with mode: 0644]
x86_64/ecc-224-modp.asm [new file with mode: 0644]
x86_64/ecc-256-redc.asm [new file with mode: 0644]
x86_64/ecc-384-modp.asm [new file with mode: 0644]
x86_64/ecc-521-modp.asm [new file with mode: 0644]
x86_64/machine.m4
x86_64/memxor.asm [new file with mode: 0644]
x86_64/salsa20-core-internal.asm [new file with mode: 0644]
x86_64/salsa20-crypt.asm [new file with mode: 0644]
x86_64/salsa20.m4 [new file with mode: 0644]
x86_64/serpent-decrypt.asm [new file with mode: 0644]
x86_64/serpent-encrypt.asm [new file with mode: 0644]
x86_64/serpent.m4 [new file with mode: 0644]
x86_64/sha1-compress.asm
x86_64/sha256-compress.asm [new file with mode: 0644]
x86_64/sha3-permute.asm [new file with mode: 0644]
x86_64/sha512-compress.asm [new file with mode: 0644]
x86_64/umac-nh-n.asm [new file with mode: 0644]
x86_64/umac-nh.asm [new file with mode: 0644]
yarrow.h
yarrow256.c
yarrow_key_event.c