Rich Salz
|
a935791d54
Rework and make DEBUG macros consistent.
|
před 3 roky |
Amitay Isaacs
|
5de32f22e7
Use numbers definition of int128_t and uint128_t
|
před 3 roky |
Matt Caswell
|
8020d79b40
Update copyright year
|
před 3 roky |
Shane Lontis
|
32ab57cbb4
Fix external symbols related to ec & sm2 keys
|
před 3 roky |
Richard Levitte
|
9311d0c471
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
|
před 4 roky |
Bernd Edlinger
|
77286fe3ec
Avoid undefined behavior with unaligned accesses
|
před 6 roky |
Richard Levitte
|
f844f9eb44
Rename FIPS_MODE to FIPS_MODULE
|
před 4 roky |
Matt Caswell
|
33388b44b6
Update copyright year
|
před 4 roky |
Billy Brumley
|
07caec83b8
[crypto/ec] deprecate Jprojective_coordinates_GFp functions
|
před 4 roky |
Rich Salz
|
705536e2b5
Use build.info, not ifdef for crypto modules
|
před 4 roky |
Pauli
|
579422c85c
Deprecate the ECDSA and EV_KEY_METHOD functions.
|
před 4 roky |
Nicola Tuveri
|
0164bf812f
Fix potential SCA vulnerability in some EC_METHODs
|
před 5 roky |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
před 5 roky |
Nicola Tuveri
|
4fe2ee3a44
[ec/ecp_nistp*.c] restyle: use {} around `else` too
|
před 5 roky |
Nicola Tuveri
|
e0b660c27d
[ec/ecp_nistp*.c] remove flip_endian()
|
před 5 roky |
Nicola Tuveri
|
805315d3a2
Fix a SCA leak using BN_bn2bin()
|
před 5 roky |
Patrick Steuer
|
653b883b97
Fix 9bf682f which broke nistp224_method
|
před 5 roky |
Patrick Steuer
|
9bf682f62b
Enable curve-spefific ECDSA implementations via EC_METHOD
|
před 5 roky |
Matt Caswell
|
a6482df03a
Fix enable-ec_nistp_64_gcc_128
|
před 5 roky |
Matt Caswell
|
a9612d6c03
Make the EC code available from inside the FIPS provider
|
před 5 roky |
Pauli
|
80de174281
Make the array zeroing explicit using memset.
|
před 5 roky |
Billy Brumley
|
e0033efc30
SCA hardening for mod. field inversion in EC_GROUP
|
před 5 roky |
Richard Levitte
|
a7f182b726
Following the license change, modify the boilerplates in crypto/ec/
|
před 6 roky |
Matt Caswell
|
9cc570d4c4
Use the new non-curve type specific EC functions internally
|
před 6 roky |
Nicola Tuveri
|
01ad66f85d
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
|
před 6 roky |
Nicola Tuveri
|
3712436071
EC point multiplication: add `ladder` scaffold
|
před 6 roky |
Nicola Tuveri
|
3f5abab941
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
|
před 6 roky |
Sohaib ul Hassan
|
f667820c16
Implement coordinate blinding for EC_POINT
|
před 6 roky |
Richard Levitte
|
8cc1dc3632
Better error code when lacking __SIZEOF_INT128__
|
před 6 roky |
Kunxian Xia
|
eb8e052c4b
Correct the equation for Y' in the comment of point_double function
|
před 6 roky |