OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / ec / curve448 /
7 days ago Richard LevitteCopyright year updates
2024-02-09 Angel BaezRearrange terms in gf_mul to prevent segfault
2023-11-01 Christian SchmidtCorrect comment in crypto/ec/curve448/ed448.h
2023-09-28 Matt CaswellCopyright year updates
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-07-13 Pankul94Changes to resolve symbol conflict due to gf_mul
2023-01-13 James MuirSupport all five EdDSA instances from RFC 8032
2022-05-03 Matt CaswellUpdate copyright year
2022-04-03 PauliFix Coverity 1498612 & 1503221: integer overflow
2022-03-25 PauliFix Coverity 1498612: integer overflow
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-03 Todd ShortFix copyrights
2021-09-17 Bernd EdlingerFix the parameter type of gf_serialize
2021-06-17 Matt CaswellUpdate copyright year
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-24 Juergen ChristFix warning in gf_serialize
2021-04-22 Tomas MrazFix build failure with MSVC
2021-04-22 Matt CaswellAvoid the need for Configure time 128-bit int detection
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Amitay Isaacscurve448: Integrate 64-bit reference implementation
2021-04-08 Amitay Isaacscurve448: Use constant time zero check function
2021-04-08 Amitay Isaacscurve448: Remove the unrolled loop version
2021-04-08 Amitay Isaacscurve448: Use NLIMBS where appropriate to simplify...
2021-04-08 Amitay Isaacscurve448: Modernise reference 64-bit code
2021-04-08 Amitay Isaacscurve448: Rename arch_ref64 to arch_64
2021-04-08 Amitay IsaacsPartially Revert "Remove curve448 architecture specific...
2021-04-08 Amitay Isaacscurve448: Use relative includes to avoid explicit depen...
2021-04-08 Amitay IsaacsUse numbers definition of int128_t and uint128_t
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-23 Shane LontisFix ecx so that is uses a settable propertyquery
2020-07-30 Pauliunify spelling of serialize
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Pauliecx: add key generation support.
2020-03-09 Matt CaswellImplement provider support for Ed25519 annd Ed448
2020-03-05 Patrick Steuercrypto/ec/curve448/eddsa.c: fix EBCDIC platforms
2020-02-11 Matt CaswellImplement a stricter ECX_KEY type
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-07-16 PauliRemove tab characters from C source files.
2019-04-10 Shane LontisFixed linux_x86_icc compiler errors in EC code related...
2019-03-11 Shane Lontisfix truncation of integers on 32bit AIX
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2018-12-11 Matt CaswellDisallow Ed448 signature malleability
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-03 Dr. Matthias St... Fix some undefined behaviour in the Curve448 code ...
2018-05-31 Matt CaswellRemove some logically dead code
2018-03-22 Andy Polyakovcurve448/field.h: relax alignment, as it doesn't work...
2018-03-03 Andy Polyakovec/curve448/f_generic.c: fix VC-WIN32 debug build failure.
2018-03-03 Andy Polyakovec/curve448/curve448.c: fix undefined behaviour sanitiz...
2018-02-24 Andy Polyakovec/curve448: portability fixups.
2018-02-21 Matt CaswellFix some undefined behaviour in the Curve448 code
2018-02-20 Matt CaswellSome more cleanups of curve448 code
2018-02-20 Matt Caswellfixup! More style fixes for the curve448 code
2018-02-20 Matt Caswellfixup! Improve readability of f_impl.c and f_impl.h
2018-02-20 Matt CaswellImprove readability of f_impl.c and f_impl.h
2018-02-20 Matt CaswellRemove unrolled loops
2018-02-20 Matt CaswellYet more style updates to the curve448 code
2018-02-20 Matt CaswellFurther style changes to curve448 code
2018-02-20 Matt CaswellSimplify some code
2018-02-20 Matt CaswellRemove some unneccessary use of constant time code...
2018-02-20 Matt CaswellFix a travis failure in the curve448 code
2018-02-20 Matt CaswellRemove the curve448 vector code
2018-02-20 Matt CaswellMore style fixes for the curve448 code
2018-02-20 Matt CaswellRemove a strict aliasing issue with pre-computed curve4...
2018-02-20 Matt CaswellMore style fixes to Curve448 code based on review feedback
2018-02-20 Matt CaswellSome style fixes
2018-02-20 Matt CaswellFormatting tweak based on review feedback
2018-02-20 Matt CaswellUse NLIMBS where appropriate to simplify the code
2018-02-20 Matt CaswellRemove cplusplus guards in internal headers
2018-02-20 Matt CaswellRemove the curve448 specific constant time implementation
2018-02-20 Matt CaswellUse the NLIMBS macro rather than try and calculate...
2018-02-20 Matt CaswellRename a function to avoid a clash
2018-02-20 Matt CaswellRemove curve448 architecture specific files
2018-02-20 Matt CaswellFix AppVeyor failure in eddsa.c
2018-02-20 Matt CaswellFix travis failure in f_impl.c
2018-02-20 Matt CaswellFix a typo in a comment
2018-02-20 Matt CaswellUpdate Curve448 copyright for 2018
2018-02-20 Matt CaswellCode tidy up
2018-02-20 Matt CaswellFixes for compilation using clang
2018-02-20 Matt CaswellMove curve448_test.c to be a full internal test
2018-02-20 Matt CaswellFix build errors for Curve448 code on Windows (VC-WIN32...
2018-02-20 Matt CaswellRemove some gcc/clang specific attributes we don't...
2018-02-20 Matt CaswellRemove duplicated 448 in the names of various things
2018-02-20 Matt CaswellMerge f_field.h into field.h
2018-02-20 Matt CaswellMerge f_arithmetic.c into f_generic.c
2018-02-20 Matt CaswellRemove references to libdecaf
2018-02-20 Matt CaswellRemove some unneeded code
2018-02-20 Matt CaswellManual formatting tweaks to Curve448 code
2018-02-20 Matt CaswellRun util/openssl-format-source on the Curve448 code
2018-02-20 Matt CaswellUpdate the imported curve448 code to use OpenSSL copyri...
2018-02-20 Matt CaswellFix the ED448 key lengths
2018-02-20 Matt CaswellIntegrate Curve448 into the build system
2018-02-20 Matt CaswellConvert to C90 from C99
2018-02-20 Matt CaswellRename the decaf files to curve448 files
2018-02-20 Matt CaswellRemove portable_endian.h
next