[libcryptx-perl] branch master updated (bd0aa29 -> e55a199)

Damyan Ivanov dmn at moszumanska.debian.org
Sun Nov 19 21:05:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libcryptx-perl.

      from  bd0aa29   releasing libcryptx-perl version 0.048-2 to unstable
      adds  496d9b3   New upstream version 0.054
       new  b1d15a6   Update upstream source from tag 'upstream/0.054'
       new  2cd29fb   add compilation-flags.patch making CFLAGS/CPPFLAGS be applied by the build process
       new  e55a199   refresh 001_fix-typos.patch to apply cleanly

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  123 +-
 CryptX.xs                                          |  247 +-
 MANIFEST                                           |   41 +-
 META.json                                          |    8 +-
 META.yml                                           |    4 +-
 Makefile.PL                                        |   32 +-
 README                                             |   68 -
 README.md                                          |   65 +
 debian/patches/001_fix-typos.patch                 |    4 +-
 debian/patches/compilation-flags.patch             |   24 +
 debian/patches/series                              |    1 +
 inc/CryptX_AuthEnc_ChaCha20Poly1305.xs.inc         |   24 +-
 inc/CryptX_AuthEnc_EAX.xs.inc                      |   13 +-
 inc/CryptX_AuthEnc_GCM.xs.inc                      |   24 +-
 inc/CryptX_AuthEnc_OCB.xs.inc                      |    9 +-
 inc/CryptX_Checksum_Adler32.xs.inc                 |    5 +-
 inc/CryptX_Checksum_CRC32.xs.inc                   |    5 +-
 inc/CryptX_Digest.xs.inc                           |    3 +-
 inc/CryptX_Digest_SHAKE.xs.inc                     |    3 +-
 inc/CryptX_PK_DH.xs.inc                            |  245 +-
 inc/CryptX_PK_DSA.xs.inc                           |   77 +-
 inc/CryptX_PK_ECC.xs.inc                           |   18 +-
 inc/CryptX_PK_RSA.xs.inc                           |   75 +-
 lib/Crypt/AuthEnc.pm                               |    2 +-
 lib/Crypt/AuthEnc/CCM.pm                           |    2 +-
 lib/Crypt/AuthEnc/ChaCha20Poly1305.pm              |   34 +-
 lib/Crypt/AuthEnc/EAX.pm                           |   27 +-
 lib/Crypt/AuthEnc/GCM.pm                           |   21 +-
 lib/Crypt/AuthEnc/OCB.pm                           |   47 +-
 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                            |    4 +-
 lib/Crypt/Cipher/Anubis.pm                         |    4 +-
 lib/Crypt/Cipher/Blowfish.pm                       |    4 +-
 lib/Crypt/Cipher/CAST5.pm                          |    4 +-
 lib/Crypt/Cipher/Camellia.pm                       |    4 +-
 lib/Crypt/Cipher/DES.pm                            |    4 +-
 lib/Crypt/Cipher/DES_EDE.pm                        |    4 +-
 lib/Crypt/Cipher/KASUMI.pm                         |    4 +-
 lib/Crypt/Cipher/Khazad.pm                         |    4 +-
 lib/Crypt/Cipher/MULTI2.pm                         |    4 +-
 lib/Crypt/Cipher/Noekeon.pm                        |    4 +-
 lib/Crypt/Cipher/RC2.pm                            |    6 +-
 lib/Crypt/Cipher/RC5.pm                            |    4 +-
 lib/Crypt/Cipher/RC6.pm                            |    4 +-
 lib/Crypt/Cipher/SAFERP.pm                         |    4 +-
 lib/Crypt/Cipher/SAFER_K128.pm                     |    4 +-
 lib/Crypt/Cipher/SAFER_K64.pm                      |    4 +-
 lib/Crypt/Cipher/SAFER_SK128.pm                    |    4 +-
 lib/Crypt/Cipher/SAFER_SK64.pm                     |    4 +-
 lib/Crypt/Cipher/SEED.pm                           |    4 +-
 lib/Crypt/Cipher/Skipjack.pm                       |    4 +-
 lib/Crypt/Cipher/Twofish.pm                        |    4 +-
 lib/Crypt/Cipher/XTEA.pm                           |    4 +-
 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                                   |    4 +-
 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                                  |  327 +-
 lib/Crypt/Mode.pm                                  |    2 +-
 lib/Crypt/Mode/CBC.pm                              |   12 +-
 lib/Crypt/Mode/CFB.pm                              |   24 +-
 lib/Crypt/Mode/CTR.pm                              |   24 +-
 lib/Crypt/Mode/ECB.pm                              |   12 +-
 lib/Crypt/Mode/OFB.pm                              |   24 +-
 lib/Crypt/PK.pm                                    |    2 +-
 lib/Crypt/PK/DH.pm                                 |  314 +-
 lib/Crypt/PK/DSA.pm                                |   54 +-
 lib/Crypt/PK/ECC.pm                                |   39 +-
 lib/Crypt/PK/RSA.pm                                |   72 +-
 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/Sober128.pm                       |    2 +-
 lib/CryptX.pm                                      |   10 +-
 lib/Math/BigInt/LTM.pm                             |    2 +-
 ppport.h                                           |  366 ++-
 src/Makefile                                       |   97 +-
 src/Makefile.nmake                                 |   94 +-
 src/ltc/ciphers/aes/aes.c                          |   27 +-
 src/ltc/ciphers/aes/aes_tab.c                      |    8 +-
 src/ltc/ciphers/anubis.c                           |   15 +-
 src/ltc/ciphers/blowfish.c                         |   11 +-
 src/ltc/ciphers/camellia.c                         |   26 +-
 src/ltc/ciphers/cast5.c                            |   11 +-
 src/ltc/ciphers/des.c                              |   12 +-
 src/ltc/ciphers/kasumi.c                           |   11 +-
 src/ltc/ciphers/khazad.c                           |   13 +-
 src/ltc/ciphers/kseed.c                            |   26 +-
 src/ltc/ciphers/multi2.c                           |   14 +-
 src/ltc/ciphers/noekeon.c                          |   27 +-
 src/ltc/ciphers/rc2.c                              |   10 +-
 src/ltc/ciphers/rc5.c                              |   11 +-
 src/ltc/ciphers/rc6.c                              |   28 +-
 src/ltc/ciphers/safer/safer.c                      |   22 +-
 src/ltc/ciphers/safer/safer_tab.c                  |    8 +-
 src/ltc/ciphers/safer/saferp.c                     |   11 +-
 src/ltc/ciphers/skipjack.c                         |   11 +-
 src/ltc/ciphers/twofish/twofish.c                  |   14 +-
 src/ltc/ciphers/twofish/twofish_tab.c              |    8 +-
 src/ltc/ciphers/xtea.c                             |   27 +-
 src/ltc/encauth/ccm/ccm_add_aad.c                  |    6 +-
 src/ltc/encauth/ccm/ccm_add_nonce.c                |    6 +-
 src/ltc/encauth/ccm/ccm_done.c                     |    6 +-
 src/ltc/encauth/ccm/ccm_init.c                     |    6 +-
 src/ltc/encauth/ccm/ccm_memory.c                   |   14 +-
 src/ltc/encauth/ccm/ccm_process.c                  |    6 +-
 src/ltc/encauth/ccm/ccm_reset.c                    |    6 +-
 .../encauth/chachapoly/chacha20poly1305_add_aad.c  |    4 +
 .../encauth/chachapoly/chacha20poly1305_decrypt.c  |    6 +-
 src/ltc/encauth/chachapoly/chacha20poly1305_done.c |    6 +-
 .../encauth/chachapoly/chacha20poly1305_encrypt.c  |    6 +-
 src/ltc/encauth/chachapoly/chacha20poly1305_init.c |    4 +
 .../encauth/chachapoly/chacha20poly1305_memory.c   |    8 +-
 .../encauth/chachapoly/chacha20poly1305_setiv.c    |    6 +-
 .../chachapoly/chacha20poly1305_setiv_rfc7905.c    |    6 +-
 src/ltc/encauth/eax/eax_addheader.c                |    8 +-
 src/ltc/encauth/eax/eax_decrypt.c                  |    8 +-
 src/ltc/encauth/eax/eax_decrypt_verify_memory.c    |   13 +-
 src/ltc/encauth/eax/eax_done.c                     |    8 +-
 src/ltc/encauth/eax/eax_encrypt.c                  |    8 +-
 .../encauth/eax/eax_encrypt_authenticate_memory.c  |    8 +-
 src/ltc/encauth/eax/eax_init.c                     |    8 +-
 src/ltc/encauth/gcm/gcm_add_aad.c                  |   10 +-
 src/ltc/encauth/gcm/gcm_add_iv.c                   |    8 +-
 src/ltc/encauth/gcm/gcm_done.c                     |   17 +-
 src/ltc/encauth/gcm/gcm_gf_mult.c                  |   12 +-
 src/ltc/encauth/gcm/gcm_init.c                     |    8 +-
 src/ltc/encauth/gcm/gcm_memory.c                   |   12 +-
 src/ltc/encauth/gcm/gcm_mult_h.c                   |    8 +-
 src/ltc/encauth/gcm/gcm_process.c                  |   13 +-
 src/ltc/encauth/gcm/gcm_reset.c                    |    8 +-
 src/ltc/encauth/ocb3/ocb3_add_aad.c                |   41 +-
 src/ltc/encauth/ocb3/ocb3_decrypt.c                |   14 +-
 src/ltc/encauth/ocb3/ocb3_decrypt_last.c           |   13 +-
 src/ltc/encauth/ocb3/ocb3_decrypt_verify_memory.c  |   26 +-
 src/ltc/encauth/ocb3/ocb3_done.c                   |   22 +-
 src/ltc/encauth/ocb3/ocb3_encrypt.c                |   14 +-
 .../ocb3/ocb3_encrypt_authenticate_memory.c        |   21 +-
 src/ltc/encauth/ocb3/ocb3_encrypt_last.c           |   13 +-
 src/ltc/encauth/ocb3/ocb3_init.c                   |   84 +-
 src/ltc/encauth/ocb3/ocb3_int_aad_add_block.c      |   49 -
 src/ltc/encauth/ocb3/ocb3_int_calc_offset_zero.c   |   72 -
 src/ltc/encauth/ocb3/ocb3_int_ntz.c                |    8 +-
 src/ltc/encauth/ocb3/ocb3_int_xor_blocks.c         |    6 +-
 src/ltc/hashes/blake2b.c                           |   26 +-
 src/ltc/hashes/blake2s.c                           |   26 +-
 src/ltc/hashes/chc/chc.c                           |   30 +-
 src/ltc/hashes/helper/hash_file.c                  |    8 +-
 src/ltc/hashes/helper/hash_filehandle.c            |   13 +-
 src/ltc/hashes/helper/hash_memory.c                |    8 +-
 src/ltc/hashes/helper/hash_memory_multi.c          |    8 +-
 src/ltc/hashes/md2.c                               |   19 +-
 src/ltc/hashes/md4.c                               |   25 +-
 src/ltc/hashes/md5.c                               |   12 +-
 src/ltc/hashes/rmd128.c                            |   28 +-
 src/ltc/hashes/rmd160.c                            |   28 +-
 src/ltc/hashes/rmd256.c                            |   25 +-
 src/ltc/hashes/rmd320.c                            |   25 +-
 src/ltc/hashes/sha1.c                              |   12 +-
 src/ltc/hashes/sha2/sha224.c                       |   12 +-
 src/ltc/hashes/sha2/sha256.c                       |   12 +-
 src/ltc/hashes/sha2/sha384.c                       |   12 +-
 src/ltc/hashes/sha2/sha512.c                       |   12 +-
 src/ltc/hashes/sha2/sha512_224.c                   |   12 +-
 src/ltc/hashes/sha2/sha512_256.c                   |   12 +-
 src/ltc/hashes/sha3.c                              |   16 +-
 src/ltc/hashes/sha3_test.c                         |   91 +-
 src/ltc/hashes/tiger.c                             |   12 +-
 src/ltc/hashes/whirl/whirl.c                       |   17 +-
 src/ltc/hashes/whirl/whirltab.c                    |   15 +-
 src/ltc/headers/tomcrypt.h                         |   22 +-
 src/ltc/headers/tomcrypt_argchk.h                  |   17 +-
 src/ltc/headers/tomcrypt_cfg.h                     |   71 +-
 src/ltc/headers/tomcrypt_cipher.h                  |   26 +-
 src/ltc/headers/tomcrypt_custom.h                  |   79 +-
 src/ltc/headers/tomcrypt_hash.h                    |   22 +-
 src/ltc/headers/tomcrypt_mac.h                     |   35 +-
 src/ltc/headers/tomcrypt_macros.h                  |   14 +-
 src/ltc/headers/tomcrypt_math.h                    |  130 +-
 src/ltc/headers/tomcrypt_misc.h                    |   24 +-
 src/ltc/headers/tomcrypt_pk.h                      |  139 +-
 src/ltc/headers/tomcrypt_pkcs.h                    |   24 +-
 src/ltc/headers/tomcrypt_prng.h                    |   18 +-
 src/ltc/mac/blake2/blake2bmac.c                    |    5 +
 src/ltc/mac/blake2/blake2bmac_file.c               |    4 +
 src/ltc/mac/blake2/blake2bmac_memory.c             |    4 +
 src/ltc/mac/blake2/blake2bmac_memory_multi.c       |    8 +-
 src/ltc/mac/blake2/blake2smac.c                    |    5 +
 src/ltc/mac/blake2/blake2smac_file.c               |    4 +
 src/ltc/mac/blake2/blake2smac_memory.c             |    4 +
 src/ltc/mac/blake2/blake2smac_memory_multi.c       |    8 +-
 src/ltc/mac/f9/f9_done.c                           |    8 +-
 src/ltc/mac/f9/f9_file.c                           |    8 +-
 src/ltc/mac/f9/f9_init.c                           |    8 +-
 src/ltc/mac/f9/f9_memory.c                         |    8 +-
 src/ltc/mac/f9/f9_memory_multi.c                   |    8 +-
 src/ltc/mac/f9/f9_process.c                        |    8 +-
 src/ltc/mac/hmac/hmac_done.c                       |    8 +-
 src/ltc/mac/hmac/hmac_file.c                       |    8 +-
 src/ltc/mac/hmac/hmac_init.c                       |   10 +-
 src/ltc/mac/hmac/hmac_memory.c                     |    8 +-
 src/ltc/mac/hmac/hmac_memory_multi.c               |    8 +-
 src/ltc/mac/hmac/hmac_process.c                    |    8 +-
 src/ltc/mac/omac/omac_done.c                       |    8 +-
 src/ltc/mac/omac/omac_file.c                       |    8 +-
 src/ltc/mac/omac/omac_init.c                       |    8 +-
 src/ltc/mac/omac/omac_memory.c                     |    8 +-
 src/ltc/mac/omac/omac_memory_multi.c               |    8 +-
 src/ltc/mac/omac/omac_process.c                    |    8 +-
 src/ltc/mac/pelican/pelican.c                      |   16 +-
 src/ltc/mac/pelican/pelican_memory.c               |    8 +-
 src/ltc/mac/pmac/pmac_done.c                       |    8 +-
 src/ltc/mac/pmac/pmac_file.c                       |    8 +-
 src/ltc/mac/pmac/pmac_init.c                       |    8 +-
 src/ltc/mac/pmac/pmac_memory.c                     |    8 +-
 src/ltc/mac/pmac/pmac_memory_multi.c               |    8 +-
 src/ltc/mac/pmac/pmac_ntz.c                        |    8 +-
 src/ltc/mac/pmac/pmac_process.c                    |    8 +-
 src/ltc/mac/pmac/pmac_shift_xor.c                  |    8 +-
 src/ltc/mac/poly1305/poly1305.c                    |    8 +-
 src/ltc/mac/poly1305/poly1305_file.c               |    4 +
 src/ltc/mac/poly1305/poly1305_memory.c             |    4 +
 src/ltc/mac/poly1305/poly1305_memory_multi.c       |    8 +-
 src/ltc/mac/xcbc/xcbc_done.c                       |    8 +-
 src/ltc/mac/xcbc/xcbc_file.c                       |    8 +-
 src/ltc/mac/xcbc/xcbc_init.c                       |    8 +-
 src/ltc/mac/xcbc/xcbc_memory.c                     |    8 +-
 src/ltc/mac/xcbc/xcbc_memory_multi.c               |    8 +-
 src/ltc/mac/xcbc/xcbc_process.c                    |    8 +-
 src/ltc/math/fp/ltc_ecc_fp_mulmod.c                |   64 +-
 src/ltc/math/ltm_desc.c                            |   22 +-
 src/ltc/math/multi.c                               |   25 +-
 src/ltc/math/radix_to_bin.c                        |   62 +
 src/ltc/math/rand_bn.c                             |   18 +-
 src/ltc/math/rand_prime.c                          |   10 +-
 src/ltc/math/tfm_desc.c                            |   48 +-
 src/ltc/misc/adler32.c                             |   16 +-
 src/ltc/misc/base64/base64_decode.c                |    8 +-
 src/ltc/misc/base64/base64_encode.c                |    8 +-
 src/ltc/misc/burn_stack.c                          |    8 +-
 src/ltc/misc/compare_testvector.c                  |   87 +
 src/ltc/misc/crc32.c                               |   16 +-
 src/ltc/misc/crypt/crypt.c                         |   55 +-
 src/ltc/misc/crypt/crypt_argchk.c                  |   10 +-
 src/ltc/misc/crypt/crypt_cipher_descriptor.c       |    8 +-
 src/ltc/misc/crypt/crypt_cipher_is_valid.c         |    8 +-
 src/ltc/misc/crypt/crypt_constants.c               |  297 ++
 src/ltc/misc/crypt/crypt_find_cipher.c             |    8 +-
 src/ltc/misc/crypt/crypt_find_cipher_any.c         |   16 +-
 src/ltc/misc/crypt/crypt_find_cipher_id.c          |    8 +-
 src/ltc/misc/crypt/crypt_find_hash.c               |    8 +-
 src/ltc/misc/crypt/crypt_find_hash_any.c           |    8 +-
 src/ltc/misc/crypt/crypt_find_hash_id.c            |    8 +-
 src/ltc/misc/crypt/crypt_find_hash_oid.c           |    8 +-
 src/ltc/misc/crypt/crypt_find_prng.c               |    8 +-
 src/ltc/misc/crypt/crypt_fsa.c                     |    8 +-
 src/ltc/misc/crypt/crypt_hash_descriptor.c         |    8 +-
 src/ltc/misc/crypt/crypt_hash_is_valid.c           |    8 +-
 src/ltc/misc/crypt/crypt_inits.c                   |   19 +-
 src/ltc/misc/crypt/crypt_ltc_mp_descriptor.c       |    9 +-
 src/ltc/misc/crypt/crypt_prng_descriptor.c         |    8 +-
 src/ltc/misc/crypt/crypt_prng_is_valid.c           |    8 +-
 ...mp_descriptor.c => crypt_prng_rng_descriptor.c} |   10 +-
 src/ltc/misc/crypt/crypt_register_all_ciphers.c    |  102 +
 src/ltc/misc/crypt/crypt_register_all_hashes.c     |  100 +
 src/ltc/misc/crypt/crypt_register_all_prngs.c      |   49 +
 src/ltc/misc/crypt/crypt_register_cipher.c         |    8 +-
 src/ltc/misc/crypt/crypt_register_hash.c           |    8 +-
 src/ltc/misc/crypt/crypt_register_prng.c           |    8 +-
 src/ltc/misc/crypt/crypt_sizes.c                   |  356 +++
 src/ltc/misc/crypt/crypt_unregister_cipher.c       |    8 +-
 src/ltc/misc/crypt/crypt_unregister_hash.c         |    8 +-
 src/ltc/misc/crypt/crypt_unregister_prng.c         |    8 +-
 src/ltc/misc/error_to_string.c                     |   13 +-
 src/ltc/misc/hkdf/hkdf.c                           |   27 +-
 src/ltc/misc/mem_neq.c                             |   19 +-
 src/ltc/misc/pk_get_oid.c                          |    7 +-
 src/ltc/misc/pkcs5/pkcs_5_1.c                      |   10 +-
 src/ltc/misc/pkcs5/pkcs_5_2.c                      |   10 +-
 src/ltc/misc/zeromem.c                             |    8 +-
 src/ltc/modes/cbc/cbc_decrypt.c                    |    8 +-
 src/ltc/modes/cbc/cbc_done.c                       |    8 +-
 src/ltc/modes/cbc/cbc_encrypt.c                    |    8 +-
 src/ltc/modes/cbc/cbc_getiv.c                      |   14 +-
 src/ltc/modes/cbc/cbc_setiv.c                      |   12 +-
 src/ltc/modes/cbc/cbc_start.c                      |   10 +-
 src/ltc/modes/cfb/cfb_decrypt.c                    |    8 +-
 src/ltc/modes/cfb/cfb_done.c                       |    8 +-
 src/ltc/modes/cfb/cfb_encrypt.c                    |    8 +-
 src/ltc/modes/cfb/cfb_getiv.c                      |   14 +-
 src/ltc/modes/cfb/cfb_setiv.c                      |   12 +-
 src/ltc/modes/cfb/cfb_start.c                      |   10 +-
 src/ltc/modes/ctr/ctr_decrypt.c                    |    8 +-
 src/ltc/modes/ctr/ctr_done.c                       |    8 +-
 src/ltc/modes/ctr/ctr_encrypt.c                    |    8 +-
 src/ltc/modes/ctr/ctr_getiv.c                      |   14 +-
 src/ltc/modes/ctr/ctr_setiv.c                      |   12 +-
 src/ltc/modes/ctr/ctr_start.c                      |   10 +-
 src/ltc/modes/ecb/ecb_decrypt.c                    |    8 +-
 src/ltc/modes/ecb/ecb_done.c                       |    8 +-
 src/ltc/modes/ecb/ecb_encrypt.c                    |    8 +-
 src/ltc/modes/ecb/ecb_start.c                      |    8 +-
 src/ltc/modes/ofb/ofb_decrypt.c                    |    8 +-
 src/ltc/modes/ofb/ofb_done.c                       |    8 +-
 src/ltc/modes/ofb/ofb_encrypt.c                    |    8 +-
 src/ltc/modes/ofb/ofb_getiv.c                      |   14 +-
 src/ltc/modes/ofb/ofb_setiv.c                      |   12 +-
 src/ltc/modes/ofb/ofb_start.c                      |   10 +-
 src/ltc/pk/asn1/der/bit/der_decode_bit_string.c    |    8 +-
 .../pk/asn1/der/bit/der_decode_raw_bit_string.c    |   23 +-
 src/ltc/pk/asn1/der/bit/der_encode_bit_string.c    |    8 +-
 .../pk/asn1/der/bit/der_encode_raw_bit_string.c    |   20 +-
 src/ltc/pk/asn1/der/bit/der_length_bit_string.c    |    8 +-
 src/ltc/pk/asn1/der/boolean/der_decode_boolean.c   |    8 +-
 src/ltc/pk/asn1/der/boolean/der_encode_boolean.c   |    8 +-
 src/ltc/pk/asn1/der/boolean/der_length_boolean.c   |    8 +-
 src/ltc/pk/asn1/der/choice/der_decode_choice.c     |    8 +-
 .../generalizedtime/der_decode_generalizedtime.c   |   18 +-
 .../generalizedtime/der_encode_generalizedtime.c   |   12 +-
 .../generalizedtime/der_length_generalizedtime.c   |   10 +-
 src/ltc/pk/asn1/der/ia5/der_decode_ia5_string.c    |    8 +-
 src/ltc/pk/asn1/der/ia5/der_encode_ia5_string.c    |    8 +-
 src/ltc/pk/asn1/der/ia5/der_length_ia5_string.c    |    8 +-
 src/ltc/pk/asn1/der/integer/der_decode_integer.c   |    8 +-
 src/ltc/pk/asn1/der/integer/der_encode_integer.c   |    8 +-
 src/ltc/pk/asn1/der/integer/der_length_integer.c   |    8 +-
 .../der_decode_object_identifier.c                 |    8 +-
 .../der_encode_object_identifier.c                 |    8 +-
 .../der_length_object_identifier.c                 |    8 +-
 .../pk/asn1/der/octet/der_decode_octet_string.c    |    8 +-
 .../pk/asn1/der/octet/der_encode_octet_string.c    |    8 +-
 .../pk/asn1/der/octet/der_length_octet_string.c    |    8 +-
 .../printable_string/der_decode_printable_string.c |    8 +-
 .../printable_string/der_encode_printable_string.c |    8 +-
 .../printable_string/der_length_printable_string.c |    8 +-
 .../pk/asn1/der/sequence/der_decode_sequence_ex.c  |   15 +-
 .../asn1/der/sequence/der_decode_sequence_flexi.c  |   18 +-
 .../asn1/der/sequence/der_decode_sequence_multi.c  |   12 +-
 .../sequence/der_decode_subject_public_key_info.c  |   11 +-
 .../pk/asn1/der/sequence/der_encode_sequence_ex.c  |    6 +-
 .../asn1/der/sequence/der_encode_sequence_multi.c  |   12 +-
 .../sequence/der_encode_subject_public_key_info.c  |    8 +-
 src/ltc/pk/asn1/der/sequence/der_length_sequence.c |   10 +-
 src/ltc/pk/asn1/der/sequence/der_sequence_free.c   |    8 +-
 src/ltc/pk/asn1/der/sequence/der_sequence_shrink.c |   50 +
 src/ltc/pk/asn1/der/set/der_encode_set.c           |   16 +-
 src/ltc/pk/asn1/der/set/der_encode_setof.c         |   12 +-
 .../der/short_integer/der_decode_short_integer.c   |    8 +-
 .../der/short_integer/der_encode_short_integer.c   |    8 +-
 .../der/short_integer/der_length_short_integer.c   |    8 +-
 .../der/teletex_string/der_decode_teletex_string.c |    8 +-
 .../der/teletex_string/der_length_teletex_string.c |    8 +-
 src/ltc/pk/asn1/der/utctime/der_decode_utctime.c   |   16 +-
 src/ltc/pk/asn1/der/utctime/der_encode_utctime.c   |    8 +-
 src/ltc/pk/asn1/der/utctime/der_length_utctime.c   |    8 +-
 src/ltc/pk/asn1/der/utf8/der_decode_utf8_string.c  |    8 +-
 src/ltc/pk/asn1/der/utf8/der_encode_utf8_string.c  |    8 +-
 src/ltc/pk/asn1/der/utf8/der_length_utf8_string.c  |    8 +-
 src/ltc/pk/dh/dh.c                                 |  696 ++---
 src/ltc/pk/dh/dh_check_pubkey.c                    |   65 +
 src/ltc/pk/dh/dh_export.c                          |   62 +
 src/ltc/pk/dh/dh_export_key.c                      |   47 +
 src/ltc/pk/dh/dh_free.c                            |   28 +
 src/ltc/pk/dh/dh_generate_key.c                    |  102 +
 src/ltc/pk/dh/dh_import.c                          |   99 +
 src/ltc/pk/dh/dh_set.c                             |  124 +
 src/ltc/pk/dh/dh_set_pg_dhparam.c                  |   54 +
 src/ltc/pk/dh/dh_shared_secret.c                   |   80 +
 src/ltc/pk/dh/dh_static.c                          |  165 -
 src/ltc/pk/dh/dh_static.h                          |  129 -
 src/ltc/pk/dh/dh_sys.c                             |  487 ---
 src/ltc/pk/dsa/dsa_decrypt_key.c                   |   15 +-
 src/ltc/pk/dsa/dsa_encrypt_key.c                   |   24 +-
 src/ltc/pk/dsa/dsa_export.c                        |    8 +-
 src/ltc/pk/dsa/dsa_free.c                          |   11 +-
 src/ltc/pk/dsa/dsa_generate_key.c                  |   47 +
 .../pk/dsa/{dsa_make_key.c => dsa_generate_pqg.c}  |  104 +-
 src/ltc/pk/dsa/dsa_import.c                        |   46 +-
 src/ltc/pk/dsa/dsa_import_radix.c                  |   67 -
 src/ltc/pk/dsa/dsa_make_key.c                      |  247 +-
 src/ltc/pk/dsa/dsa_set.c                           |  112 +
 src/ltc/pk/dsa/dsa_set_pqg_dsaparam.c              |   67 +
 src/ltc/pk/dsa/dsa_shared_secret.c                 |    8 +-
 src/ltc/pk/dsa/dsa_sign_hash.c                     |    8 +-
 src/ltc/pk/dsa/dsa_verify_hash.c                   |   34 +-
 src/ltc/pk/dsa/dsa_verify_key.c                    |  185 +-
 src/ltc/pk/ecc/ecc.c                               |    8 +-
 src/ltc/pk/ecc/ecc_ansi_x963_export.c              |    8 +-
 src/ltc/pk/ecc/ecc_ansi_x963_import.c              |    8 +-
 src/ltc/pk/ecc/ecc_decrypt_key.c                   |   12 +-
 src/ltc/pk/ecc/ecc_dp_from_oid.c                   |    2 -
 src/ltc/pk/ecc/ecc_dp_from_params.c                |    2 -
 src/ltc/pk/ecc/ecc_encrypt_key.c                   |   10 +-
 src/ltc/pk/ecc/ecc_export.c                        |    8 +-
 src/ltc/pk/ecc/ecc_export_raw.c                    |    9 +-
 src/ltc/pk/ecc/ecc_free.c                          |    8 +-
 src/ltc/pk/ecc/ecc_get_size.c                      |    8 +-
 src/ltc/pk/ecc/ecc_import.c                        |   24 +-
 src/ltc/pk/ecc/ecc_import_full.c                   |    2 -
 src/ltc/pk/ecc/ecc_import_pkcs8.c                  |    2 -
 src/ltc/pk/ecc/ecc_make_key.c                      |    8 +-
 src/ltc/pk/ecc/ecc_shared_secret.c                 |    8 +-
 src/ltc/pk/ecc/ecc_sign_hash.c                     |    2 -
 src/ltc/pk/ecc/ecc_sizes.c                         |    8 +-
 src/ltc/pk/ecc/ecc_verify_hash.c                   |    2 -
 src/ltc/pk/ecc/ltc_ecc_is_point_at_infinity.c      |    2 -
 src/ltc/pk/ecc/ltc_ecc_is_valid_idx.c              |    8 +-
 src/ltc/pk/ecc/ltc_ecc_map.c                       |    8 +-
 src/ltc/pk/ecc/ltc_ecc_mul2add.c                   |    8 +-
 src/ltc/pk/ecc/ltc_ecc_mulmod.c                    |    8 +-
 src/ltc/pk/ecc/ltc_ecc_mulmod_timing.c             |    8 +-
 src/ltc/pk/ecc/ltc_ecc_points.c                    |    8 +-
 src/ltc/pk/ecc/ltc_ecc_projective_add_point.c      |    8 +-
 src/ltc/pk/ecc/ltc_ecc_projective_dbl_point.c      |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_i2osp.c                    |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_mgf1.c                     |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_oaep_decode.c              |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_oaep_encode.c              |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_os2ip.c                    |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_pss_decode.c               |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_pss_encode.c               |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_v1_5_decode.c              |    8 +-
 src/ltc/pk/pkcs1/pkcs_1_v1_5_encode.c              |    8 +-
 src/ltc/pk/rsa/rsa_decrypt_key.c                   |    8 +-
 src/ltc/pk/rsa/rsa_encrypt_key.c                   |    8 +-
 src/ltc/pk/rsa/rsa_export.c                        |    8 +-
 src/ltc/pk/rsa/rsa_exptmod.c                       |   19 +-
 src/ltc/pk/rsa/rsa_free.c                          |   10 +-
 src/ltc/pk/rsa/rsa_get_size.c                      |    8 +-
 src/ltc/pk/rsa/rsa_import.c                        |   17 +-
 src/ltc/pk/rsa/rsa_import_pkcs8.c                  |   22 +-
 src/ltc/pk/rsa/rsa_import_radix.c                  |   64 -
 src/ltc/pk/rsa/rsa_import_x509.c                   |   10 +-
 src/ltc/pk/rsa/rsa_make_key.c                      |   15 +-
 src/ltc/pk/rsa/rsa_set.c                           |  134 +
 src/ltc/pk/rsa/rsa_sign_hash.c                     |   84 +-
 src/ltc/pk/rsa/rsa_sign_saltlen_get.c              |    8 +-
 src/ltc/pk/rsa/rsa_verify_hash.c                   |   99 +-
 src/ltc/prngs/chacha20.c                           |    8 +-
 src/ltc/prngs/fortuna.c                            |   24 +-
 src/ltc/prngs/rc4.c                                |    7 +-
 src/ltc/prngs/rng_get_bytes.c                      |    8 +-
 src/ltc/prngs/rng_make_prng.c                      |    6 +-
 src/ltc/prngs/sober128.c                           |    8 +-
 src/ltc/prngs/sprng.c                              |    6 +-
 src/ltc/prngs/yarrow.c                             |    6 +-
 src/ltc/stream/chacha/chacha_crypt.c               |   12 +-
 src/ltc/stream/chacha/chacha_done.c                |    4 +
 src/ltc/stream/chacha/chacha_ivctr32.c             |    6 +-
 src/ltc/stream/chacha/chacha_ivctr64.c             |    6 +-
 src/ltc/stream/chacha/chacha_keystream.c           |    4 +
 src/ltc/stream/chacha/chacha_setup.c               |    6 +
 src/ltc/stream/rc4/rc4.c                           |    4 +
 src/ltc/stream/sober128/sober128.c                 |   14 +-
 src/ltc/stream/sober128/sober128tab.c              |   15 +-
 t/001_compile.t                                    |   19 +-
 t/auth_enc_ocb.t                                   |    8 +-
 t/auth_enc_ocb_test_vectors_ietf.t                 |  190 +-
 t/crypt-misc.t                                     |   93 +-
 t/data/cryptx_priv_dh1.bin                         |  Bin 529 -> 317 bytes
 t/data/cryptx_priv_dh2.bin                         |  Bin 529 -> 317 bytes
 t/data/cryptx_priv_dh_pg1.bin                      |  Bin 791 -> 317 bytes
 t/data/cryptx_priv_dh_pg2.bin                      |  Bin 791 -> 317 bytes
 t/data/cryptx_pub_dh1.bin                          |  Bin 269 -> 536 bytes
 t/data/cryptx_pub_dh2.bin                          |  Bin 269 -> 535 bytes
 t/data/cryptx_pub_dh_pg1.bin                       |  Bin 531 -> 535 bytes
 t/data/cryptx_pub_dh_pg2.bin                       |  Bin 531 -> 535 bytes
 t/data/openssl_rsa-x509.der                        |  Bin 0 -> 759 bytes
 t/data/openssl_rsa-x509.pem                        |   18 +
 t/pk_dh.t                                          |  153 +-
 t/pk_dsa.t                                         |   91 +-
 t/pk_ecc.t                                         |   29 +-
 t/pk_rsa.t                                         |   10 +-
 t/wycheproof.t                                     |  250 ++
 t/wycheproof/aes_gcm_test.json                     |  669 ++++
 t/wycheproof/dsa_test.json                         | 1494 +++++++++
 t/wycheproof/ecdh_webcrypto_test.json              | 1300 ++++++++
 t/wycheproof/ecdsa_test.json                       | 2254 ++++++++++++++
 t/wycheproof/ecdsa_webcrypto_test.json             | 1594 ++++++++++
 t/wycheproof/rsa_signature_test.json               | 3289 ++++++++++++++++++++
 526 files changed, 17877 insertions(+), 5518 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 debian/patches/compilation-flags.patch
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_add_aad.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_decrypt.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_decrypt_last.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_decrypt_verify_memory.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_done.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_encrypt.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_encrypt_authenticate_memory.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_encrypt_last.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_init.c
 delete mode 100644 src/ltc/encauth/ocb3/ocb3_int_aad_add_block.c
 delete mode 100644 src/ltc/encauth/ocb3/ocb3_int_calc_offset_zero.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_int_ntz.c
 mode change 100644 => 100755 src/ltc/encauth/ocb3/ocb3_int_xor_blocks.c
 create mode 100644 src/ltc/math/radix_to_bin.c
 create mode 100644 src/ltc/misc/compare_testvector.c
 create mode 100644 src/ltc/misc/crypt/crypt_constants.c
 copy src/ltc/misc/crypt/{crypt_ltc_mp_descriptor.c => crypt_prng_rng_descriptor.c} (56%)
 create mode 100644 src/ltc/misc/crypt/crypt_register_all_ciphers.c
 create mode 100644 src/ltc/misc/crypt/crypt_register_all_hashes.c
 create mode 100644 src/ltc/misc/crypt/crypt_register_all_prngs.c
 create mode 100644 src/ltc/misc/crypt/crypt_sizes.c
 create mode 100644 src/ltc/pk/asn1/der/sequence/der_sequence_shrink.c
 create mode 100644 src/ltc/pk/dh/dh_check_pubkey.c
 create mode 100644 src/ltc/pk/dh/dh_export.c
 create mode 100644 src/ltc/pk/dh/dh_export_key.c
 create mode 100644 src/ltc/pk/dh/dh_free.c
 create mode 100644 src/ltc/pk/dh/dh_generate_key.c
 create mode 100644 src/ltc/pk/dh/dh_import.c
 create mode 100644 src/ltc/pk/dh/dh_set.c
 create mode 100644 src/ltc/pk/dh/dh_set_pg_dhparam.c
 create mode 100644 src/ltc/pk/dh/dh_shared_secret.c
 delete mode 100644 src/ltc/pk/dh/dh_static.c
 delete mode 100644 src/ltc/pk/dh/dh_static.h
 delete mode 100644 src/ltc/pk/dh/dh_sys.c
 create mode 100644 src/ltc/pk/dsa/dsa_generate_key.c
 copy src/ltc/pk/dsa/{dsa_make_key.c => dsa_generate_pqg.c} (74%)
 delete mode 100644 src/ltc/pk/dsa/dsa_import_radix.c
 create mode 100644 src/ltc/pk/dsa/dsa_set.c
 create mode 100644 src/ltc/pk/dsa/dsa_set_pqg_dsaparam.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_decrypt_key.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_encrypt_key.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_export.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_exptmod.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_free.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_get_size.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_import.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_import_pkcs8.c
 delete mode 100644 src/ltc/pk/rsa/rsa_import_radix.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_import_x509.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_make_key.c
 create mode 100644 src/ltc/pk/rsa/rsa_set.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_sign_hash.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_sign_saltlen_get.c
 mode change 100644 => 100755 src/ltc/pk/rsa/rsa_verify_hash.c
 create mode 100644 t/data/openssl_rsa-x509.der
 create mode 100755 t/data/openssl_rsa-x509.pem
 create mode 100644 t/wycheproof.t
 create mode 100644 t/wycheproof/aes_gcm_test.json
 create mode 100644 t/wycheproof/dsa_test.json
 create mode 100644 t/wycheproof/ecdh_webcrypto_test.json
 create mode 100644 t/wycheproof/ecdsa_test.json
 create mode 100644 t/wycheproof/ecdsa_webcrypto_test.json
 create mode 100644 t/wycheproof/rsa_signature_test.json

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcryptx-perl.git



More information about the Pkg-perl-cvs-commits mailing list