This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcryptx-perl.
commit 1037a090fd97e3387d49269460dac2c214e5e5aa Merge: 41fa7a2 5b72530 Author: gregor herrmann <[email protected]> Date: Wed Jan 3 20:36:45 2018 +0100 Update upstream source from tag 'upstream/0.056' Update to upstream version '0.056' with Debian dir 289b6372ddd8c740dfad7b38378cc7ae1544ba1d Changes | 3 + CryptX.xs | 8 +- MANIFEST | 5 + META.json | 2 +- META.yml | 2 +- README.md | 3 +- inc/CryptX_AuthEnc_CCM.xs.inc | 8 +- inc/CryptX_Checksum_CRC32.xs.inc | 1 - inc/CryptX_Cipher.xs.inc | 4 +- inc/CryptX_Digest_SHAKE.xs.inc | 2 +- inc/CryptX_PK_DH.xs.inc | 2 +- inc/CryptX_PK_DSA.xs.inc | 2 +- inc/CryptX_PK_ECC.xs.inc | 2 +- inc/CryptX_PK_RSA.xs.inc | 2 +- inc/CryptX_Stream_ChaCha.xs.inc | 2 +- inc/CryptX_Stream_RC4.xs.inc | 2 +- ...osemanuk.xs.inc => CryptX_Stream_Rabbit.xs.inc} | 47 +- inc/CryptX_Stream_Salsa20.xs.inc | 2 +- inc/CryptX_Stream_Sober128.xs.inc | 2 +- inc/CryptX_Stream_Sosemanuk.xs.inc | 2 +- lib/Crypt/AuthEnc.pm | 2 +- lib/Crypt/AuthEnc/CCM.pm | 2 +- lib/Crypt/AuthEnc/ChaCha20Poly1305.pm | 2 +- lib/Crypt/AuthEnc/EAX.pm | 2 +- lib/Crypt/AuthEnc/GCM.pm | 2 +- lib/Crypt/AuthEnc/OCB.pm | 2 +- lib/Crypt/Checksum.pm | 2 +- lib/Crypt/Checksum/Adler32.pm | 2 +- lib/Crypt/Checksum/CRC32.pm | 2 +- lib/Crypt/Cipher.pm | 2 +- lib/Crypt/Cipher/AES.pm | 2 +- lib/Crypt/Cipher/Anubis.pm | 2 +- lib/Crypt/Cipher/Blowfish.pm | 2 +- lib/Crypt/Cipher/CAST5.pm | 2 +- lib/Crypt/Cipher/Camellia.pm | 2 +- lib/Crypt/Cipher/DES.pm | 2 +- lib/Crypt/Cipher/DES_EDE.pm | 2 +- lib/Crypt/Cipher/IDEA.pm | 2 +- lib/Crypt/Cipher/KASUMI.pm | 2 +- lib/Crypt/Cipher/Khazad.pm | 2 +- lib/Crypt/Cipher/MULTI2.pm | 2 +- lib/Crypt/Cipher/Noekeon.pm | 2 +- lib/Crypt/Cipher/RC2.pm | 2 +- lib/Crypt/Cipher/RC5.pm | 2 +- lib/Crypt/Cipher/RC6.pm | 2 +- lib/Crypt/Cipher/SAFERP.pm | 2 +- lib/Crypt/Cipher/SAFER_K128.pm | 2 +- lib/Crypt/Cipher/SAFER_K64.pm | 2 +- lib/Crypt/Cipher/SAFER_SK128.pm | 2 +- lib/Crypt/Cipher/SAFER_SK64.pm | 2 +- lib/Crypt/Cipher/SEED.pm | 2 +- lib/Crypt/Cipher/Serpent.pm | 2 +- lib/Crypt/Cipher/Skipjack.pm | 2 +- lib/Crypt/Cipher/Twofish.pm | 2 +- lib/Crypt/Cipher/XTEA.pm | 2 +- lib/Crypt/Digest.pm | 2 +- lib/Crypt/Digest/BLAKE2b_160.pm | 2 +- lib/Crypt/Digest/BLAKE2b_256.pm | 2 +- lib/Crypt/Digest/BLAKE2b_384.pm | 2 +- lib/Crypt/Digest/BLAKE2b_512.pm | 2 +- lib/Crypt/Digest/BLAKE2s_128.pm | 2 +- lib/Crypt/Digest/BLAKE2s_160.pm | 2 +- lib/Crypt/Digest/BLAKE2s_224.pm | 2 +- lib/Crypt/Digest/BLAKE2s_256.pm | 2 +- lib/Crypt/Digest/CHAES.pm | 2 +- lib/Crypt/Digest/MD2.pm | 2 +- lib/Crypt/Digest/MD4.pm | 2 +- lib/Crypt/Digest/MD5.pm | 2 +- lib/Crypt/Digest/RIPEMD128.pm | 2 +- lib/Crypt/Digest/RIPEMD160.pm | 2 +- lib/Crypt/Digest/RIPEMD256.pm | 2 +- lib/Crypt/Digest/RIPEMD320.pm | 2 +- lib/Crypt/Digest/SHA1.pm | 2 +- lib/Crypt/Digest/SHA224.pm | 2 +- lib/Crypt/Digest/SHA256.pm | 2 +- lib/Crypt/Digest/SHA384.pm | 2 +- lib/Crypt/Digest/SHA3_224.pm | 2 +- lib/Crypt/Digest/SHA3_256.pm | 2 +- lib/Crypt/Digest/SHA3_384.pm | 2 +- lib/Crypt/Digest/SHA3_512.pm | 2 +- lib/Crypt/Digest/SHA512.pm | 2 +- lib/Crypt/Digest/SHA512_224.pm | 2 +- lib/Crypt/Digest/SHA512_256.pm | 2 +- lib/Crypt/Digest/SHAKE.pm | 2 +- lib/Crypt/Digest/Tiger192.pm | 2 +- lib/Crypt/Digest/Whirlpool.pm | 2 +- lib/Crypt/KeyDerivation.pm | 2 +- lib/Crypt/Mac.pm | 2 +- lib/Crypt/Mac/BLAKE2b.pm | 2 +- lib/Crypt/Mac/BLAKE2s.pm | 2 +- lib/Crypt/Mac/F9.pm | 2 +- lib/Crypt/Mac/HMAC.pm | 2 +- lib/Crypt/Mac/OMAC.pm | 2 +- lib/Crypt/Mac/PMAC.pm | 2 +- lib/Crypt/Mac/Pelican.pm | 2 +- lib/Crypt/Mac/Poly1305.pm | 2 +- lib/Crypt/Mac/XCBC.pm | 2 +- lib/Crypt/Misc.pm | 2 +- lib/Crypt/Mode.pm | 2 +- lib/Crypt/Mode/CBC.pm | 2 +- lib/Crypt/Mode/CFB.pm | 2 +- lib/Crypt/Mode/CTR.pm | 2 +- lib/Crypt/Mode/ECB.pm | 2 +- lib/Crypt/Mode/OFB.pm | 2 +- lib/Crypt/PK.pm | 2 +- lib/Crypt/PK/DH.pm | 2 +- lib/Crypt/PK/DSA.pm | 2 +- lib/Crypt/PK/ECC.pm | 4 +- lib/Crypt/PK/RSA.pm | 2 +- lib/Crypt/PRNG.pm | 2 +- lib/Crypt/PRNG/ChaCha20.pm | 2 +- lib/Crypt/PRNG/Fortuna.pm | 2 +- lib/Crypt/PRNG/RC4.pm | 2 +- lib/Crypt/PRNG/Sober128.pm | 2 +- lib/Crypt/PRNG/Yarrow.pm | 2 +- lib/Crypt/Stream/ChaCha.pm | 2 +- lib/Crypt/Stream/RC4.pm | 2 +- lib/Crypt/Stream/{Sosemanuk.pm => Rabbit.pm} | 29 +- lib/Crypt/Stream/Salsa20.pm | 2 +- lib/Crypt/Stream/Sober128.pm | 2 +- lib/Crypt/Stream/Sosemanuk.pm | 4 +- lib/CryptX.pm | 5 +- lib/Math/BigInt/LTM.pm | 2 +- src/Makefile | 48 +- src/Makefile.nmake | 48 +- src/ltc/encauth/ccm/ccm_memory.c | 24 +- src/ltc/encauth/ocb3/ocb3_add_aad.c | 0 src/ltc/encauth/ocb3/ocb3_decrypt.c | 0 src/ltc/encauth/ocb3/ocb3_decrypt_last.c | 0 src/ltc/encauth/ocb3/ocb3_decrypt_verify_memory.c | 0 src/ltc/encauth/ocb3/ocb3_done.c | 0 src/ltc/encauth/ocb3/ocb3_encrypt.c | 0 .../ocb3/ocb3_encrypt_authenticate_memory.c | 0 src/ltc/encauth/ocb3/ocb3_encrypt_last.c | 0 src/ltc/encauth/ocb3/ocb3_init.c | 0 src/ltc/encauth/ocb3/ocb3_int_ntz.c | 0 src/ltc/encauth/ocb3/ocb3_int_xor_blocks.c | 0 src/ltc/headers/tomcrypt_cipher.h | 24 +- src/ltc/headers/tomcrypt_custom.h | 3 + src/ltc/headers/tomcrypt_mac.h | 182 +-- src/ltc/headers/tomcrypt_misc.h | 3 + src/ltc/misc/compare_testvector.c | 4 + src/ltc/misc/copy_or_zeromem.c | 61 + src/ltc/misc/crypt/crypt.c | 3 + src/ltc/misc/crypt/crypt_sizes.c | 3 + src/ltc/pk/asn1/der/bit/der_encode_bit_string.c | 2 +- .../pk/asn1/der/bit/der_encode_raw_bit_string.c | 2 +- src/ltc/pk/rsa/rsa_decrypt_key.c | 0 src/ltc/pk/rsa/rsa_encrypt_key.c | 0 src/ltc/pk/rsa/rsa_export.c | 0 src/ltc/pk/rsa/rsa_exptmod.c | 0 src/ltc/pk/rsa/rsa_free.c | 0 src/ltc/pk/rsa/rsa_get_size.c | 0 src/ltc/pk/rsa/rsa_import.c | 0 src/ltc/pk/rsa/rsa_import_pkcs8.c | 0 src/ltc/pk/rsa/rsa_import_x509.c | 0 src/ltc/pk/rsa/rsa_make_key.c | 0 src/ltc/pk/rsa/rsa_sign_hash.c | 0 src/ltc/pk/rsa/rsa_sign_saltlen_get.c | 0 src/ltc/pk/rsa/rsa_verify_hash.c | 0 src/ltc/prngs/chacha20.c | 1 + src/ltc/prngs/fortuna.c | 1 + src/ltc/prngs/rc4.c | 1 + src/ltc/prngs/sober128.c | 1 + src/ltc/prngs/yarrow.c | 1 + src/ltc/stream/rabbit/rabbit.c | 446 +++++++ src/ltc/stream/sosemanuk/sosemanuk.c | 49 +- src/ltm/bn_error.c | 26 +- src/ltm/bn_fast_mp_invmod.c | 233 ++-- src/ltm/bn_fast_mp_montgomery_reduce.c | 280 +++-- src/ltm/bn_fast_s_mp_mul_digs.c | 92 +- src/ltm/bn_fast_s_mp_mul_high_digs.c | 82 +- src/ltm/bn_fast_s_mp_sqr.c | 96 +- src/ltm/bn_mp_2expt.c | 35 +- src/ltm/bn_mp_abs.c | 31 +- src/ltm/bn_mp_add.c | 54 +- src/ltm/bn_mp_add_d.c | 178 +-- src/ltm/bn_mp_addmod.c | 33 +- src/ltm/bn_mp_and.c | 62 +- src/ltm/bn_mp_clamp.c | 31 +- src/ltm/bn_mp_clear.c | 37 +- src/ltm/bn_mp_clear_multi.c | 24 +- src/ltm/bn_mp_cmp.c | 41 +- src/ltm/bn_mp_cmp_d.c | 40 +- src/ltm/bn_mp_cmp_mag.c | 60 +- src/ltm/bn_mp_cnt_lsb.c | 18 +- src/ltm/bn_mp_copy.c | 73 +- src/ltm/bn_mp_count_bits.c | 41 +- src/ltm/bn_mp_div.c | 459 +++---- src/ltm/bn_mp_div_2.c | 76 +- src/ltm/bn_mp_div_2d.c | 115 +- src/ltm/bn_mp_div_3.c | 93 +- src/ltm/bn_mp_div_d.c | 140 +-- src/ltm/bn_mp_dr_is_modulus.c | 14 +- src/ltm/bn_mp_dr_reduce.c | 93 +- src/ltm/bn_mp_dr_setup.c | 11 +- src/ltm/bn_mp_exch.c | 19 +- src/ltm/bn_mp_export.c | 127 +- src/ltm/bn_mp_expt_d.c | 10 +- src/ltm/bn_mp_expt_d_ex.c | 101 +- src/ltm/bn_mp_exptmod.c | 120 +- src/ltm/bn_mp_exptmod_fast.c | 493 ++++---- src/ltm/bn_mp_exteuclid.c | 109 +- src/ltm/bn_mp_fread.c | 42 +- src/ltm/bn_mp_fwrite.c | 32 +- src/ltm/bn_mp_gcd.c | 146 +-- src/ltm/bn_mp_get_int.c | 36 +- src/ltm/bn_mp_get_long.c | 28 +- src/ltm/bn_mp_get_long_long.c | 28 +- src/ltm/bn_mp_grow.c | 62 +- src/ltm/bn_mp_import.c | 80 +- src/ltm/bn_mp_init.c | 38 +- src/ltm/bn_mp_init_copy.c | 23 +- src/ltm/bn_mp_init_multi.c | 67 +- src/ltm/bn_mp_init_set.c | 20 +- src/ltm/bn_mp_init_set_int.c | 18 +- src/ltm/bn_mp_init_size.c | 42 +- src/ltm/bn_mp_invmod.c | 28 +- src/ltm/bn_mp_invmod_slow.c | 253 ++-- src/ltm/bn_mp_is_square.c | 143 +-- src/ltm/bn_mp_jacobi.c | 158 +-- src/ltm/bn_mp_karatsuba_mul.c | 269 ++-- src/ltm/bn_mp_karatsuba_sqr.c | 196 +-- src/ltm/bn_mp_lcm.c | 72 +- src/ltm/bn_mp_lshd.c | 78 +- src/ltm/bn_mp_mod.c | 43 +- src/ltm/bn_mp_mod_2d.c | 57 +- src/ltm/bn_mp_mod_d.c | 11 +- src/ltm/bn_mp_montgomery_calc_normalization.c | 52 +- src/ltm/bn_mp_montgomery_reduce.c | 186 +-- src/ltm/bn_mp_montgomery_setup.c | 51 +- src/ltm/bn_mp_mul.c | 68 +- src/ltm/bn_mp_mul_2.c | 106 +- src/ltm/bn_mp_mul_2d.c | 106 +- src/ltm/bn_mp_mul_d.c | 87 +- src/ltm/bn_mp_mulmod.c | 32 +- src/ltm/bn_mp_n_root.c | 10 +- src/ltm/bn_mp_n_root_ex.c | 188 +-- src/ltm/bn_mp_neg.c | 32 +- src/ltm/bn_mp_or.c | 53 +- src/ltm/bn_mp_prime_fermat.c | 69 +- src/ltm/bn_mp_prime_is_divisible.c | 42 +- src/ltm/bn_mp_prime_is_prime.c | 83 +- src/ltm/bn_mp_prime_miller_rabin.c | 131 +- src/ltm/bn_mp_prime_next_prime.c | 104 +- src/ltm/bn_mp_prime_rabin_miller_trials.c | 32 +- src/ltm/bn_mp_prime_random_ex.c | 46 +- src/ltm/bn_mp_radix_size.c | 90 +- src/ltm/bn_mp_radix_smap.c | 20 +- src/ltm/bn_mp_rand.c | 80 +- src/ltm/bn_mp_read_radix.c | 110 +- src/ltm/bn_mp_read_signed_bin.c | 32 +- src/ltm/bn_mp_read_unsigned_bin.c | 52 +- src/ltm/bn_mp_reduce.c | 118 +- src/ltm/bn_mp_reduce_2k.c | 10 +- src/ltm/bn_mp_reduce_2k_l.c | 8 +- src/ltm/bn_mp_reduce_2k_setup.c | 16 +- src/ltm/bn_mp_reduce_2k_setup_l.c | 16 +- src/ltm/bn_mp_reduce_is_2k.c | 28 +- src/ltm/bn_mp_reduce_is_2k_l.c | 18 +- src/ltm/bn_mp_reduce_setup.c | 20 +- src/ltm/bn_mp_rshd.c | 82 +- src/ltm/bn_mp_set.c | 14 +- src/ltm/bn_mp_set_int.c | 44 +- src/ltm/bn_mp_set_long.c | 6 +- src/ltm/bn_mp_set_long_long.c | 8 +- src/ltm/bn_mp_shrink.c | 38 +- src/ltm/bn_mp_signed_bin_size.c | 10 +- src/ltm/bn_mp_sqr.c | 55 +- src/ltm/bn_mp_sqrmod.c | 33 +- src/ltm/bn_mp_sqrt.c | 96 +- src/ltm/bn_mp_sqrtmod_prime.c | 186 +-- src/ltm/bn_mp_sub.c | 65 +- src/ltm/bn_mp_sub_d.c | 120 +- src/ltm/bn_mp_submod.c | 33 +- src/ltm/bn_mp_to_signed_bin.c | 20 +- src/ltm/bn_mp_to_signed_bin_n.c | 10 +- src/ltm/bn_mp_to_unsigned_bin.c | 42 +- src/ltm/bn_mp_to_unsigned_bin_n.c | 10 +- src/ltm/bn_mp_toom_mul.c | 462 +++---- src/ltm/bn_mp_toom_sqr.c | 405 +++--- src/ltm/bn_mp_toradix.c | 88 +- src/ltm/bn_mp_toradix_n.c | 110 +- src/ltm/bn_mp_unsigned_bin_size.c | 12 +- src/ltm/bn_mp_xor.c | 54 +- src/ltm/bn_mp_zero.c | 24 +- src/ltm/bn_prime_tab.c | 72 +- src/ltm/bn_reverse.c | 31 +- src/ltm/bn_s_mp_add.c | 165 ++- src/ltm/bn_s_mp_exptmod.c | 418 +++---- src/ltm/bn_s_mp_mul_digs.c | 112 +- src/ltm/bn_s_mp_mul_high_digs.c | 91 +- src/ltm/bn_s_mp_sqr.c | 102 +- src/ltm/bn_s_mp_sub.c | 107 +- src/ltm/bncore.c | 12 +- src/ltm/tommath.h | 358 +++--- src/ltm/tommath_class.h | 1315 ++++++++++---------- src/ltm/tommath_private.h | 74 +- src/ltm/tommath_superclass.h | 108 +- t/001_compile.t | 58 +- t/002_all_pm.t | 5 +- t/003_all_pm_pod.t | 2 +- t/004_all_pm_pod_spelling.t | 4 +- t/005_all_pm_pod_coverage.t | 2 +- t/cipher_stream.t | 32 +- t/cipher_stream_rabbit.t | 36 + t/data/openssl_rsa-x509.pem | 0 typemap | 1 + 308 files changed, 7398 insertions(+), 6597 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcryptx-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
