/
githubmirror
/
libgcrypt
ОбзорДокументацияВойти
/
githubmirror
/
libgcrypt
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libgcrypt/
cipher/
..
ChangeLog-2011

Generate the ChangeLog from commit logs.

15 лет назад
Makefile.am

Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)

9 лет назад
arcfour-amd64.S

Enable AMD64 arcfour implementation on WIN64

11 лет назад
arcfour.c

Enable AMD64 arcfour implementation on WIN64

11 лет назад
bithelp.h

cipher: New helper function rol64.

9 лет назад
blake2.c

Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)

9 лет назад
blowfish-amd64.S

Enable AMD64 Blowfish implementation on WIN64

11 лет назад
blowfish-arm.S

Change utf-8 copyright characters to '(C)'

13 лет назад
blowfish.c

Enable AMD64 Blowfish implementation on WIN64

11 лет назад
bufhelp.h

Improve constant-time buffer compare

8 лет назад
camellia-aarch64.S

Add Aarch64 assembly implementation of Camellia

10 лет назад
camellia-aesni-avx-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
camellia-aesni-avx2-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
camellia-arm.S

Fix ARM assembly when building __PIC__

12 лет назад
camellia-glue.c

OCB: Move large L handling from bottom to upper level

10 лет назад
camellia.c

Fix 'u32' build error with Camellia

13 лет назад
camellia.h

Add Aarch64 assembly implementation of Camellia

10 лет назад
cast5-amd64.S

cast5-amd64: use 64-bit relocation with large PIC memory model

9 лет назад
cast5-arm.S

Fix ARM assembly when building __PIC__

12 лет назад
cast5.c

Enable AMD64 CAST5 implementation on WIN64

11 лет назад
chacha20-armv7-neon.S

chacha20-armv7-neon: fix to use fast code path when memory is aligned

9 лет назад
chacha20-avx2-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
chacha20-sse2-amd64.S

Enable AMD64 ChaCha20 implementations on WIN64

11 лет назад
chacha20-ssse3-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
chacha20.c

chacha20: fix alignment of self-test context

11 лет назад
cipher-aeswrap.c

AES-KW: fix in-place encryption

8 лет назад
cipher-cbc.c

cipher: add explicit blocksize checks to allow better optimization

10 лет назад
cipher-ccm.c

Disallow encryption/decryption if key is not set

10 лет назад
cipher-cfb.c

Fix building with a pre C99 compiler.

10 лет назад
cipher-cmac.c

cipher: add explicit blocksize checks to allow better optimization

10 лет назад
cipher-ctr.c

cipher: add explicit blocksize checks to allow better optimization

10 лет назад
cipher-gcm-armv8-aarch32-ce.S

Fix building AArch32 CE implementations when target is ARMv6 arch

9 лет назад
cipher-gcm-armv8-aarch64-ce.S

Fix building with clang on ARM64/FreeBSD

9 лет назад
cipher-gcm-intel-pclmul.c

Enable AES/AES-NI, AES/SSSE3 and GCM/PCLMUL implementations on WIN64

11 лет назад
cipher-gcm.c

Fix incorrect counter overflow handling for GCM

8 лет назад
cipher-internal.h

Spelling fixes in docs and comments.

9 лет назад
cipher-ocb.c

OCB: Move large L handling from bottom to upper level

10 лет назад
cipher-ofb.c

cipher: add explicit blocksize checks to allow better optimization

10 лет назад
cipher-poly1305.c

cipher: Check length of supplied tag in _gcry_cipher_poly1305_check_tag.

10 лет назад
cipher-selftest.c

w32: Avoid a few compiler warnings.

11 лет назад
cipher-selftest.h

w32: Fix alignment problem with AESNI on Windows >= 8

11 лет назад
cipher-xts.c

cipher-xts: fix pointer casting to wrong alignment and aliasing

10 лет назад
cipher.c

Spelling fixes in docs and comments.

9 лет назад
crc-intel-pclmul.c

crc-intel-pclmul: fix undefined behavior with unaligned access

10 лет назад
crc.c

Check for compiler SSE4.1 support in PCLMUL CRC code.

10 лет назад
des-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
des.c

Fix typos found using codespell

11 лет назад
dsa-common.c

Fix typos found using codespell

11 лет назад
dsa.c

cipher: Fix memleaks in (self)tests.

