index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ecp_nistp224.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
2021-04-08
1
-5
/
+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
-79
/
+81
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-18
/
+14
*
Avoid undefined behavior with unaligned accesses
Bernd Edlinger
2020-05-27
1
-4
/
+5
*
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
-13
/
+8
*
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
-4
/
+31
*
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
/
+20
*
Fix a SCA leak using BN_bn2bin()
Nicola Tuveri
2019-09-07
1
-7
/
+5
*
Fix 9bf682f which broke nistp224_method
Patrick Steuer
2019-08-16
1
-1
/
+1
*
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
*
Make the array zeroing explicit using memset.
Pauli
2019-03-29
1
-1
/
+3
*
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
/
+4
*
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
Nicola Tuveri
2018-06-22
1
-1
/
+1
*
Implement coordinate blinding for EC_POINT
Sohaib ul Hassan
2018-06-19
1
-1
/
+3
*
Better error code when lacking __SIZEOF_INT128__
Richard Levitte
2018-05-23
1
-1
/
+1
*
Correct the equation for Y' in the comment of point_double function
Kunxian Xia
2018-04-09
1
-1
/
+1
*
Fix a bug in ecp_nistp224.c.
David Benjamin
2018-04-03
1
-16
/
+12
*
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
-1
/
+0
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-3
/
+3
*
Many spelling fixes/typo's corrected.
Josh Soref
2017-11-12
1
-1
/
+1
*
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
-9
/
+13
*
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
/
+22
*
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
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-10
1
-3
/
+3
*
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-14
1
-2
/
+1
*
Fix double-free bugs in EC group precomputation state
Viktor Dukhovni
2016-01-14
1
-0
/
+1
*
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
Rich Salz
2016-01-13
1
-55
/
+16
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-7
/
+4
*
Fix build errors with enable-ec_nistp_64_gcc_128
Peter Dettman
2015-05-29
1
-1
/
+1
[next]