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
...
*
rinjdael-s390x: fix UBSAN warning on using index beyond end of array
Jussi Kivilinna
2021-07-05
1
-6
/
+17
*
ec: add zSeries/s390x accelerated scalar multiplication
Jussi Kivilinna
2021-07-02
8
-3
/
+483
*
tests/t-mpi-point: add one more NIST P-256 reduction test-vector
Jussi Kivilinna
2021-07-02
1
-0
/
+11
*
bench-slope: add X25519 and X448 scalar multiplication
Jussi Kivilinna
2021-07-01
1
-2
/
+28
*
mpi: optimizations for MPI scanning and printing
Jussi Kivilinna
2021-07-01
2
-287
/
+561
*
mpi/ec: cache converted field_table MPIs
Jussi Kivilinna
2021-07-01
1
-6
/
+16
*
mpi_ec_get_affine: fast path for Z==1 case
Jussi Kivilinna
2021-07-01
1
-0
/
+18
*
tests/t-mpi-point: add reduction test-vectors for secp256k1
Jussi Kivilinna
2021-07-01
1
-0
/
+62
*
ec-nist: fix 'mod p' carry adjustment and output masking
Jussi Kivilinna
2021-06-30
3
-53
/
+837
*
mpi/ec: add fast reduction for secp256k1
Jussi Kivilinna
2021-06-19
2
-0
/
+366
*
mpi/ec: add fast reduction functions for NIST curves
Jussi Kivilinna
2021-06-19
9
-18
/
+1943
*
mpi/ec: small optimization for ec_mulm_448
Jussi Kivilinna
2021-06-19
1
-54
/
+22
*
mpi/ec: small optimization for ec_mulm_25519
Jussi Kivilinna
2021-06-19
1
-29
/
+12
*
mpi/longlong.h: fix missing macro parameter parentheses
Jussi Kivilinna
2021-06-19
1
-7
/
+7
*
tests/t-mpi-point: add NIST curve multiplication test vectors
Jussi Kivilinna
2021-06-19
1
-1
/
+1997
*
tests/bench-slope: add ECC benchmarking
Jussi Kivilinna
2021-06-19
1
-52
/
+640
*
tests/benchmark: add benchmark for Ed448
Jussi Kivilinna
2021-06-19
1
-2
/
+19
*
ecc: Fix bug in gcry_pk_get_param for Curve25519.
Werner Koch
2021-06-17
3
-22
/
+151
*
build: Fix broken mlock detection
Johannes Schindelin via Gcrypt-devel
2021-06-16
1
-1
/
+1
*
cipher: Extend convenience OID mapping table for AES.
Werner Koch
2021-06-02
1
-0
/
+6
*
Minor tweak to gcry_free.
Werner Koch
2021-06-02
1
-1
/
+1
*
random: Silence a warning for building rndjent by Clang.
NIIBE Yutaka
2021-06-01
1
-0
/
+2
*
build: _DARWIN_C_SOURCE should be 1.
NIIBE Yutaka
2021-05-27
1
-1
/
+1
*
cipher: Fix ElGamal encryption for other implementations.
NIIBE Yutaka
2021-05-26
1
-18
/
+6
*
cipher: Fix memory leaks for EdDSA.
Tianjia Zhang
2021-05-17
1
-6
/
+2
*
Always include <config.h> in cipher assembly codes
H.J. Lu
2021-05-17
1
-1
/
+1
*
ecc: Fix the input length check for Montgomery curve.
NIIBE Yutaka
2021-05-06
1
-1
/
+1
*
hwf-x86: fix use of wrong operand type
Jussi Kivilinna
2021-04-28
1
-7
/
+5
*
ecc: Check the input length for the point.
NIIBE Yutaka
2021-04-27
1
-1
/
+8
*
keccak: add hash_buffers functions for SHAKE128 & SHAKE256
Jussi Kivilinna
2021-04-26
1
-2
/
+18
*
hash_buffers: add output length param for XOF support
Jussi Kivilinna
2021-04-26
9
-32
/
+65
*
md: remove hash_buffer function from algorithms
Jussi Kivilinna
2021-04-26
18
-241
/
+56
*
Add XOF output support for internal _gcry_md_hash_buffers
Jussi Kivilinna
2021-04-26
3
-283
/
+212
*
Use memset for constant length wipememory2
Jussi Kivilinna
2021-04-26
1
-42
/
+20
*
doc: Clarify gcry_md_setkey for keyed BLAKE hashes.
Werner Koch
2021-04-26
1
-2
/
+2
*
Post release updates.
libgcrypt-1.10-base
Werner Koch
2021-04-19
2
-1
/
+10
*
Release 1.9.3
libgcrypt-1.9.3
Werner Koch
2021-04-19
2
-2
/
+33
*
cipher: Fix memory leaks for EdDSA.
NIIBE Yutaka
2021-04-15
1
-6
/
+9
*
api: Avoid use of C99 feature.
NIIBE Yutaka
2021-04-13
1
-1
/
+1
*
random: Fix for iOS.
NIIBE Yutaka
2021-04-13
1
-0
/
+3
*
cipher: Hardening ElGamal by introducing exponent blinding too.
NIIBE Yutaka
2021-04-13
1
-3
/
+17
*
mpi: harden add_n_cond, sub_n_cond and abs_cond against EM leakage
Jussi Kivilinna
2021-04-09
1
-14
/
+20
*
mpi: harden set_cond functions against EM leakage
Jussi Kivilinna
2021-04-09
2
-12
/
+18
*
mpi: harden swap_cond functions against EM leakage
Jussi Kivilinna
2021-04-09
2
-16
/
+35
*
cipher: Return GPG_ERR_INV_KEYLEN when wrong key length.
NIIBE Yutaka
2021-04-02
3
-3
/
+12
*
cipher-gcm-ppc: add big-endian support
Jussi Kivilinna
2021-04-01
3
-24
/
+31
*
mpi/aarch64: use C_SYMBOL_NAME for assembly function names
Jussi Kivilinna
2021-04-01
5
-20
/
+20
*
build: Update gpg-error.m4.
NIIBE Yutaka
2021-03-31
1
-3
/
+4
*
build: Fix for make distcheck, no EPS support.
NIIBE Yutaka
2021-03-30
2
-3
/
+2
*
ecc: Fix the regression of gcry_mpi_ec_add.
NIIBE Yutaka
2021-03-30
3
-17
/
+44
[prev]
[next]