Pauli
|
579422c85c
Deprecate the ECDSA and EV_KEY_METHOD functions.
|
4 年之前 |
Bernd Edlinger
|
45a405382b
Fix side channel in the ecp_nistz256.c reference implementation
|
5 年之前 |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 年之前 |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 年之前 |
Patrick Steuer
|
9bf682f62b
Enable curve-spefific ECDSA implementations via EC_METHOD
|
5 年之前 |
Matt Caswell
|
a9612d6c03
Make the EC code available from inside the FIPS provider
|
5 年之前 |
David Benjamin
|
15972296af
Fix calling convention bug in ecp_nistz256_ord_sqr_mont
|
5 年之前 |
Shane Lontis
|
ce1415ed2c
Added NULL check to BN_clear() & BN_CTX_end()
|
5 年之前 |
Billy Brumley
|
e0033efc30
SCA hardening for mod. field inversion in EC_GROUP
|
5 年之前 |
Anna Henningsen
|
e26f653def
Fix compilation with `-DREF_PRINT`
|
5 年之前 |
Richard Levitte
|
a7f182b726
Following the license change, modify the boilerplates in crypto/ec/
|
6 年之前 |
Andy Polyakov
|
7b953da40d
ec/ecp_nistz256.c: fix Coverity nit.
|
6 年之前 |
Andy Polyakov
|
8fc4aeb952
ec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
|
6 年之前 |
Nicola Tuveri
|
01ad66f85d
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
|
6 年之前 |
Nicola Tuveri
|
3712436071
EC point multiplication: add `ladder` scaffold
|
6 年之前 |
Billy Brumley
|
792546eb18
[crypto/ec] default to FLT or error
|
6 年之前 |
Sohaib ul Hassan
|
f667820c16
Implement coordinate blinding for EC_POINT
|
6 年之前 |
Matt Caswell
|
b14e601550
Improve compatibility of point and curve checks
|
6 年之前 |
Todd Short
|
8e403a79b0
Fix --strict-warnings with C90
|
6 年之前 |
Richard Levitte
|
3c7d0945b6
Update copyright years on all files merged since Jan 1st 2018
|
6 年之前 |
Andy Polyakov
|
10bc340945
ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.
|
6 年之前 |
Andy Polyakov
|
ab4f2026b7
ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
|
6 年之前 |
Andy Polyakov
|
eb7916960b
ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
|
6 年之前 |
Pauli
|
cd420b0b1f
Move the REF_PRINT support from e_os.h to internal/refcount.h.
|
7 年之前 |
Pauli
|
677963e5a4
e_os.h removal from other headers and source files.
|
7 年之前 |
Rich Salz
|
dcf6e50f48
Merge Intel copyright notice into standard
|
7 年之前 |
Benjamin Kaduk
|
f44903a428
Address some -Wold-style-declaration warnings
|
7 年之前 |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 年之前 |
Rich Salz
|
f3b3d7f003
Add -Wswitch-enum
|
8 年之前 |
Andy Polyakov
|
e3057a57ca
ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.
|
8 年之前 |