projects
/
libgcrypt.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
libgcrypt.git
2013-12-02
Werner Koch
ecc: Use constant time point operation for Twisted...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-02
Werner Koch
ecc: Make gcry_pk_testkey work for Ed25519.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-02
Werner Koch
ecc: Fix eddsa point decompression.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-02
Werner Koch
ecc: Fix gcry_mpi_ec_curve_point for Weierstrass.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-02
Werner Koch
mpi: Introduce 4 user flags for gcry_mpi_t.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Vladimir 'φ...
Fix armv3 compile error
commit
|
commitdiff
|
tree
|
snapshot
2013-11-29
Vladimir 'φ...
longlong.h on mips with clang
commit
|
commitdiff
|
tree
|
snapshot
2013-11-24
Jussi Kivilinna
Camellia: Tweaks for AES-NI implementations
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Jussi Kivilinna
Add GMAC to MAC API
commit
|
commitdiff
|
tree
|
snapshot
2013-11-21
Jussi Kivilinna
GCM: Move gcm_table initialization to setkey
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: Add support for split data buffers and online...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: Use size_t for buffer sizes
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: add FIPS mode restrictions
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: Add clearing and checking of marks.tag
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: Add stack burning
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
Add aggregated bulk processing for GCM on x86-64
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: Tweak Intel PCLMUL ghash loop for small speed-up
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: Use counter mode code for speed-up
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
Add Intel PCLMUL acceleration for GCM
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
GCM: GHASH optimizations
commit
|
commitdiff
|
tree
|
snapshot
2013-11-20
Jussi Kivilinna
Add some documentation for GCM mode
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Dmitry Eremin...
Initial implementation of GCM
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Jussi Kivilinna
Camellia: fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Jussi Kivilinna
Tweak Camellia-AVX key-setup for small speed-up
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
Jussi Kivilinna
Add CMAC (Cipher-based MAC) to MAC API
commit
|
commitdiff
|
tree
|
snapshot
2013-11-16
Jussi Kivilinna
Add new MAC API, initially with HMAC
commit
|
commitdiff
|
tree
|
snapshot
2013-11-16
Jussi Kivilinna
Use correct blocksize of 32 bytes for GOSTR3411-94...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Jussi Kivilinna
cipher: use size_t for internal buffer lengths
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Jussi Kivilinna
Camellia: Add AVX/AES-NI key setup
commit
|
commitdiff
|
tree
|
snapshot
2013-11-15
Jussi Kivilinna
Avoid unneeded stack burning with AES-NI and reduce...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-14
Werner Koch
md: Fix hashing for data >= 256 GB
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Christian Grothoff
ecc: Fix key generation for a plain Ed25519 key.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-13
Christian Grothoff
ecc: Fix some memory leaks
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Werner Koch
ecc: Change keygrip computation for Ed25519+EdDSA.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-11
Werner Koch
mpi: Add special format GCRYMPI_FMT_OPAQUE.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-10
Jussi Kivilinna
Fix error output in CTR selftest
commit
|
commitdiff
|
tree
|
snapshot
2013-11-09
Jussi Kivilinna
Fix Serpent-AVX2 and Camellia-AVX2 counter modes
commit
|
commitdiff
|
tree
|
snapshot
2013-11-09
Sergey V
cipher/gost28147: optimization: use precomputed S-box...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-09
Jussi Kivilinna
Fix tail handling for AES-NI counter mode
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Werner Koch
ecc: Improve gcry_pk_get_curve.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Werner Koch
cipher: Avoid signed divisions in idea.c
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Werner Koch
ecc: Implement the "nocomp" flag for key generation.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Werner Koch
ecc: Make "noparam" the default and replace by "param".
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Jussi Kivilinna
Fix decryption function size in AES AMD64 assembly
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Jussi Kivilinna
Change 64-bit shift to 32-bit in AES AMD64 assembly
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Speed-up AES-NI key setup
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Avoid burn stack in Arcfour setkey
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Avoid burn_stack in CAST5 setkey
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Improve Serpent key setup speed
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Modify encrypt/decrypt arguments for in-place
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Speed up Stribog
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Tweak AES-NI bulk CTR mode slightly
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Tweak bench-slope parameters
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Optimize Blowfish weak key check
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Fix __builtin_bswap32/64 checks
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Jussi Kivilinna
Fix 'u32' build error with Camellia
commit
|
commitdiff
|
tree
|
snapshot
2013-11-06
Werner Koch
pubkey: Add forward compatibility feature.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-05
Werner Koch
ecc: Require "eddsa" flag for curve Ed25519.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-05
Werner Koch
ecc: Fully implement Ed25519 compression in ECDSA mode.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-05
Werner Koch
mpi: Add function gcry_mpi_set_opaque_copy.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-04
Jussi Kivilinna
Make test vectors 'static const'
commit
|
commitdiff
|
tree
|
snapshot
2013-11-03
Jussi Kivilinna
Make jump labels local in Salsa20 assembly
commit
|
commitdiff
|
tree
|
snapshot
2013-10-30
Jussi Kivilinna
bithelp: fix undefined behaviour with rol and ror
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Werner Koch
tests: Add feature to skip benchmarks.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Werner Koch
ecc: Finish Ed25519/ECDSA hack.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Werner Koch
Typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Werner Koch
ecc: Add flags "noparam" and "comp".
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Jussi Kivilinna
Fix typos in documentation
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Jussi Kivilinna
Add ARM NEON assembly implementation of Serpent
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Jussi Kivilinna
Add ARM NEON assembly implementation of Salsa20
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Jussi Kivilinna
Add AMD64 assembly implementation of Salsa20
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Jussi Kivilinna
Add new benchmarking utility, bench-slope
commit
|
commitdiff
|
tree
|
snapshot
2013-10-28
Jussi Kivilinna
Change .global to .globl in assembly files
commit
|
commitdiff
|
tree
|
snapshot
2013-10-26
Jussi Kivilinna
Deduplicate code for ECB encryption and decryption
commit
|
commitdiff
|
tree
|
snapshot
2013-10-26
Dmitry Eremin...
Drop _gcry_cipher_ofb_decrypt as it duplicates _gcry_ci...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-25
Werner Koch
tests: Add tests for mpi_cmp.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Werner Koch
ecc: Change algorithm for Ed25519 x recovery.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Werner Koch
ecc: Refactor _gcry_ecc_eddsa_decodepoint.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Jussi Kivilinna
ecc-gost: Add missing include
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Jussi Kivilinna
Replace architecture specific fast_wipememory2 with...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Jussi Kivilinna
Improve the speed of the cipher mode code
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Jussi Kivilinna
bufhelp: enable unaligned memory accesses for AArch64...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Dmitry Eremin...
Enable assembler optimizations on earlier ARM cores
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Dmitry Eremin...
mpi: enable assembler on all arm architectures
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Dmitry Eremin...
Correct ASM assembly test in configure.ac
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Werner Koch
ecc: Refactor ecc.c
commit
|
commitdiff
|
tree
|
snapshot
2013-10-23
Werner Koch
mpi: Fix scanning of negative SSH formats and add more...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Jussi Kivilinna
twofish: add ARMv6 assembly implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Jussi Kivilinna
mpi: allow building with clang on ARM
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Jussi Kivilinna
serpent-amd64: do not use GAS macros
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Jussi Kivilinna
Add Counter with CBC-MAC mode (CCM)
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Jussi Kivilinna
Add API to support AEAD cipher modes
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
NIIBE Yutaka
ecc: Correct compliant key generation for Edwards curves.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-17
Werner Koch
tests: Add test options to keygen.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-17
Werner Koch
mpi: Do not clear the sign of the mpi_mod result.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-17
Werner Koch
ecc: Put the curve name again into the output of gcry_p...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-17
Werner Koch
ecc: Support Weierstrass curves in gcry_mpi_ec_curve_point.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-16
Jussi Kivilinna
arcfour: more optimized version for non-i386 architectures
commit
|
commitdiff
|
tree
|
snapshot
2013-10-16
Jussi Kivilinna
Avoid void* pointer arithmetic
commit
|
commitdiff
|
tree
|
snapshot
2013-10-16
Dmitry Eremin...
ecc: Add support for GOST R 34.10-2001/-2012 signatures
commit
|
commitdiff
|
tree
|
snapshot
next