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 |
Todd Short
|
8e403a79b0
Fix --strict-warnings with C90
|
6 years ago |
Richard Levitte
|
3c7d0945b6
Update copyright years on all files merged since Jan 1st 2018
|
6 years ago |
Andy Polyakov
|
10bc340945
ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.
|
6 years ago |
Andy Polyakov
|
ab4f2026b7
ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
|
6 years ago |
Andy Polyakov
|
eb7916960b
ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
|
6 years ago |
Pauli
|
cd420b0b1f
Move the REF_PRINT support from e_os.h to internal/refcount.h.
|
7 years ago |
Pauli
|
677963e5a4
e_os.h removal from other headers and source files.
|
7 years ago |
Rich Salz
|
dcf6e50f48
Merge Intel copyright notice into standard
|
7 years ago |
Benjamin Kaduk
|
f44903a428
Address some -Wold-style-declaration warnings
|
7 years ago |
Kurt Roeckx
|
2f545ae45d
Add support for reference counting using C11 atomics
|
8 years ago |
Rich Salz
|
f3b3d7f003
Add -Wswitch-enum
|
8 years ago |
Andy Polyakov
|
e3057a57ca
ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.
|
8 years ago |
Andy Polyakov
|
b62b2454fa
ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.
|
8 years ago |
Andy Polyakov
|
2e929e538c
ecp_nistz256.c: get is_one on 32-bit platforms right.
|
8 years ago |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
8 years ago |
FdaSilvaYY
|
dccd20d1b5
fix tab-space mixed indentation
|
8 years ago |
Alessandro Ghedini
|
9b398ef297
Convert CRYPTO_LOCK_EC_* to new multi-threading API
|
8 years ago |
Dr. Stephen Henson
|
9ff9bccc41
Add default operations to EC_METHOD
|
8 years ago |
Dr. Stephen Henson
|
e5b2ea0ac3
Add group_order_bits to EC_METHOD.
|
8 years ago |
FdaSilvaYY
|
a2d0baa2d9
GH678: Add a few more zalloc
|
8 years ago |
Dr. Stephen Henson
|
be2e334fce
Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactor
|
8 years ago |
Rich Salz
|
94af0cd7f3
Move more BN internals to bn_lcl.h
|
8 years ago |
Rich Salz
|
2c52ac9bfe
Call single parent free_comp routine.
|
8 years ago |
Viktor Dukhovni
|
b098dcae66
Fix double-free bugs in EC group precomputation state
|
8 years ago |
Rich Salz
|
3aef36ffef
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
|
8 years ago |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 years ago |
Richard Levitte
|
b39fc56061
Identify and move common internal libcrypto header files
|
9 years ago |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 years ago |