index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ecp_nistp256.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ecp_nistp256.c: Fix exponent in comment
Jonas Lindstrøm
2023-05-11
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-7
/
+3
*
Rework and make DEBUG macros consistent.
Rich Salz
2021-05-28
1
-1
/
+1
*
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
2021-04-08
1
-6
/
+3
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-78
/
+80
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-18
/
+14
*
unify spelling of serialize
Pauli
2020-07-30
1
-2
/
+2
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-5
/
+5
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
[crypto/ec] deprecate Jprojective_coordinates_GFp functions
Billy Brumley
2020-04-22
1
-6
/
+3
*
Use build.info, not ifdef for crypto modules
Rich Salz
2020-04-16
1
-26
/
+22
*
Fix comment placement in ecp_nistp256.ci
Scott Arciszewski
2020-02-28
1
-2
/
+2
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Fix potential SCA vulnerability in some EC_METHODs
Nicola Tuveri
2020-01-05
1
-1
/
+21
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
[ec/ecp_nistp*.c] restyle: use {} around `else` too
Nicola Tuveri
2019-09-07
1
-6
/
+6
*
[ec/ecp_nistp*.c] remove flip_endian()
Nicola Tuveri
2019-09-07
1
-28
/
+21
*
Fix a SCA leak using BN_bn2bin()
Nicola Tuveri
2019-09-07
1
-7
/
+5
*
Enable curve-spefific ECDSA implementations via EC_METHOD
Patrick Steuer
2019-08-15
1
-0
/
+3
*
Fix enable-ec_nistp_64_gcc_128
Matt Caswell
2019-08-07
1
-2
/
+2
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-6
/
+21
*
SCA hardening for mod. field inversion in EC_GROUP
Billy Brumley
2019-02-17
1
-0
/
+1
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-1
/
+1
*
EC2M Lopez-Dahab ladder: use it also for ECDSA verify
Nicola Tuveri
2018-07-16
1
-5
/
+0
*
EC point multiplication: add `ladder` scaffold
Nicola Tuveri
2018-07-16
1
-1
/
+6
*
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
Nicola Tuveri
2018-06-22
1
-1
/
+1
*
Better error code when lacking __SIZEOF_INT128__
Richard Levitte
2018-05-23
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
ec/ecp_nistp{224,256,521}.c: harmonize usage of __uint128_t.
Andy Polyakov
2018-02-24
1
-2
/
+2
*
ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.
Andy Polyakov
2017-12-27
1
-14
/
+15
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-07
1
-3
/
+3
*
Fix the return type of felem_is_zero_int which should be int.
Bernd Edlinger
2017-10-02
1
-2
/
+1
*
Change to check last return value of BN_CTX_get
Paul Yang
2017-06-26
1
-8
/
+12
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-3
/
+3
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-1
/
+7
*
Convert CRYPTO_LOCK_EC_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-3
/
+21
*
Add default operations to EC_METHOD
Dr. Stephen Henson
2016-03-01
1
-2
/
+11
*
Add group_order_bits to EC_METHOD.
Dr. Stephen Henson
2016-02-28
1
-0
/
+1
*
GH678: Add a few more zalloc
FdaSilvaYY
2016-02-22
1
-3
/
+3
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-09
1
-3
/
+3
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Fix bug in nistp224/256/521 where have_precompute_mult always returns 0
Matt Caswell
2016-01-29
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Call single parent free_comp routine.
Rich Salz
2016-01-13
1
-2
/
+1
*
Fix double-free bugs in EC group precomputation state
Viktor Dukhovni
2016-01-13
1
-0
/
+1
*
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
Rich Salz
2016-01-13
1
-54
/
+16
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Fix build errors with enable-ec_nistp_64_gcc_128
Peter Dettman
2015-05-29
1
-1
/
+1
[next]