index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
curve448
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support all five EdDSA instances from RFC 8032
James Muir
2023-01-13
2
-47
/
+14
*
Update copyright year
Matt Caswell
2022-05-03
2
-2
/
+2
*
Fix Coverity 1498612 & 1503221: integer overflow
Pauli
2022-04-03
1
-1
/
+7
*
Fix Coverity 1498612: integer overflow
Pauli
2022-03-25
1
-0
/
+1
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
2
-2
/
+2
*
Fix copyrights
Todd Short
2022-02-03
3
-6
/
+6
*
Fix the parameter type of gf_serialize
Bernd Edlinger
2021-09-17
2
-2
/
+2
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
2
-2
/
+2
*
Fix warning in gf_serialize
Juergen Christ
2021-05-24
1
-1
/
+1
*
Fix build failure with MSVC
Tomas Mraz
2021-04-22
2
-0
/
+2
*
Avoid the need for Configure time 128-bit int detection
Matt Caswell
2021-04-22
2
-2
/
+20
*
Update copyright year
Matt Caswell
2021-04-08
14
-14
/
+14
*
curve448: Integrate 64-bit reference implementation
Amitay Isaacs
2021-04-08
3
-4
/
+14
*
curve448: Use constant time zero check function
Amitay Isaacs
2021-04-08
1
-5
/
+3
*
curve448: Remove the unrolled loop version
Amitay Isaacs
2021-04-08
1
-124
/
+16
*
curve448: Use NLIMBS where appropriate to simplify the code
Amitay Isaacs
2021-04-08
1
-6
/
+6
*
curve448: Modernise reference 64-bit code
Amitay Isaacs
2021-04-08
3
-30
/
+37
*
curve448: Rename arch_ref64 to arch_64
Amitay Isaacs
2021-04-08
3
-0
/
+0
*
Partially Revert "Remove curve448 architecture specific files"
Amitay Isaacs
2021-04-08
3
-0
/
+388
*
curve448: Use relative includes to avoid explicit dependencies
Amitay Isaacs
2021-04-08
3
-3
/
+3
*
Use numbers definition of int128_t and uint128_t
Amitay Isaacs
2021-04-08
2
-4
/
+6
*
Add ossl_ ecx symbols
Shane Lontis
2021-03-18
7
-225
/
+277
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
3
-21
/
+21
*
Fix ecx so that is uses a settable propertyquery
Shane Lontis
2020-09-23
3
-36
/
+49
*
unify spelling of serialize
Pauli
2020-07-30
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
3
-3
/
+3
*
ecx: add key generation support.
Pauli
2020-04-17
1
-3
/
+0
*
Implement provider support for Ed25519 annd Ed448
Matt Caswell
2020-03-09
2
-9
/
+1
*
crypto/ec/curve448/eddsa.c: fix EBCDIC platforms
Patrick Steuer
2020-03-05
1
-1
/
+6
*
Implement a stricter ECX_KEY type
Matt Caswell
2020-02-11
2
-6
/
+1
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
8
-23
/
+23
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
5
-4
/
+4
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
1
-3
/
+3
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
3
-50
/
+82
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-2
/
+2
*
Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_t
Shane Lontis
2019-04-11
1
-2
/
+4
*
fix truncation of integers on 32bit AIX
Shane Lontis
2019-03-11
4
-429
/
+1437
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
1
-7
/
+7
*
Disallow Ed448 signature malleability
Matt Caswell
2018-12-11
1
-2
/
+28
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
14
-14
/
+14
*
Fix some undefined behaviour in the Curve448 code (2nd attempt)
Dr. Matthias St. Pierre
2018-08-03
1
-6
/
+3
*
Remove some logically dead code
Matt Caswell
2018-05-31
1
-4
/
+0
*
curve448/field.h: relax alignment, as it doesn't work universally.
Andy Polyakov
2018-03-22
1
-1
/
+1
*
ec/curve448/f_generic.c: fix VC-WIN32 debug build failure.
Andy Polyakov
2018-03-03
2
-4
/
+4
*
ec/curve448/curve448.c: fix undefined behaviour sanitizer failure.
Andy Polyakov
2018-03-03
1
-1
/
+1
*
ec/curve448: portability fixups.
Andy Polyakov
2018-02-24
2
-2
/
+3
*
Fix some undefined behaviour in the Curve448 code
Matt Caswell
2018-02-21
1
-3
/
+6
*
Some more cleanups of curve448 code
Matt Caswell
2018-02-20
2
-13
/
+1
[next]