Pauli
|
5cbd2ea3f9
add zero strenght arguments to BN and RAND RNG calls
|
3 years ago |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 years ago |
Shane Lontis
|
32ab57cbb4
Fix external symbols related to ec & sm2 keys
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Pauli
|
579422c85c
Deprecate the ECDSA and EV_KEY_METHOD functions.
|
4 years ago |
Pauli
|
cff7d199e0
ECDSA: don't clear free memory after verify.
|
5 years ago |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 years ago |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 years ago |
Patrick Steuer
|
9bf682f62b
Enable curve-spefific ECDSA implementations via EC_METHOD
|
5 years ago |
Matt Caswell
|
a9612d6c03
Make the EC code available from inside the FIPS provider
|
5 years ago |
David von Oheimb
|
7408f6759f
make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA
|
5 years ago |
Shane Lontis
|
bb315ca716
EC keygen updates + changed ecdsa_sign to use BN_secure_new
|
5 years ago |
Richard Levitte
|
a7f182b726
Following the license change, modify the boilerplates in crypto/ec/
|
6 years ago |
Matt Caswell
|
9cc570d4c4
Use the new non-curve type specific EC functions internally
|
6 years ago |
Andy Polyakov
|
37132c9702
ec/ecdsa_ossl.c: switch to fixed-length Montgomery multiplication.
|
6 years ago |
Andy Polyakov
|
fff7a0dcf6
ec/ecdsa_ossl.c: formatting and readability fixes.
|
6 years ago |
Andy Polyakov
|
3fc7a9b96c
ec/ecdsa_ossl.c: revert blinding in ECDSA signature.
|
6 years ago |
Benjamin Kaduk
|
5295b99b56
ecdsa_ossl: address coverity nit
|
6 years ago |
Billy Brumley
|
792546eb18
[crypto/ec] default to FLT or error
|
6 years ago |
Billy Brumley
|
c11d372b3b
make EC_GROUP_do_inverse_ord more robust
|
6 years ago |
Matt Caswell
|
7f9822a482
Add blinding to a DSA signature
|
6 years ago |
Matt Caswell
|
a3e9d5aa98
Add blinding to an ECDSA signature
|
6 years ago |
Billy Brumley
|
fe2d397588
ECDSA: remove nonce padding (delegated to EC_POINT_mul)
|
6 years ago |
Richard Levitte
|
3c7d0945b6
Update copyright years on all files merged since Jan 1st 2018
|
6 years ago |
Andy Polyakov
|
eb7916960b
ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
|
6 years ago |
Bernd Edlinger
|
532b11830c
Fix a typo in comment
|
7 years ago |
Josh Soref
|
46f4e1bec5
Many spelling fixes/typo's corrected.
|
7 years ago |
Pauli
|
4a089bbdf1
Address a timing side channel whereby it is possible to determine some
|
7 years ago |
KaoruToda
|
26a7d938c9
Remove parentheses of return.
|
7 years ago |