index
:
delta/libgcrypt.git
ECC-INTEGRATION-1-5
LIBGCRYPT-1-2-BRANCH
LIBGCRYPT-1-4-BRANCH
LIBGCRYPT-1-5-BRANCH
LIBGCRYPT-1-6-BRANCH
LIBGCRYPT-1-7-BRANCH
LIBGCRYPT-1.10-BRANCH
LIBGCRYPT-1.8-BRANCH
LIBGCRYPT-1.9-BRANCH
LIBGCRYPT-2.0-MO
OS2-BRANCH
STABLE-BRANCH-1-0
baserock/gnome
baserock/libgcrypt-1.5.5
baserock/morph
cipher-amd64-optimizations
cipher-s390x-optimizations
compliant-ecc-keygen
dkg/ecc-debug-cleanup
dkg/fix-T3894
ePit-1-0
gniibe-T3358
gniibe-curve25519
gniibe-mpi-pow-2017-06
gniibe/4293
gniibe/cmac-selftest
gniibe/const-invm
gniibe/fips-from-redhat
gniibe/jitterent
gniibe/new-pk-api
gniibe/t5797
gniibe/x448
http-to-https
justus/fix-error-handling
master
mo
padlock-test
t4873
ueno-pss
dev.gnupg.org: source/libgcrypt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Same computation for square and multiply.
gniibe-mpi-pow-2017-06
NIIBE Yutaka
2017-06-24
1
-21
/
+29
*
build: Fix ChangeLog building for builds from other worktrees.
Werner Koch
2017-06-08
1
-1
/
+1
*
Add release info from 1.7.7 to NEWS
Werner Koch
2017-06-02
1
-0
/
+6
*
secmem: Fix SEGV and stat calculation.
NIIBE Yutaka
2017-06-02
1
-5
/
+5
*
ecc: Store EdDSA session key in secure memory.
Jo Van Bulck
2017-06-01
1
-1
/
+1
*
api: Deprecate gcry_md_info
Werner Koch
2017-05-31
2
-2
/
+3
*
mpi: Distribute asm files for aarch64 and asm
Werner Koch
2017-05-30
2
-0
/
+12
*
mpi: Distribute asm definitions for amd64
Werner Koch
2017-05-30
1
-0
/
+1
*
cipher: Fix compiler warnings.
Werner Koch
2017-05-23
1
-8
/
+24
*
doc: Comment fixes
Werner Koch
2017-05-23
2
-2
/
+7
*
rijndael-ssse3: fix functions calls from assembly blocks
Jussi Kivilinna
2017-05-18
1
-6
/
+25
*
chacha20-armv7-neon: fix to use fast code path when memory is aligned
Jussi Kivilinna
2017-05-18
1
-1
/
+1
*
Move data in AMD64 assembly to text section
Jussi Kivilinna
2017-05-18
15
-25
/
+5
*
cast5-amd64: use 64-bit relocation with large PIC memory model
Jussi Kivilinna
2017-05-18
1
-1
/
+14
*
Fix building with x86-64 medium and large memory models
Jussi Kivilinna
2017-05-13
2
-3
/
+3
*
Spelling fixes in docs and comments.
NIIBE Yutaka
2017-04-28
27
-39
/
+39
*
mpi: Simplify mpi_powm.
NIIBE Yutaka
2017-04-04
1
-75
/
+30
*
build: Use macOS' compatibility macros to enable all features.
Justus Winter
2017-03-08
1
-0
/
+4
*
Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)
Jussi Kivilinna
2017-02-27
11
-18
/
+3921
*
Fix building with clang on ARM64/FreeBSD
Jussi Kivilinna
2017-02-27
5
-6
/
+10
*
Fix building with a pre C99 compiler.
Justus Winter
2017-02-07
1
-2
/
+6
*
Implement CFB with 8-bit mode
Mathias L. Baumann
2017-02-04
4
-1
/
+202
*
Register DCO for Mathias L. Baumann
Jussi Kivilinna
2017-02-04
1
-0
/
+3
*
rndhw: add missing "memory" clobbers
Jussi Kivilinna
2017-02-04
1
-3
/
+3
*
Add UNLIKELY and LIKELY macros
Jussi Kivilinna
2017-02-04
2
-11
/
+20
*
rndhw: avoid type-punching
Jussi Kivilinna
2017-02-04
1
-4
/
+4
*
hwf-x86: avoid type-punching
Jussi Kivilinna
2017-01-28
1
-9
/
+11
*
cipher: add explicit blocksize checks to allow better optimization
Jussi Kivilinna
2017-01-28
5
-0
/
+45
*
bufhelp: use unaligned dword and qword types for endianess helpers
Jussi Kivilinna
2017-01-28
1
-5
/
+14
*
rijndael-aesni: fix u128_t strict-aliasing rule breaking
Jussi Kivilinna
2017-01-28
1
-1
/
+4
*
cipher-xts: fix pointer casting to wrong alignment and aliasing
Jussi Kivilinna
2017-01-28
1
-13
/
+13
*
crc-intel-pclmul: fix undefined behavior with unaligned access
Jussi Kivilinna
2017-01-28
1
-4
/
+10
*
configure.ac: fix attribute checks
Jussi Kivilinna
2017-01-28
1
-0
/
+10
*
configure.ac: fix may_alias attribute check
Jussi Kivilinna
2017-01-28
1
-1
/
+2
*
bufhelp: add 'may_alias' attribute for properly aligned 'bufhelp_int_t'
Jussi Kivilinna
2017-01-28
1
-0
/
+7
*
w32: New envvar GCRYPT_RNDW32_DBG.
Werner Koch
2017-01-27
2
-2
/
+15
*
Update NEWS with release info from 1.7.4 to 1.7.6.
Werner Koch
2017-01-27
1
-37
/
+32
*
rijndael-ssse3-amd64: fix building on x32
Jussi Kivilinna
2017-01-23
1
-6
/
+6
*
bufhelp: use 'may_alias' attribute unaligned pointer types
Jussi Kivilinna
2017-01-23
3
-4
/
+21
*
random: Call getrandom before select and emitting a progress callback.
Werner Koch
2017-01-18
1
-44
/
+44
*
mpi: amd64: fix too large jump alignment in mpih-rshift
Jussi Kivilinna
2017-01-06
1
-1
/
+1
*
rijndael-ssse3: move assembly functions to separate source-file
Jussi Kivilinna
2017-01-06
4
-873
/
+961
*
Add AVX2/vpgather bulk implementation of Twofish
Jussi Kivilinna
2017-01-06
7
-44
/
+1354
*
Add XTS cipher mode
Jussi Kivilinna
2017-01-06
9
-23
/
+793
*
rijndael-ssse3: fix counter operand from read-only to read/write
Jussi Kivilinna
2017-01-04
1
-2
/
+2
*
Extend GCRYCTL_PRINT_CONFIG to print compiler version.
Werner Koch
2017-01-03
2
-1
/
+24
*
tests: Add option --disable-hwf to the version utility.
Werner Koch
2017-01-03
3
-18
/
+75
*
Add release info from 1.7.5
Werner Koch
2016-12-15
1
-1
/
+9
*
Fix regression in broken mlock detection.
Werner Koch
2016-12-15
1
-1
/
+1
*
tests: Check the result of all gcry_control operations.
Justus Winter
2016-12-13
33
-158
/
+169
[next]