index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ecdsa_ossl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Fix mem leak in ECDSA_sign().
slontis
2023-03-31
1
-2
/
+2
*
Fix potential infinite loops in ECDSA signing.
slontis
2023-02-28
1
-2
/
+19
*
Implement deterministic ECDSA sign (RFC6979)
slontis
2022-11-30
1
-12
/
+61
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-8
/
+8
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-9
/
+9
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-46
/
+44
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
ECDSA: don't clear free memory after verify.
Pauli
2019-11-21
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Enable curve-spefific ECDSA implementations via EC_METHOD
Patrick Steuer
2019-08-15
1
-36
/
+71
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-4
/
+4
*
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
David von Oheimb
2019-07-31
1
-3
/
+11
*
EC keygen updates + changed ecdsa_sign to use BN_secure_new
Shane Lontis
2019-04-09
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-30
/
+9
*
ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.
Andy Polyakov
2018-07-18
1
-9
/
+21
*
ec/ecdsa_ossl.c: formatting and readability fixes.
Andy Polyakov
2018-07-18
1
-30
/
+18
*
ec/ecdsa_ossl.c: revert blinding in ECDSA signature.
Andy Polyakov
2018-07-18
1
-64
/
+7
*
ecdsa_ossl: address coverity nit
Benjamin Kaduk
2018-06-22
1
-1
/
+2
*
[crypto/ec] default to FLT or error
Billy Brumley
2018-06-21
1
-2
/
+2
*
make EC_GROUP_do_inverse_ord more robust
Billy Brumley
2018-06-21
1
-34
/
+7
*
Add blinding to a DSA signature
Matt Caswell
2018-06-21
1
-7
/
+7
*
Add blinding to an ECDSA signature
Matt Caswell
2018-06-13
1
-7
/
+63
*
ECDSA: remove nonce padding (delegated to EC_POINT_mul)
Billy Brumley
2018-05-09
1
-17
/
+0
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
Andy Polyakov
2018-01-07
1
-27
/
+33
*
Fix a typo in comment
Bernd Edlinger
2017-12-18
1
-1
/
+1
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-1
/
+1
*
Address a timing side channel whereby it is possible to determine some
Pauli
2017-11-01
1
-6
/
+20
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-3
/
+3
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-1
/
+1
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-1
/
+1
*
Don't allocate r/s in DSA_SIG and ECDSA_SIG
Dr. Stephen Henson
2016-07-20
1
-0
/
+6
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-53
/
+5
*
Add no signing flag.
Dr. Stephen Henson
2016-02-28
1
-0
/
+15
*
Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor
Dr. Stephen Henson
2016-01-31
1
-13
/
+14
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Use NULL comparison
Dr. Stephen Henson
2015-12-09
1
-2
/
+2
*
Top level ECDSA sign/verify redirection.
Dr. Stephen Henson
2015-12-09
1
-0
/
+48
*
adapt ossl_ecdsa.c to crypto/ec
Dr. Stephen Henson
2015-12-09
1
-86
/
+59
*
Move ECDSA implementation to crypto/ec
Dr. Stephen Henson
2015-12-09
1
-0
/
+468