index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
curve25519.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support all five EdDSA instances from RFC 8032
James Muir
2023-01-13
1
-8
/
+78
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Simpler square-root computation for Ed25519
James Muir
2022-01-20
1
-9
/
+4
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
2021-04-08
1
-2
/
+4
*
Add ossl_ ecx symbols
Shane Lontis
2021-03-18
1
-11
/
+17
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Fix ecx so that is uses a settable propertyquery
Shane Lontis
2020-09-23
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
ecx: add key generation support.
Pauli
2020-04-17
1
-3
/
+14
*
Enable Ed25519 signing/verifying to use the libctx
Matt Caswell
2020-04-09
1
-4
/
+6
*
Implement a stricter ECX_KEY type
Matt Caswell
2020-02-11
1
-0
/
+1
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Deprecate the low level SHA functions.
Pauli
2020-01-19
1
-23
/
+50
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_t
Shane Lontis
2019-04-11
1
-1
/
+2
*
curve25519.c: improve formula alignment
Dr. Matthias St. Pierre
2018-12-06
1
-523
/
+513
*
curve25519.c: reformat code to follow coding guidelines
Dr. Matthias St. Pierre
2018-12-06
1
-2228
/
+2344
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Disallow Ed25519 signature maleability
Matt Caswell
2018-12-03
1
-10
/
+43
*
ec/curve25519.c: reorganize for better accessibility.
Andy Polyakov
2018-07-15
1
-143
/
+150
*
Add -Wstrict-prototypes option to --strict-warnings
Bernd Edlinger
2018-06-21
1
-1
/
+1
*
ec/curve25519.c: resolve regression with Android NDK's arm64 gcc.
Andy Polyakov
2018-03-13
1
-1
/
+2
*
{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.
Andy Polyakov
2018-02-24
1
-68
/
+67
*
ec/curve25519.c: facilitate assembly implementations.
Andy Polyakov
2018-02-21
1
-32
/
+287
*
crypto/ec/curve25519.c: remove redundant fe[51]_cswap.
Andy Polyakov
2018-02-21
1
-4
/
+0
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
ec/curve25519.c: avoid 2^51 radix on SPARC.
Andy Polyakov
2018-01-07
1
-0
/
+1
*
ec/curve25519.c: "double" ecdhx25519 performance on 64-bit platforms.
Andy Polyakov
2017-12-28
1
-6
/
+482
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-114
/
+114
*
Clear secret stack values after use in the ED25519-functions
Bernd Edlinger
2017-08-25
1
-2
/
+2
*
Clear secret stack values after use in curve25519.c
Bernd Edlinger
2017-08-25
1
-0
/
+6
*
Left shift of a negative number is undefined behaviour
Matt Caswell
2017-06-02
1
-115
/
+115
*
Clear sensitive data in ED25519_sign
Dr. Stephen Henson
2017-05-30
1
-1
/
+7
*
Make Ed25519 consistent with X25519
Dr. Stephen Henson
2017-05-30
1
-16
/
+6
*
Add Ed25519 algorithm.
Dr. Stephen Henson
2017-05-30
1
-0
/
+1326
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Document inversion ladder in curve25519
Emilia Kasper
2016-05-05
1
-11
/
+42
*
Curve25519: fix const-initialization
Emilia Kasper
2016-03-04
1
-4
/
+4
*
Curve25519: avoid undefined behaviour
Emilia Kasper
2016-03-04
1
-86
/
+81
*
Clean up curve25519 build
Emilia Kasper
2016-03-03
1
-175
/
+0
*
curve25519: add missing const-qualifier
Emilia Kasper
2016-03-02
1
-1
/
+1
*
Make k25519Precomp const
Kurt Roeckx
2016-03-02
1
-1
/
+1
*
remove unused variables
Dr. Stephen Henson
2016-02-29
1
-9
/
+0
*
Remove unused code.
Dr. Stephen Henson
2016-02-28
1
-1343
/
+0
*
Change BORINGSSL defines to OPENSSL
Dr. Stephen Henson
2016-02-28
1
-7
/
+7
*
Initial adaptations for Curve25519 code.
Dr. Stephen Henson
2016-02-28
1
-20
/
+23
*
Place under OpenSSL license.
Emilia Kasper
2016-02-28
1
-14
/
+47
*
Add X25519 code from BoringSSL.
Dr. Stephen Henson
2016-02-28
1
-0
/
+4899