Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Pauli
|
1353736b3e
ec: update to structure based atomics
|
1 year ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Pauli
|
4656d9ecd1
ec: remove TODOs
|
3 years ago |
Shane Lontis
|
32ab57cbb4
Fix external symbols related to ec & sm2 keys
|
3 years ago |
Richard Levitte
|
4333b89f50
Update copyright year
|
3 years ago |
Agustin Gianni
|
48116c2d0f
Fix incorrect use of BN_CTX API
|
3 years ago |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
4 years ago |
Billy Brumley
|
c2f2db9b6f
deprecate EC_POINT_make_affine and EC_POINTs_make_affine
|
4 years ago |
Richard Levitte
|
f844f9eb44
Rename FIPS_MODE to FIPS_MODULE
|
4 years ago |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 years ago |
Billy Brumley
|
c61ced5ec5
[crypto/ec] blind coordinates in ec_wNAF_mul for robustness
|
4 years ago |
Billy Brumley
|
a4a93bbfb0
[crypto/ec] Ladder tweaks
|
4 years ago |
Pauli
|
579422c85c
Deprecate the ECDSA and EV_KEY_METHOD functions.
|
4 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 |
Matt Caswell
|
a9612d6c03
Make the EC code available from inside the FIPS provider
|
5 years ago |
Bernd Edlinger
|
3051bf2afa
Don't use coordinate blinding when scalar is group order
|
5 years ago |
Nicola Tuveri
|
ac2b52c6ad
Separate the lookup test
|
5 years ago |
Shane Lontis
|
8402cd5f75
added code to validate EC named curve parameters
|
5 years ago |
Shane Lontis
|
ce1415ed2c
Added NULL check to BN_clear() & BN_CTX_end()
|
5 years ago |
Bernd Edlinger
|
8a74bb5c7b
Clear the point S before freeing in ec_scalar_mul_ladder
|
5 years ago |
Richard Levitte
|
a7f182b726
Following the license change, modify the boilerplates in crypto/ec/
|
6 years ago |
Pauli
|
99540ec794
Timing vulnerability in ECDSA signature generation (CVE-2018-0735)
|
6 years ago |
Nicola Tuveri
|
01ad66f85d
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
|
6 years ago |
Nicola Tuveri
|
3712436071
EC point multiplication: add `ladder` scaffold
|
6 years ago |
Billy Brumley
|
de72274d62
[crypto/ec] disable SCA mitigations for curves with incomplete parameters
|
6 years ago |
Billy Brumley
|
a766aab93a
[crypto/ec] don't assume points are of order group->order
|
6 years ago |
Sohaib ul Hassan
|
f667820c16
Implement coordinate blinding for EC_POINT
|
6 years ago |
Matt Caswell
|
b14e601550
Improve compatibility of point and curve checks
|
6 years ago |