10 лет назад
ecc-common.h

ecc: New API function gcry_mpi_ec_decode_point.

11 лет назад
ecc-curves.c

ecc: Fix potential unintended freeing of an internal param.

8 лет назад
ecc-ecdsa.c

ecc: Add blinding for ECDSA.

8 лет назад
ecc-eddsa.c

ecc: Fix possible memory leakage in parameter check of eddsa.

8 лет назад
ecc-gost.c

Remove macro hacks for internal vs. external functions. Part 1.

13 лет назад
ecc-misc.c

Spelling fixes in docs and comments.

9 лет назад
ecc.c

ecc: Fix memory leak in the error case of ecc_encrypt_raw

8 лет назад
elgamal.c

cipher: Use ciphertext blinding for Elgamal decryption.

11 лет назад
gost-s-box.c

gost: Rename tc26 s-box from A to Z.

10 лет назад
gost.h

gostr3411_94: rewrite to use u32 mathematic

12 лет назад
gost28147.c

gostr3411_94: rewrite to use u32 mathematic

12 лет назад
gostr3411-94.c

md: add variable length output interface

11 лет назад
hash-common.c

Keccak: Add SHAKE Extendable-Output Functions

11 лет назад
hash-common.h

Always require a 64 bit integer type

10 лет назад
hmac-tests.c

mac: Add selftests for HMAC-SHA3-xxx.

9 лет назад
idea.c

cipher: Fix IDEA cipher for clearing memory.

10 лет назад
kdf-internal.h

Add test case for SCRYPT and rework the code.

13 лет назад
kdf.c

kdf: Make PBKDF2 check work on all platforms.

10 лет назад
keccak-armv7-neon.S

Add ARMv7/NEON implementation of Keccak

11 лет назад
keccak.c

Add ARMv7/NEON implementation of Keccak

11 лет назад
keccak_permute_32.h

Tweak Keccak for small speed-up

11 лет назад
keccak_permute_64.h

Tweak Keccak for small speed-up

11 лет назад
mac-cmac.c

Change utf-8 copyright characters to '(C)'

13 лет назад
mac-gmac.c

Change utf-8 copyright characters to '(C)'

13 лет назад
mac-hmac.c

Add generic SHA3 implementation

11 лет назад
mac-internal.h

Add generic SHA3 implementation

11 лет назад
mac-poly1305.c

Fix undefined behavior wrt memcpy

11 лет назад
mac.c

Disable non-allowed algorithms in FIPS mode

10 лет назад
md.c

md: Optimize gcry_md_hash_buffers for SHA-256 and SHA-512.

9 лет назад
md2.c

md: add variable length output interface

11 лет назад
md4.c

md: add variable length output interface

11 лет назад
md5.c

Disable non-allowed algorithms in FIPS mode

10 лет назад
poly1305-armv7-neon.S

Fix unaligned accesses with ldm/stm in ChaCha20 and Poly1305 ARM/NEON

10 лет назад
poly1305-avx2-amd64.S

Enable AMD64 Poly1305 implementations on WIN64

11 лет назад
poly1305-internal.h

Enable AMD64 Poly1305 implementations on WIN64

11 лет назад
poly1305-sse2-amd64.S

Enable AMD64 Poly1305 implementations on WIN64

11 лет назад
poly1305.c

cipher: Fix compiler warnings.

9 лет назад
primegen.c

primes: Avoid leaking bits of the prime test to pageable memory.

8 лет назад
pubkey-internal.h

Add a simple (raw) PKCS#1 padding mode

12 лет назад
pubkey-util.c

cipher: Add option to specify salt length for PSS verification.

10 лет назад
pubkey.c

Disable non-allowed algorithms in FIPS mode

10 лет назад
rfc2268.c

cipher: Simplify the cipher dispatcher cipher.c.

13 лет назад
rijndael-aarch64.S

Add AArch64 assembly implementation of AES

10 лет назад
rijndael-aesni.c

rijndael-aesni: fix u128_t strict-aliasing rule breaking

10 лет назад
rijndael-amd64.S

Enable AMD64 AES implementation for WIN64

11 лет назад
rijndael-arm.S

Add AArch64 assembly implementation of AES

10 лет назад
rijndael-armv8-aarch32-ce.S

Fix building AArch32 CE implementations when target is ARMv6 arch

