projects
/
libgcrypt.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove byte order mark.
2017-07-19
NIIBE Yutaka
Remove byte order mark.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-07-07
NIIBE Yutaka
mpi: Minor fix of mpi_pow.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-07-07
NIIBE Yutaka
mpi: Fix mpi_pow alternative implementation.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-07-07
NIIBE Yutaka
Fix mpi_pow alternative implementation.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-07-04
NIIBE Yutaka
mpi: Fix mpi_set_secure.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-06-29
NIIBE Yutaka
rsa: Add exponent blinding.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-06-28
NIIBE Yutaka
Same computation for square and multiply.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-06-02
NIIBE Yutaka
secmem: Fix SEGV and stat calculation.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-04-28
NIIBE Yutaka
Spelling fixes in docs and comments.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2017-04-04
NIIBE Yutaka
mpi: Simplify mpi_powm.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-11-01
NIIBE Yutaka
cipher: Fix IDEA cipher for clearing memory.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-06-16
Niibe Yutaka
ecc: Default cofactor 1 for PUBKEY_FLAG_PARAM.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-06-16
Niibe Yutaka
ecc: Default cofactor 1 for PUBKEY_FLAG_PARAM.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-06-08
NIIBE Yutaka
ecc: Fix ecc_verify for cofactor support.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-05-06
NIIBE Yutaka
ecc: Fix ecc_verify for cofactor support.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-04-13
NIIBE Yutaka
ecc: Fix corner cases for X25519.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-04-12
NIIBE Yutaka
ecc: Fix X25519 computation on Curve25519.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-04-12
NIIBE Yutaka
ecc: Fix initialization of EC context.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-04-06
NIIBE Yutaka
ecc: Positive values in computation.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-25
NIIBE Yutaka
mpi: Normalize EXPO for mpi_powm.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-12
NIIBE Yutaka
ecc: Not validate input point for Curve25519.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-10
NIIBE Yutaka
ecc: Fix memory leaks on error.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-09
NIIBE Yutaka
doc: about commit 23b72901f8a5ba9a78485b235c7a917fbc8faae0
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-09
NIIBE Yutaka
ecc: input validation on ECDH.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-03
NIIBE Yutaka
tests: Add a test for Curve25519.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-02
NIIBE Yutaka
ecc: Fix Curve25519 for data by older implementation.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-02
NIIBE Yutaka
ecc: more fix of Curve25519.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2016-02-02
NIIBE Yutaka
ecc: Fix ECDH of Curve25519.
commit
|
commitdiff
|
tree
2015-12-05
NIIBE Yutaka
ecc: CHANGE point representation of Curve25519.
commit
|
commitdiff
|
tree
2015-11-26
NIIBE Yutaka
ecc: minor improvement of point multiplication.
commit
|
commitdiff
|
tree
2015-11-25
NIIBE Yutaka
ecc: Constant-time multiplication for Weierstrass curve.
commit
|
commitdiff
|
tree
2015-11-25
NIIBE Yutaka
mpi: fix gcry_mpi_swap_cond.
commit
|
commitdiff
|
tree
2015-11-25
NIIBE Yutaka
mpi: Fix mpi_set_cond and mpi_swap_cond .
commit
|
commitdiff
|
tree
2015-11-25
NIIBE Yutaka
ecc: multiplication of Edwards curve to be constant...
commit
|
commitdiff
|
tree
2015-11-25
NIIBE Yutaka
ecc: Add point_resize and point_swap_cond.
commit
|
commitdiff
|
tree
2015-10-22
NIIBE Yutaka
md: keep contexts for HMAC in GcryDigestEntry.
commit
|
commitdiff
|
tree
2015-10-15
NIIBE Yutaka
Fix double free on error.
commit
|
commitdiff
|
tree
2015-10-14
NIIBE Yutaka
Fix gpg_error_t and gpg_err_code_t confusion.
commit
|
commitdiff
|
tree
2015-10-13
NIIBE Yutaka
Fix declaration of return type.
commit
|
commitdiff
|
tree
2015-08-10
NIIBE Yutaka
ecc: fix Montgomery curve bugs.
commit
|
commitdiff
|
tree
2015-08-06
NIIBE Yutaka
Add Curve25519 support.
commit
|
commitdiff
|
tree
2015-07-06
NIIBE Yutaka
ecc: fix memory leaks.
commit
|
commitdiff
|
tree
2015-06-11
NIIBE Yutaka
mpi: Support FreeBSD 10 or later.
commit
|
commitdiff
|
tree
2015-02-27
NIIBE Yutaka
tests: fix t-sexp.c.
commit
|
commitdiff
|
tree
2015-02-27
NIIBE Yutaka
mpi: Avoid data-dependent timing variations in mpi_powm.
commit
|
commitdiff
|
tree
2015-02-27
NIIBE Yutaka
mpi: Revise mpi_powm.
commit
|
commitdiff
|
tree
2015-02-12
NIIBE Yutaka
mpi: Add mpi_set_cond.
commit
|
commitdiff
|
tree
2014-11-19
NIIBE Yutaka
ecc: Improve Montgomery curve implementation.
commit
|
commitdiff
|
tree
2014-08-12
NIIBE Yutaka
ecc: Support Montgomery curve for gcry_mpi_ec_mul_point.
commit
|
commitdiff
|
tree
2014-08-08
NIIBE Yutaka
ecc: Add cofactor to domain parameters.
commit
|
commitdiff
|
tree
2014-07-16
NIIBE Yutaka
mpi: Add mpi_swap_cond.
commit
|
commitdiff
|
tree
2014-01-28
NIIBE Yutaka
Fix RSA Blinding.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2014-01-15
NIIBE Yutaka
ecc: Fix _gcry_mpi_ec_p_new to allow secp256k1.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2014-01-12
NIIBE Yutaka
Add secp256k1 curve.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2013-12-04
NIIBE Yutaka
mpi: fix gcry_mpi_powm for negative base.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2013-10-22
NIIBE Yutaka
ecc: Correct compliant key generation for Edwards curves.
commit
|
commitdiff
|
tree
2013-10-16
NIIBE Yutaka
mpi: mpi-pow improvement.
Signed-off-by:
NIIBE Yutaka
<gniibe@fsij.org>
commit
|
commitdiff
|
tree
2013-08-08
NIIBE Yutaka
cipher: fix memory leak.
commit
|
commitdiff
|
tree
2013-08-07
NIIBE Yutaka
tests: fix memory leaks.
commit
|
commitdiff
|
tree
2013-08-06
NIIBE Yutaka
cipher: fix another memory leak.
commit
|
commitdiff
|
tree
2013-08-06
NIIBE Yutaka
tests: fix memory leaks.
commit
|
commitdiff
|
tree
2013-08-06
NIIBE Yutaka
cipher: fix memory leaks.
commit
|
commitdiff
|
tree