index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ECDSA_size() use consistent asn1 encoder.
Shane Lontis
2020-01-07
1
-19
/
+14
*
Fix incorrect return code on ECDSA key verification
Andrew Hoang
2020-01-05
1
-2
/
+2
*
Fix side channel in ecp_nistz256-armv8.pl
Fangming.Fang
2020-01-05
1
-37
/
+28
*
Fix side channel in the ecp_nistz256.c reference implementation
Bernd Edlinger
2020-01-05
1
-9
/
+40
*
Improve side channel fix in ecp_nistz256-x86_64.pl
Bernd Edlinger
2020-01-05
1
-25
/
+6
*
Fix side channel in ecp_nistz256-armv4.pl
Bernd Edlinger
2020-01-05
1
-46
/
+33
*
Fix side channel in ecp_nistz256-x86.pl
Bernd Edlinger
2020-01-05
1
-40
/
+36
*
Avoid leaking intermediate states in point doubling special case.
David Benjamin
2020-01-05
1
-6
/
+15
*
Fix potential SCA vulnerability in some EC_METHODs
Nicola Tuveri
2020-01-05
3
-6
/
+71
*
Add some missing cfi frame info in x25519-x86_64.pl
Bernd Edlinger
2019-12-23
1
-0
/
+14
*
Add some missing cfi frame info in ecp_nistz256-x86_64.pl
Bernd Edlinger
2019-12-23
1
-0
/
+8
*
ECDSA: don't clear free memory after verify.
Pauli
2019-11-21
1
-1
/
+1
*
Fix EC_POINT_bn2point() for BN_zero()
Nicola Tuveri
2019-11-13
1
-2
/
+2
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
3
-6
/
+6
*
s390x assembly pack: process x25519 and x448 non-canonical values
Patrick Steuer
2019-11-05
1
-8
/
+9
*
s390x assembly pack: fix x448 handling of non-canonical values
Patrick Steuer
2019-11-05
1
-4
/
+2
*
s390x: fix build errors
Patrick Steuer
2019-11-01
1
-0
/
+3
*
Deprecate EC_GROUP_clear_free()
Nicola Tuveri
2019-10-22
1
-0
/
+2
*
Avoid using EC_GROUP_clear_free() internally
Nicola Tuveri
2019-10-22
1
-2
/
+2
*
Fix missing Assembler defines
Shane Lontis
2019-10-16
1
-1
/
+5
*
[ec_asn1.c] Avoid injecting seed when built-in matches
Nicola Tuveri
2019-10-15
1
-0
/
+14
*
Rework how our providers are built
Richard Levitte
2019-10-10
1
-2
/
+2
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
3
-13
/
+16
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
8
-23
/
+23
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
37
-36
/
+36
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
10
-12
/
+12
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
5
-13
/
+682
*
s390x assembly pack: cleanse only sensitive fields
Patrick Steuer
2019-09-25
1
-2
/
+2
*
Unify all assembler file generators
Richard Levitte
2019-09-16
9
-30
/
+45
*
build.info: For all assembler generators, remove all arguments
Richard Levitte
2019-09-16
1
-10
/
+9
*
clearing the ecx private key memory
ManishPatidar1
2019-09-16
1
-1
/
+1
*
Fix potential memory leaks with BN_to_ASN1_INTEGER
Bernd Edlinger
2019-09-13
1
-2
/
+5
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Usages of KDFs converted to use the name macros
Pauli
2019-09-11
1
-1
/
+1
*
[ec] Match built-in curves on EC_GROUP_new_from_ecparameters
Nicola Tuveri
2019-09-09
1
-4
/
+67
*
[ec/ecp_nistp*.c] restyle: use {} around `else` too
Nicola Tuveri
2019-09-07
3
-18
/
+18
*
[ec/ecp_nistp*.c] remove flip_endian()
Nicola Tuveri
2019-09-07
3
-84
/
+62
*
Fix a SCA leak using BN_bn2bin()
Nicola Tuveri
2019-09-07
3
-21
/
+15
*
KDF error codes reworked
Pauli
2019-09-06
1
-0
/
+2
*
Fix users of KDFs to use params not ctls
Pauli
2019-09-06
1
-9
/
+19
*
[crypto/ec] for ECC parameters with NULL or zero cofactor, compute it
Billy Brumley
2019-09-05
1
-9
/
+96
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
1
-3
/
+3
*
Fix 9bf682f which broke nistp224_method
Patrick Steuer
2019-08-16
1
-1
/
+1
*
s390x assembly pack: accelerate ECDSA
Patrick Steuer
2019-08-15
1
-4
/
+198
*
Enable curve-spefific ECDSA implementations via EC_METHOD
Patrick Steuer
2019-08-15
11
-36
/
+113
*
s390x assembly pack: accelerate scalar multiplication
Patrick Steuer
2019-08-15
4
-13
/
+234
*
make ecp_nistz256_point_add_vis3() local
Vladimir Kotal
2019-08-09
1
-1
/
+0
*
Fix enable-ec_nistp_64_gcc_128
Matt Caswell
2019-08-07
3
-6
/
+6
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
26
-188
/
+459
*
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
David von Oheimb
2019-07-31
2
-4
/
+12
[next]