9 лет назад
rijndael-armv8-aarch64-ce.S

Fix building with clang on ARM64/FreeBSD

9 лет назад
rijndael-armv8-ce.c

OCB ARM CE: Move ocb_get_l handling to assembly part

10 лет назад
rijndael-internal.h

Add ARMv8/AArch64 Crypto Extension implementation of AES

10 лет назад
rijndael-padlock.c

rijndael-padlock: change asm operands from read-only to read/write

9 лет назад
rijndael-ssse3-amd64-asm.S

rijndael-ssse3: move assembly functions to separate source-file

10 лет назад
rijndael-ssse3-amd64.c

rijndael-ssse3: fix functions calls from assembly blocks

9 лет назад
rijndael-tables.h

rijndael: use more compact look-up tables and add table prefetching

12 лет назад
rijndael.c

Fix building with x86-64 medium and large memory models

9 лет назад
rmd160.c

cipher: Remove specialized rmd160 functions.

10 лет назад
rsa-common.c

Spelling fixes in docs and comments.

9 лет назад
rsa.c

rsa: Use modern MPI allocation function.

9 лет назад
salsa20-amd64.S

Enable AMD64 Salsa20 implementation on WIN64

11 лет назад
salsa20-armv7-neon.S

Change utf-8 copyright characters to '(C)'

13 лет назад
salsa20.c

salsa20: fix alignment of self-test context

11 лет назад
scrypt.c

Always require a 64 bit integer type

10 лет назад
seed.c

cipher: Simplify the cipher dispatcher cipher.c.

13 лет назад
serpent-armv7-neon.S

Add bulk OCB for Serpent SSE2, AVX2 and NEON implementations

11 лет назад
serpent-avx2-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
serpent-sse2-amd64.S

Add bulk OCB for Serpent SSE2, AVX2 and NEON implementations

11 лет назад
serpent.c

OCB: Move large L handling from bottom to upper level

10 лет назад
sha1-armv7-neon.S

Add ARMv8/AArch32 Crypto Extension implementation of SHA-1

10 лет назад
sha1-armv8-aarch32-ce.S

Fix building AArch32 CE implementations when target is ARMv6 arch

9 лет назад
sha1-armv8-aarch64-ce.S

Fix building with clang on ARM64/FreeBSD

9 лет назад
sha1-avx-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha1-avx-bmi2-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha1-ssse3-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha1.c

Add ARMv8/AArch64 Crypto Extension implementation of SHA-1

10 лет назад
sha1.h

Add ARMv8/AArch32 Crypto Extension implementation of SHA-1

10 лет назад
sha256-armv8-aarch32-ce.S

Fix building AArch32 CE implementations when target is ARMv6 arch

9 лет назад
sha256-armv8-aarch64-ce.S

Fix building with clang on ARM64/FreeBSD

9 лет назад
sha256-avx-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha256-avx2-bmi2-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha256-ssse3-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha256.c

md: Optimize gcry_md_hash_buffers for SHA-256 and SHA-512.

9 лет назад
sha512-arm.S

Avoid unaligned accesses with ARM ldm/stm instructions

10 лет назад
sha512-armv7-neon.S

sha512: fix ARM/NEON implementation

12 лет назад
sha512-avx-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha512-avx2-bmi2-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha512-ssse3-amd64.S

Move data in AMD64 assembly to text section

9 лет назад
sha512.c

cipher: Add OID for SHA384WithECDSA.

9 лет назад
stribog.c

cipher: Add Stribog OIDs from TC26 space.

10 лет назад
test-getrusage.c

cipher: Fix possible NULL dereference.

12 лет назад
tiger.c

Always require a 64 bit integer type

10 лет назад
twofish-aarch64.S

Add Aarch64 assembly implementation of Twofish

10 лет назад
twofish-amd64.S

Add bulk OCB for Twofish AMD64 implementation

11 лет назад
twofish-arm.S

Change utf-8 copyright characters to '(C)'

13 лет назад
twofish-avx2-amd64.S

Add AVX2/vpgather bulk implementation of Twofish

10 лет назад
twofish.c

Add AVX2/vpgather bulk implementation of Twofish

10 лет назад
whirlpool-sse2-amd64.S

Enable AMD64 Whirlpool implementation for WIN64

11 лет назад
whirlpool.c

md: add variable length output interface

11 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©